@charset "UTF-8";
/**
 * material-design-lite - Material Design Components in CSS, JS and HTML
 * @version v1.0.5
 * @license Apache-2.0
 * @copyright 2015 Google, Inc.
 * @link https://github.com/google/material-design-lite
 */
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
html {
  color: rgba(0, 0, 0, 0.87);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
textarea {
  resize: vertical;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.hidden {
  display: none !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.invisible {
  visibility: hidden;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.clearfix:after {
  clear: both;
}

@media print {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  thead {
    display: table-header-group;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  img {
    max-width: 100% !important;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
a, .mdl-accordion, .mdl-button, .mdl-card, .mdl-checkbox, .mdl-dropdown-menu, .mdl-icon-toggle, .mdl-item, .mdl-radio, .mdl-slider, .mdl-switch, .mdl-tabs__tab {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
html {
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
main {
  display: block;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
*[hidden] {
  display: none !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
html, body {
  font-family: "Helvetica","Arial",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h1, h2, h3, h4, h5, h6, p {
  padding: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.02em;
  opacity: .54;
  font-size: .6em;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h1 {
  font-size: 56px;
  line-height: 1.35;
  letter-spacing: -.02em;
  margin: 24px 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h1, h2 {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 400;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h2 {
  font-size: 45px;
  line-height: 48px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h2, h3 {
  margin: 24px 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h3 {
  font-size: 34px;
  line-height: 40px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h3, h4 {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 400;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h4 {
  font-size: 24px;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  margin: 24px 0 16px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h5, h6 {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  margin: 24px 0 16px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h6 {
  font-size: 16px;
  letter-spacing: .04em;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
h6, p {
  font-weight: 400;
  line-height: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
p {
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 16px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
a {
  color: #ff4081;
  font-weight: 500;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
blockquote {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  position: relative;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: .08em;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
blockquote:before {
  position: absolute;
  left: -.5em;
  content: '“';
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
blockquote:after {
  content: '”';
  margin-left: -.05em;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
mark {
  background-color: #f4ff81;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
dt {
  font-weight: 700;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
address {
  font-size: 12px;
  line-height: 1;
  font-style: normal;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
address, ul, ol {
  font-weight: 400;
  letter-spacing: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
ul, ol {
  font-size: 14px;
  line-height: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--display-4, .mdl-typography--display-4-color-contrast {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 112px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.04em;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--display-4-color-contrast {
  opacity: .54;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--display-3, .mdl-typography--display-3-color-contrast {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.02em;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--display-3-color-contrast {
  opacity: .54;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--display-2, .mdl-typography--display-2-color-contrast {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--display-2-color-contrast {
  opacity: .54;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--display-1, .mdl-typography--display-1-color-contrast {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--display-1-color-contrast {
  opacity: .54;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--headline, .mdl-typography--headline-color-contrast {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--headline-color-contrast {
  opacity: .87;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--title, .mdl-typography--title-color-contrast {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--title-color-contrast {
  opacity: .87;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--subhead, .mdl-typography--subhead-color-contrast {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .04em;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--subhead-color-contrast {
  opacity: .87;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--body-2, .mdl-typography--body-2-color-contrast {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--body-2-color-contrast {
  opacity: .87;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--body-1, .mdl-typography--body-1-color-contrast {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--body-1-color-contrast {
  opacity: .87;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--body-2-force-preferred-font, .mdl-typography--body-2-force-preferred-font-color-contrast {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--body-2-force-preferred-font-color-contrast {
  opacity: .87;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--body-1-force-preferred-font, .mdl-typography--body-1-force-preferred-font-color-contrast {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--body-1-force-preferred-font-color-contrast {
  opacity: .87;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--caption, .mdl-typography--caption-force-preferred-font {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--caption-force-preferred-font {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--caption-color-contrast, .mdl-typography--caption-force-preferred-font-color-contrast {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  opacity: .54;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--caption-force-preferred-font-color-contrast, .mdl-typography--menu {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--menu {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--menu-color-contrast {
  opacity: .87;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--menu-color-contrast, .mdl-typography--button, .mdl-typography--button-color-contrast {
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--button, .mdl-typography--button-color-contrast {
  text-transform: uppercase;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--button-color-contrast {
  opacity: .87;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--text-left {
  text-align: left;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--text-right {
  text-align: right;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--text-center {
  text-align: center;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--text-justify {
  text-align: justify;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--text-nowrap {
  white-space: nowrap;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--text-lowercase {
  text-transform: lowercase;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--text-uppercase {
  text-transform: uppercase;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--text-capitalize {
  text-transform: capitalize;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--font-thin {
  font-weight: 200 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--font-light {
  font-weight: 300 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--font-regular {
  font-weight: 400 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--font-medium {
  font-weight: 500 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--font-bold {
  font-weight: 700 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-typography--font-black {
  font-weight: 900 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red {
  color: #f44336 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red {
  background-color: #f44336 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-50 {
  color: #ffebee !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-50 {
  background-color: #ffebee !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-100 {
  color: #ffcdd2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-100 {
  background-color: #ffcdd2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-200 {
  color: #ef9a9a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-200 {
  background-color: #ef9a9a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-300 {
  color: #e57373 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-300 {
  background-color: #e57373 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-400 {
  color: #ef5350 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-400 {
  background-color: #ef5350 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-500 {
  color: #f44336 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-500 {
  background-color: #f44336 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-600 {
  color: #e53935 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-600 {
  background-color: #e53935 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-700 {
  color: #d32f2f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-700 {
  background-color: #d32f2f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-800 {
  color: #c62828 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-800 {
  background-color: #c62828 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-900 {
  color: #b71c1c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-900 {
  background-color: #b71c1c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-A100 {
  color: #ff8a80 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-A100 {
  background-color: #ff8a80 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-A200 {
  color: #ff5252 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-A200 {
  background-color: #ff5252 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-A400 {
  color: #ff1744 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-A400 {
  background-color: #ff1744 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--red-A700 {
  color: #d50000 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--red-A700 {
  background-color: #d50000 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink {
  color: #e91e63 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink {
  background-color: #e91e63 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-50 {
  color: #fce4ec !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-50 {
  background-color: #fce4ec !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-100 {
  color: #f8bbd0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-100 {
  background-color: #f8bbd0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-200 {
  color: #f48fb1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-200 {
  background-color: #f48fb1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-300 {
  color: #f06292 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-300 {
  background-color: #f06292 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-400 {
  color: #ec407a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-400 {
  background-color: #ec407a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-500 {
  color: #e91e63 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-500 {
  background-color: #e91e63 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-600 {
  color: #d81b60 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-600 {
  background-color: #d81b60 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-700 {
  color: #c2185b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-700 {
  background-color: #c2185b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-800 {
  color: #ad1457 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-800 {
  background-color: #ad1457 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-900 {
  color: #880e4f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-900 {
  background-color: #880e4f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-A100 {
  color: #ff80ab !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-A100 {
  background-color: #ff80ab !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-A200 {
  color: #ff4081 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-A200 {
  background-color: #ff4081 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-A400 {
  color: #f50057 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-A400 {
  background-color: #f50057 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--pink-A700 {
  color: #c51162 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--pink-A700 {
  background-color: #c51162 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple {
  color: #9c27b0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple {
  background-color: #9c27b0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-50 {
  color: #f3e5f5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-50 {
  background-color: #f3e5f5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-100 {
  color: #e1bee7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-100 {
  background-color: #e1bee7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-200 {
  color: #ce93d8 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-200 {
  background-color: #ce93d8 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-300 {
  color: #ba68c8 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-300 {
  background-color: #ba68c8 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-400 {
  color: #ab47bc !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-400 {
  background-color: #ab47bc !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-500 {
  color: #9c27b0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-500 {
  background-color: #9c27b0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-600 {
  color: #8e24aa !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-600 {
  background-color: #8e24aa !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-700 {
  color: #7b1fa2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-700 {
  background-color: #7b1fa2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-800 {
  color: #6a1b9a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-800 {
  background-color: #6a1b9a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-900 {
  color: #4a148c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-900 {
  background-color: #4a148c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-A100 {
  color: #ea80fc !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-A100 {
  background-color: #ea80fc !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-A200 {
  color: #e040fb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-A200 {
  background-color: #e040fb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-A400 {
  color: #d500f9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-A400 {
  background-color: #d500f9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--purple-A700 {
  color: #a0f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--purple-A700 {
  background-color: #a0f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple {
  color: #673ab7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple {
  background-color: #673ab7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-50 {
  color: #ede7f6 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-50 {
  background-color: #ede7f6 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-100 {
  color: #d1c4e9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-100 {
  background-color: #d1c4e9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-200 {
  color: #b39ddb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-200 {
  background-color: #b39ddb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-300 {
  color: #9575cd !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-300 {
  background-color: #9575cd !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-400 {
  color: #7e57c2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-400 {
  background-color: #7e57c2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-500 {
  color: #673ab7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-500 {
  background-color: #673ab7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-600 {
  color: #5e35b1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-600 {
  background-color: #5e35b1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-700 {
  color: #512da8 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-700 {
  background-color: #512da8 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-800 {
  color: #4527a0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-800 {
  background-color: #4527a0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-900 {
  color: #311b92 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-900 {
  background-color: #311b92 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-A100 {
  color: #b388ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-A100 {
  background-color: #b388ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-A200 {
  color: #7c4dff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-A200 {
  background-color: #7c4dff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-A400 {
  color: #651fff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-A400 {
  background-color: #651fff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-purple-A700 {
  color: #6200ea !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-purple-A700 {
  background-color: #6200ea !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo {
  color: #3f51b5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo {
  background-color: #3f51b5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-50 {
  color: #e8eaf6 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-50 {
  background-color: #e8eaf6 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-100 {
  color: #c5cae9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-100 {
  background-color: #c5cae9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-200 {
  color: #9fa8da !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-200 {
  background-color: #9fa8da !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-300 {
  color: #7986cb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-300 {
  background-color: #7986cb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-400 {
  color: #5c6bc0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-400 {
  background-color: #5c6bc0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-500 {
  color: #3f51b5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-500 {
  background-color: #3f51b5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-600 {
  color: #3949ab !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-600 {
  background-color: #3949ab !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-700 {
  color: #303f9f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-700 {
  background-color: #303f9f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-800 {
  color: #283593 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-800 {
  background-color: #283593 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-900 {
  color: #1a237e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-900 {
  background-color: #1a237e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-A100 {
  color: #8c9eff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-A100 {
  background-color: #8c9eff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-A200 {
  color: #536dfe !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-A200 {
  background-color: #536dfe !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-A400 {
  color: #3d5afe !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-A400 {
  background-color: #3d5afe !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--indigo-A700 {
  color: #304ffe !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--indigo-A700 {
  background-color: #304ffe !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue {
  color: #2196f3 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue {
  background-color: #2196f3 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-50 {
  color: #e3f2fd !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-50 {
  background-color: #e3f2fd !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-100 {
  color: #bbdefb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-100 {
  background-color: #bbdefb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-200 {
  color: #90caf9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-200 {
  background-color: #90caf9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-300 {
  color: #64b5f6 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-300 {
  background-color: #64b5f6 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-400 {
  color: #42a5f5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-400 {
  background-color: #42a5f5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-500 {
  color: #2196f3 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-500 {
  background-color: #2196f3 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-600 {
  color: #1e88e5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-600 {
  background-color: #1e88e5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-700 {
  color: #1976d2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-700 {
  background-color: #1976d2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-800 {
  color: #1565c0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-800 {
  background-color: #1565c0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-900 {
  color: #0d47a1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-900 {
  background-color: #0d47a1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-A100 {
  color: #82b1ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-A100 {
  background-color: #82b1ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-A200 {
  color: #448aff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-A200 {
  background-color: #448aff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-A400 {
  color: #2979ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-A400 {
  background-color: #2979ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-A700 {
  color: #2962ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-A700 {
  background-color: #2962ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue {
  color: #03a9f4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue {
  background-color: #03a9f4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-50 {
  color: #e1f5fe !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-50 {
  background-color: #e1f5fe !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-100 {
  color: #b3e5fc !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-100 {
  background-color: #b3e5fc !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-200 {
  color: #81d4fa !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-200 {
  background-color: #81d4fa !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-300 {
  color: #4fc3f7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-300 {
  background-color: #4fc3f7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-400 {
  color: #29b6f6 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-400 {
  background-color: #29b6f6 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-500 {
  color: #03a9f4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-500 {
  background-color: #03a9f4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-600 {
  color: #039be5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-600 {
  background-color: #039be5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-700 {
  color: #0288d1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-700 {
  background-color: #0288d1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-800 {
  color: #0277bd !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-800 {
  background-color: #0277bd !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-900 {
  color: #01579b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-900 {
  background-color: #01579b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-A100 {
  color: #80d8ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-A100 {
  background-color: #80d8ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-A200 {
  color: #40c4ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-A200 {
  background-color: #40c4ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-A400 {
  color: #00b0ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-A400 {
  background-color: #00b0ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-blue-A700 {
  color: #0091ea !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-blue-A700 {
  background-color: #0091ea !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan {
  color: #00bcd4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan {
  background-color: #00bcd4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-50 {
  color: #e0f7fa !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-50 {
  background-color: #e0f7fa !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-100 {
  color: #b2ebf2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-100 {
  background-color: #b2ebf2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-200 {
  color: #80deea !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-200 {
  background-color: #80deea !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-300 {
  color: #4dd0e1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-300 {
  background-color: #4dd0e1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-400 {
  color: #26c6da !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-400 {
  background-color: #26c6da !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-500 {
  color: #00bcd4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-500 {
  background-color: #00bcd4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-600 {
  color: #00acc1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-600 {
  background-color: #00acc1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-700 {
  color: #0097a7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-700 {
  background-color: #0097a7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-800 {
  color: #00838f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-800 {
  background-color: #00838f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-900 {
  color: #006064 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-900 {
  background-color: #006064 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-A100 {
  color: #84ffff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-A100 {
  background-color: #84ffff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-A200 {
  color: #18ffff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-A200 {
  background-color: #18ffff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-A400 {
  color: #00e5ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-A400 {
  background-color: #00e5ff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--cyan-A700 {
  color: #00b8d4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--cyan-A700 {
  background-color: #00b8d4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal {
  color: #009688 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal {
  background-color: #009688 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-50 {
  color: #e0f2f1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-50 {
  background-color: #e0f2f1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-100 {
  color: #b2dfdb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-100 {
  background-color: #b2dfdb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-200 {
  color: #80cbc4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-200 {
  background-color: #80cbc4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-300 {
  color: #4db6ac !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-300 {
  background-color: #4db6ac !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-400 {
  color: #26a69a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-400 {
  background-color: #26a69a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-500 {
  color: #009688 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-500 {
  background-color: #009688 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-600 {
  color: #00897b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-600 {
  background-color: #00897b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-700 {
  color: #00796b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-700 {
  background-color: #00796b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-800 {
  color: #00695c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-800 {
  background-color: #00695c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-900 {
  color: #004d40 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-900 {
  background-color: #004d40 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-A100 {
  color: #a7ffeb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-A100 {
  background-color: #a7ffeb !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-A200 {
  color: #64ffda !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-A200 {
  background-color: #64ffda !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-A400 {
  color: #1de9b6 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-A400 {
  background-color: #1de9b6 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--teal-A700 {
  color: #00bfa5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--teal-A700 {
  background-color: #00bfa5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green {
  color: #4caf50 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green {
  background-color: #4caf50 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-50 {
  color: #e8f5e9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-50 {
  background-color: #e8f5e9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-100 {
  color: #c8e6c9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-100 {
  background-color: #c8e6c9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-200 {
  color: #a5d6a7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-200 {
  background-color: #a5d6a7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-300 {
  color: #81c784 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-300 {
  background-color: #81c784 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-400 {
  color: #66bb6a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-400 {
  background-color: #66bb6a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-500 {
  color: #4caf50 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-500 {
  background-color: #4caf50 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-600 {
  color: #43a047 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-600 {
  background-color: #43a047 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-700 {
  color: #388e3c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-700 {
  background-color: #388e3c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-800 {
  color: #2e7d32 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-800 {
  background-color: #2e7d32 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-900 {
  color: #1b5e20 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-900 {
  background-color: #1b5e20 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-A100 {
  color: #b9f6ca !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-A100 {
  background-color: #b9f6ca !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-A200 {
  color: #69f0ae !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-A200 {
  background-color: #69f0ae !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-A400 {
  color: #00e676 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-A400 {
  background-color: #00e676 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--green-A700 {
  color: #00c853 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--green-A700 {
  background-color: #00c853 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green {
  color: #8bc34a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green {
  background-color: #8bc34a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-50 {
  color: #f1f8e9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-50 {
  background-color: #f1f8e9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-100 {
  color: #dcedc8 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-100 {
  background-color: #dcedc8 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-200 {
  color: #c5e1a5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-200 {
  background-color: #c5e1a5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-300 {
  color: #aed581 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-300 {
  background-color: #aed581 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-400 {
  color: #9ccc65 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-400 {
  background-color: #9ccc65 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-500 {
  color: #8bc34a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-500 {
  background-color: #8bc34a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-600 {
  color: #7cb342 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-600 {
  background-color: #7cb342 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-700 {
  color: #689f38 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-700 {
  background-color: #689f38 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-800 {
  color: #558b2f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-800 {
  background-color: #558b2f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-900 {
  color: #33691e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-900 {
  background-color: #33691e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-A100 {
  color: #ccff90 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-A100 {
  background-color: #ccff90 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-A200 {
  color: #b2ff59 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-A200 {
  background-color: #b2ff59 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-A400 {
  color: #76ff03 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-A400 {
  background-color: #76ff03 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--light-green-A700 {
  color: #64dd17 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--light-green-A700 {
  background-color: #64dd17 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime {
  color: #cddc39 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime {
  background-color: #cddc39 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-50 {
  color: #f9fbe7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-50 {
  background-color: #f9fbe7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-100 {
  color: #f0f4c3 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-100 {
  background-color: #f0f4c3 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-200 {
  color: #e6ee9c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-200 {
  background-color: #e6ee9c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-300 {
  color: #dce775 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-300 {
  background-color: #dce775 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-400 {
  color: #d4e157 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-400 {
  background-color: #d4e157 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-500 {
  color: #cddc39 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-500 {
  background-color: #cddc39 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-600 {
  color: #c0ca33 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-600 {
  background-color: #c0ca33 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-700 {
  color: #afb42b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-700 {
  background-color: #afb42b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-800 {
  color: #9e9d24 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-800 {
  background-color: #9e9d24 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-900 {
  color: #827717 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-900 {
  background-color: #827717 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-A100 {
  color: #f4ff81 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-A100 {
  background-color: #f4ff81 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-A200 {
  color: #eeff41 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-A200 {
  background-color: #eeff41 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-A400 {
  color: #c6ff00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-A400 {
  background-color: #c6ff00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--lime-A700 {
  color: #aeea00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--lime-A700 {
  background-color: #aeea00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow {
  color: #ffeb3b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow {
  background-color: #ffeb3b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-50 {
  color: #fffde7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-50 {
  background-color: #fffde7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-100 {
  color: #fff9c4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-100 {
  background-color: #fff9c4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-200 {
  color: #fff59d !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-200 {
  background-color: #fff59d !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-300 {
  color: #fff176 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-300 {
  background-color: #fff176 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-400 {
  color: #ffee58 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-400 {
  background-color: #ffee58 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-500 {
  color: #ffeb3b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-500 {
  background-color: #ffeb3b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-600 {
  color: #fdd835 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-600 {
  background-color: #fdd835 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-700 {
  color: #fbc02d !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-700 {
  background-color: #fbc02d !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-800 {
  color: #f9a825 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-800 {
  background-color: #f9a825 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-900 {
  color: #f57f17 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-900 {
  background-color: #f57f17 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-A100 {
  color: #ffff8d !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-A100 {
  background-color: #ffff8d !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-A200 {
  color: #ff0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-A200 {
  background-color: #ff0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-A400 {
  color: #ffea00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-A400 {
  background-color: #ffea00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--yellow-A700 {
  color: #ffd600 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--yellow-A700 {
  background-color: #ffd600 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber {
  color: #ffc107 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber {
  background-color: #ffc107 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-50 {
  color: #fff8e1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-50 {
  background-color: #fff8e1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-100 {
  color: #ffecb3 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-100 {
  background-color: #ffecb3 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-200 {
  color: #ffe082 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-200 {
  background-color: #ffe082 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-300 {
  color: #ffd54f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-300 {
  background-color: #ffd54f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-400 {
  color: #ffca28 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-400 {
  background-color: #ffca28 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-500 {
  color: #ffc107 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-500 {
  background-color: #ffc107 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-600 {
  color: #ffb300 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-600 {
  background-color: #ffb300 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-700 {
  color: #ffa000 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-700 {
  background-color: #ffa000 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-800 {
  color: #ff8f00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-800 {
  background-color: #ff8f00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-900 {
  color: #ff6f00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-900 {
  background-color: #ff6f00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-A100 {
  color: #ffe57f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-A100 {
  background-color: #ffe57f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-A200 {
  color: #ffd740 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-A200 {
  background-color: #ffd740 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-A400 {
  color: #ffc400 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-A400 {
  background-color: #ffc400 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--amber-A700 {
  color: #ffab00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--amber-A700 {
  background-color: #ffab00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange {
  color: #ff9800 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange {
  background-color: #ff9800 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-50 {
  color: #fff3e0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-50 {
  background-color: #fff3e0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-100 {
  color: #ffe0b2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-100 {
  background-color: #ffe0b2 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-200 {
  color: #ffcc80 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-200 {
  background-color: #ffcc80 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-300 {
  color: #ffb74d !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-300 {
  background-color: #ffb74d !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-400 {
  color: #ffa726 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-400 {
  background-color: #ffa726 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-500 {
  color: #ff9800 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-500 {
  background-color: #ff9800 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-600 {
  color: #fb8c00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-600 {
  background-color: #fb8c00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-700 {
  color: #f57c00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-700 {
  background-color: #f57c00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-800 {
  color: #ef6c00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-800 {
  background-color: #ef6c00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-900 {
  color: #e65100 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-900 {
  background-color: #e65100 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-A100 {
  color: #ffd180 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-A100 {
  background-color: #ffd180 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-A200 {
  color: #ffab40 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-A200 {
  background-color: #ffab40 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-A400 {
  color: #ff9100 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-A400 {
  background-color: #ff9100 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--orange-A700 {
  color: #ff6d00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--orange-A700 {
  background-color: #ff6d00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange {
  color: #ff5722 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange {
  background-color: #ff5722 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-50 {
  color: #fbe9e7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-50 {
  background-color: #fbe9e7 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-100 {
  color: #ffccbc !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-100 {
  background-color: #ffccbc !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-200 {
  color: #ffab91 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-200 {
  background-color: #ffab91 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-300 {
  color: #ff8a65 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-300 {
  background-color: #ff8a65 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-400 {
  color: #ff7043 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-400 {
  background-color: #ff7043 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-500 {
  color: #ff5722 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-500 {
  background-color: #ff5722 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-600 {
  color: #f4511e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-600 {
  background-color: #f4511e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-700 {
  color: #e64a19 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-700 {
  background-color: #e64a19 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-800 {
  color: #d84315 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-800 {
  background-color: #d84315 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-900 {
  color: #bf360c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-900 {
  background-color: #bf360c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-A100 {
  color: #ff9e80 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-A100 {
  background-color: #ff9e80 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-A200 {
  color: #ff6e40 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-A200 {
  background-color: #ff6e40 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-A400 {
  color: #ff3d00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-A400 {
  background-color: #ff3d00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--deep-orange-A700 {
  color: #dd2c00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--deep-orange-A700 {
  background-color: #dd2c00 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--brown {
  color: #795548 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--brown {
  background-color: #795548 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--brown-50 {
  color: #efebe9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--brown-50 {
  background-color: #efebe9 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--brown-100 {
  color: #d7ccc8 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--brown-100 {
  background-color: #d7ccc8 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--brown-200 {
  color: #bcaaa4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--brown-200 {
  background-color: #bcaaa4 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--brown-300 {
  color: #a1887f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--brown-300 {
  background-color: #a1887f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--brown-400 {
  color: #8d6e63 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--brown-400 {
  background-color: #8d6e63 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--brown-500 {
  color: #795548 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--brown-500 {
  background-color: #795548 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--brown-600 {
  color: #6d4c41 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--brown-600 {
  background-color: #6d4c41 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--brown-700 {
  color: #5d4037 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--brown-700 {
  background-color: #5d4037 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--brown-800 {
  color: #4e342e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--brown-800 {
  background-color: #4e342e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--brown-900 {
  color: #3e2723 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--brown-900 {
  background-color: #3e2723 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--grey {
  color: #9e9e9e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--grey {
  background-color: #9e9e9e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--grey-50 {
  color: #fafafa !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--grey-50 {
  background-color: #fafafa !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--grey-100 {
  color: #f5f5f5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--grey-100 {
  background-color: #f5f5f5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--grey-200 {
  color: #eee !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--grey-200 {
  background-color: #eee !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--grey-300 {
  color: #e0e0e0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--grey-300 {
  background-color: #e0e0e0 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--grey-400 {
  color: #bdbdbd !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--grey-400 {
  background-color: #bdbdbd !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--grey-500 {
  color: #9e9e9e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--grey-500 {
  background-color: #9e9e9e !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--grey-600 {
  color: #757575 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--grey-600 {
  background-color: #757575 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--grey-700 {
  color: #616161 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--grey-700 {
  background-color: #616161 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--grey-800 {
  color: #424242 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--grey-800 {
  background-color: #424242 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--grey-900 {
  color: #212121 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--grey-900 {
  background-color: #212121 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-grey {
  color: #607d8b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-grey {
  background-color: #607d8b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-grey-50 {
  color: #eceff1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-grey-50 {
  background-color: #eceff1 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-grey-100 {
  color: #cfd8dc !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-grey-100 {
  background-color: #cfd8dc !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-grey-200 {
  color: #b0bec5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-grey-200 {
  background-color: #b0bec5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-grey-300 {
  color: #90a4ae !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-grey-300 {
  background-color: #90a4ae !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-grey-400 {
  color: #78909c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-grey-400 {
  background-color: #78909c !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-grey-500 {
  color: #607d8b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-grey-500 {
  background-color: #607d8b !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-grey-600 {
  color: #546e7a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-grey-600 {
  background-color: #546e7a !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-grey-700 {
  color: #455a64 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-grey-700 {
  background-color: #455a64 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-grey-800 {
  color: #37474f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-grey-800 {
  background-color: #37474f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--blue-grey-900 {
  color: #263238 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--blue-grey-900 {
  background-color: #263238 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--black {
  background-color: #000 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--black {
  color: #000 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--white {
  background-color: #fff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--white {
  color: #fff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--primary {
  background-color: #3f51b5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--primary-contrast {
  background-color: #fff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--primary-dark {
  background-color: #303f9f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--accent {
  background-color: #ff4081 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color--accent-contrast {
  background-color: #fff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--primary {
  color: #3f51b5 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--primary-contrast {
  color: #fff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--primary-dark {
  color: #303f9f !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--accent {
  color: #ff4081 !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-color-text--accent-contrast {
  color: #fff !important;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-ripple {
  background: #000;
  border-radius: 50%;
  height: 50px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  overflow: hidden;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-ripple.is-animating {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-ripple.is-visible {
  opacity: .3;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-animation--default, .mdl-animation--fast-out-slow-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-animation--linear-out-slow-in {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-animation--fast-out-linear-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-badge {
  position: relative;
  white-space: nowrap;
  margin-right: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-badge:not([data-badge]) {
  margin-right: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-badge[data-badge]:after {
  content: attr(data-badge);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -11px;
  right: -24px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff4081;
  color: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button .mdl-badge[data-badge]:after {
  top: -10px;
  right: -5px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-badge.mdl-badge--no-background[data-badge]:after {
  color: #ff4081;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 1px gray;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: #000;
  position: relative;
  height: 36px;
  min-width: 64px;
  padding: 0 8px;
  display: inline-block;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow,transform;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button::-moz-focus-inner {
  border: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button:focus:not(:active) {
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button:active {
  background-color: rgba(158, 158, 158, 0.4);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button.mdl-button--colored {
  color: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button.mdl-button--colored:focus:not(:active) {
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
input.mdl-button[type="submit"] {
  -webkit-appearance: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--raised {
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--raised:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: rgba(158, 158, 158, 0.4);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--raised:focus:not(:active) {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  background-color: rgba(158, 158, 158, 0.4);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--raised.mdl-button--colored {
  background: #3f51b5;
  color: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--raised.mdl-button--colored:hover {
  background-color: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--raised.mdl-button--colored:active {
  background-color: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--raised.mdl-button--colored:focus:not(:active) {
  background-color: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--raised.mdl-button--colored .mdl-ripple {
  background: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-12px, -12px);
  -ms-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab.mdl-button--mini-fab {
  height: 40px;
  min-width: 40px;
  width: 40px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab .mdl-button__ripple-container {
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: rgba(158, 158, 158, 0.4);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab:focus:not(:active) {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  background-color: rgba(158, 158, 158, 0.4);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab.mdl-button--colored {
  background: #ff4081;
  color: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab.mdl-button--colored:hover {
  background-color: #ff4081;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab.mdl-button--colored:focus:not(:active) {
  background-color: #ff4081;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab.mdl-button--colored:active {
  background-color: #ff4081;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab.mdl-button--colored .mdl-ripple {
  background: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--icon {
  border-radius: 50%;
  font-size: 24px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  min-width: 32px;
  width: 32px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  line-height: normal;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--icon .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-12px, -12px);
  -ms-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--icon.mdl-button--mini-icon {
  height: 24px;
  min-width: 24px;
  width: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--icon.mdl-button--mini-icon .material-icons {
  top: 0;
  left: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--icon .mdl-button__ripple-container {
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button__ripple-container {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple, .mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple {
  background-color: transparent;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--primary.mdl-button--primary {
  color: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--primary.mdl-button--primary .mdl-ripple {
  background: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--primary.mdl-button--primary.mdl-button--raised, .mdl-button--primary.mdl-button--primary.mdl-button--fab {
  color: #fff;
  background-color: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--accent.mdl-button--accent {
  color: #ff4081;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--accent.mdl-button--accent .mdl-ripple {
  background: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
  color: #fff;
  background-color: #ff4081;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button[disabled][disabled], .mdl-button.mdl-button--disabled.mdl-button--disabled {
  color: rgba(0, 0, 0, 0.26);
  cursor: auto;
  background-color: transparent;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--fab[disabled][disabled], .mdl-button--fab.mdl-button--disabled.mdl-button--disabled, .mdl-button--raised[disabled][disabled], .mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button--colored[disabled][disabled], .mdl-button--colored.mdl-button--disabled.mdl-button--disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-button .material-icons {
  vertical-align: middle;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  min-height: 200px;
  overflow: hidden;
  width: 330px;
  z-index: 1;
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-card__media {
  background-color: #ff4081;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-origin: padding-box;
  background-attachment: scroll;
  box-sizing: border-box;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-card__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  line-height: normal;
  padding: 16px;
  -webkit-perspective-origin: 165px 56px;
  perspective-origin: 165px 56px;
  -webkit-transform-origin: 165px 56px;
  -ms-transform-origin: 165px 56px;
  transform-origin: 165px 56px;
  box-sizing: border-box;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-card__title.mdl-card--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-card__title-text {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: inherit;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  overflow: hidden;
  -webkit-transform-origin: 149px 48px;
  -ms-transform-origin: 149px 48px;
  transform-origin: 149px 48px;
  margin: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-card__subtitle-text {
  font-size: 14px;
  color: grey;
  margin: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-card__supporting-text {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  padding: 16px;
  width: 90%;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-card__actions {
  font-size: 16px;
  line-height: normal;
  width: 100%;
  background-color: transparent;
  padding: 8px;
  box-sizing: border-box;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-card__actions.mdl-card--border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-card--expand {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-card__menu {
  position: absolute;
  right: 16px;
  top: 16px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox.is-upgraded {
  padding-left: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox__input {
  line-height: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox.is-upgraded .mdl-checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox__box-outline {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  z-index: 2;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border: 2px solid #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox.is-disabled .mdl-checkbox__box-outline {
  border: 2px solid rgba(0, 0, 0, 0.26);
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox__focus-helper {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
  box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.26);
  background-color: rgba(63, 81, 181, 0.26);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox__tick-outline {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
  mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
  background: 0 0;
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background;
  transition-property: background;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background: #3f51b5 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline {
  background: rgba(0, 0, 0, 0.26) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox__label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox.is-disabled .mdl-checkbox__label {
  color: rgba(0, 0, 0, 0.26);
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox__ripple-container {
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -10px;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox__ripple-container .mdl-ripple {
  background: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container {
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple {
  background: 0 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 13px;
  background-color: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table thead {
  padding-bottom: 3px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table thead .mdl-data-table__select {
  margin-top: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table tbody tr {
  position: relative;
  height: 48px;
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table tbody tr.is-selected {
  background-color: #e0e0e0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table tbody tr:hover {
  background-color: #eee;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table td {
  text-align: right;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table th {
  padding: 0 18px 0 18px;
  text-align: right;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
  padding-left: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
  padding-right: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table td {
  position: relative;
  vertical-align: top;
  height: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 18px 0;
  box-sizing: border-box;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table td .mdl-data-table__select {
  vertical-align: top;
  position: absolute;
  left: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table th {
  position: relative;
  vertical-align: bottom;
  text-overflow: ellipsis;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  height: 48px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 8px;
  box-sizing: border-box;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table th .mdl-data-table__select {
  position: absolute;
  bottom: 8px;
  left: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table__select {
  width: 16px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
  text-align: left;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer {
  padding: 16px 40px;
  color: #9e9e9e;
  background-color: #424242;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--top-section:after, .mdl-mega-footer--middle-section:after, .mdl-mega-footer--bottom-section:after, .mdl-mega-footer__top-section:after, .mdl-mega-footer__middle-section:after, .mdl-mega-footer__bottom-section:after {
  content: '';
  display: block;
  clear: both;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--left-section, .mdl-mega-footer__left-section, .mdl-mega-footer--right-section, .mdl-mega-footer__right-section {
  margin-bottom: 16px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--right-section a, .mdl-mega-footer__right-section a {
  display: block;
  margin-bottom: 16px;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 760px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--left-section, .mdl-mega-footer__left-section {
    float: left;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--right-section, .mdl-mega-footer__right-section {
    float: right;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--right-section a, .mdl-mega-footer__right-section a {
    display: inline-block;
    margin-left: 16px;
    line-height: 36px;
    vertical-align: middle;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--social-btn, .mdl-mega-footer__social-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background-color: #9e9e9e;
  border: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--drop-down-section, .mdl-mega-footer__drop-down-section {
  display: block;
  position: relative;
}

@media screen and (min-width: 760px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--drop-down-section, .mdl-mega-footer__drop-down-section {
    width: 33%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--drop-down-section:nth-child(1), .mdl-mega-footer--drop-down-section:nth-child(2), .mdl-mega-footer__drop-down-section:nth-child(1), .mdl-mega-footer__drop-down-section:nth-child(2) {
    float: left;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--drop-down-section:nth-child(3), .mdl-mega-footer__drop-down-section:nth-child(3) {
    float: right;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--drop-down-section:nth-child(3):after, .mdl-mega-footer__drop-down-section:nth-child(3):after {
    clear: right;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--drop-down-section:nth-child(4), .mdl-mega-footer__drop-down-section:nth-child(4) {
    clear: right;
    float: right;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--middle-section:after, .mdl-mega-footer__middle-section:after {
    content: '';
    display: block;
    clear: both;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--bottom-section, .mdl-mega-footer__bottom-section {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--drop-down-section, .mdl-mega-footer--drop-down-section:nth-child(3), .mdl-mega-footer--drop-down-section:nth-child(4), .mdl-mega-footer__drop-down-section, .mdl-mega-footer__drop-down-section:nth-child(3), .mdl-mega-footer__drop-down-section:nth-child(4) {
    width: 24%;
    float: left;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--heading-checkbox, .mdl-mega-footer__heading-checkbox {
  position: absolute;
  width: 100%;
  height: 55.8px;
  padding: 32px;
  margin: -16px 0 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--heading-checkbox ~ .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox ~ .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox ~ .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox ~ .mdl-mega-footer__heading:after {
  font-family: 'Material Icons';
  content: '\E5CE';
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--heading-checkbox:checked ~ ul, .mdl-mega-footer__heading-checkbox:checked ~ ul {
  display: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer__heading:after {
  font-family: 'Material Icons';
  content: '\E5CF';
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--heading, .mdl-mega-footer__heading {
  position: relative;
  width: 100%;
  padding-right: 39.8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 23.8px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #e0e0e0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--heading:after, .mdl-mega-footer__heading:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 23.8px;
  height: 23.8px;
  background-size: cover;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--link-list, .mdl-mega-footer__link-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--link-list:after, .mdl-mega-footer__link-list:after {
  clear: both;
  display: block;
  content: '';
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--link-list li, .mdl-mega-footer__link-list li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--link-list a, .mdl-mega-footer__link-list a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (min-width: 760px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--heading-checkbox, .mdl-mega-footer__heading-checkbox {
    display: none;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--heading-checkbox ~ .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox ~ .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox ~ .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox ~ .mdl-mega-footer__heading:after {
    background-image: none;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--heading-checkbox:checked ~ ul, .mdl-mega-footer__heading-checkbox:checked ~ ul {
    display: block;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--heading:after, .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer__heading:after, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer--heading:after, .mdl-mega-footer__heading-checkbox:checked ~ .mdl-mega-footer__heading:after {
    content: '';
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--bottom-section, .mdl-mega-footer__bottom-section {
  padding-top: 16px;
  margin-bottom: 16px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-logo {
  margin-bottom: 16px;
  color: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li, .mdl-mega-footer__bottom-section .mdl-mega-footer__link-list li {
  float: left;
  margin-bottom: 0;
  margin-right: 16px;
}

@media screen and (min-width: 760px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-logo {
    float: left;
    margin-bottom: 0;
    margin-right: 16px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mini-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 16px;
  color: #9e9e9e;
  background-color: #424242;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mini-footer:after {
  content: '';
  display: block;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mini-footer .mdl-logo {
  line-height: 36px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mini-footer--link-list, .mdl-mini-footer__link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mini-footer--link-list li, .mdl-mini-footer__link-list li {
  margin-bottom: 0;
  margin-right: 16px;
}

@media screen and (min-width: 760px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-mini-footer--link-list li, .mdl-mini-footer__link-list li {
    line-height: 36px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mini-footer--link-list a, .mdl-mini-footer__link-list a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mini-footer--left-section, .mdl-mini-footer__left-section {
  display: inline-block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mini-footer--right-section, .mdl-mini-footer__right-section {
  display: inline-block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-mini-footer--social-btn, .mdl-mini-footer__social-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  background-color: #9e9e9e;
  border: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle__input {
  line-height: 32px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle.is-upgraded .mdl-icon-toggle__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 32px;
  width: 32px;
  min-width: 32px;
  color: #616161;
  border-radius: 50%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  background-color: transparent;
  will-change: background-color;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle__label.material-icons {
  line-height: 32px;
  font-size: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle.is-checked .mdl-icon-toggle__label {
  color: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle.is-disabled .mdl-icon-toggle__label {
  color: rgba(0, 0, 0, 0.26);
  cursor: auto;
  -webkit-transition: none;
  transition: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle.is-focused .mdl-icon-toggle__label {
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle.is-focused.is-checked .mdl-icon-toggle__label {
  background-color: rgba(63, 81, 181, 0.26);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle__ripple-container {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: -2px;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle__ripple-container .mdl-ripple {
  background: #616161;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container {
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container .mdl-ripple {
  background: 0 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__container {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  overflow: visible;
  height: 0;
  width: 0;
  visibility: hidden;
  z-index: -1;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__container.is-visible, .mdl-menu__container.is-animating {
  z-index: 999;
  visibility: visible;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__outline {
  display: block;
  background: #fff;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__container.is-visible .mdl-menu__outline {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 999;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__outline.mdl-menu--bottom-right {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__outline.mdl-menu--top-left {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__outline.mdl-menu--top-right {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu {
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 124px;
  padding: 8px 0;
  margin: 0;
  opacity: 0;
  clip: rect(0 0 0 0);
  z-index: -1;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__container.is-visible .mdl-menu {
  opacity: 1;
  z-index: 999;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu.is-animating {
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), clip 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), clip 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu.mdl-menu--bottom-right {
  left: auto;
  right: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu.mdl-menu--top-left {
  top: auto;
  bottom: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu.mdl-menu--top-right {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu.mdl-menu--unaligned {
  top: auto;
  left: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__item {
  display: block;
  border: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 16px;
  outline-color: #bdbdbd;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__container.is-visible .mdl-menu__item {
  opacity: 1;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__item::-moz-focus-inner {
  border: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__item[disabled] {
  color: #bdbdbd;
  background-color: transparent;
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__item[disabled]:hover {
  background-color: transparent;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__item[disabled]:focus {
  background-color: transparent;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__item[disabled] .mdl-ripple {
  background: 0 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__item:hover {
  background-color: #eee;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__item:focus {
  outline: none;
  background-color: #eee;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__item:active {
  background-color: #e0e0e0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-menu__item--ripple-container {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-progress {
  display: block;
  position: relative;
  height: 4px;
  width: 500px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-progress > .bar {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0%;
  -webkit-transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-progress > .progressbar {
  background-color: #3f51b5;
  z-index: 1;
  left: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-progress > .bufferbar {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), -webkit-linear-gradient(left, #3f51b5, #3f51b5);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #3f51b5, #3f51b5);
  z-index: 0;
  left: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-progress > .auxbar {
  right: 0;
}

@supports (-webkit-appearance: none) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), -webkit-linear-gradient(left, #3f51b5, #3f51b5);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #3f51b5, #3f51b5);
    -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
    mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-progress:not(.mdl-progress__indeterminate) > .auxbar {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), -webkit-linear-gradient(left, #3f51b5, #3f51b5);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(to right, #3f51b5, #3f51b5);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-progress.mdl-progress__indeterminate > .bar1 {
  -webkit-animation-name: indeterminate1;
  animation-name: indeterminate1;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-progress.mdl-progress__indeterminate > .bar1, .mdl-progress.mdl-progress__indeterminate > .bar3 {
  background-color: #3f51b5;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-progress.mdl-progress__indeterminate > .bar3 {
  background-image: none;
  -webkit-animation-name: indeterminate2;
  animation-name: indeterminate2;
}

@-webkit-keyframes indeterminate1 {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  0% {
    left: 0%;
    width: 0%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50% {
    left: 25%;
    width: 75%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  75% {
    left: 100%;
    width: 0%;
  }
}

@keyframes indeterminate1 {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  0% {
    left: 0%;
    width: 0%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50% {
    left: 25%;
    width: 75%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  75% {
    left: 100%;
    width: 0%;
  }
}

@-webkit-keyframes indeterminate2 {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  0%,50% {
    left: 0%;
    width: 0%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  75% {
    left: 0%;
    width: 25%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes indeterminate2 {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  0%,50% {
    left: 0%;
    width: 0%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  75% {
    left: 0%;
    width: 25%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  100% {
    left: 100%;
    width: 0%;
  }
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-navigation__link {
  color: #424242;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  margin: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout.is-small-screen .mdl-layout--large-screen-only {
  display: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout:not(.is-small-screen) .mdl-layout--small-screen-only {
  display: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__container {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout-title {
  display: block;
  position: relative;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;
  font-weight: 400;
  box-sizing: border-box;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout-spacer {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__drawer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 240px;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
  background: #fafafa;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  color: #424242;
  overflow: visible;
  overflow-y: auto;
  z-index: 5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__drawer.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__drawer > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__drawer > .mdl-layout-title {
  line-height: 64px;
  padding-left: 40px;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__drawer > .mdl-layout-title {
    line-height: 56px;
    padding-left: 16px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__drawer .mdl-navigation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 16px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 16px 40px;
  margin: 0;
  color: #757575;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    padding: 16px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
  background-color: #e0e0e0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current {
  background-color: #000;
  color: #3f51b5;
}

@media screen and (min-width: 1025px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout--fixed-drawer > .mdl-layout__drawer {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__drawer-button {
  display: block;
  position: absolute;
  height: 48px;
  width: 48px;
  border: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  line-height: 50px;
  font-family: Helvetica,Arial,sans-serif;
  margin: 10px 12px;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 4;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header .mdl-layout__drawer-button {
  position: absolute;
  color: #fff;
  background-color: inherit;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__header .mdl-layout__drawer-button {
    margin: 4px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__drawer-button {
    margin: 4px;
    color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1025px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout--fixed-drawer > .mdl-layout__drawer-button {
    display: none;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  min-height: 64px;
  max-height: 1000px;
  z-index: 3;
  background-color: #3f51b5;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: max-height,box-shadow;
  transition-property: max-height,box-shadow;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__header {
    min-height: 56px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout--fixed-drawer.is-upgraded:not(.is-small-screen) > .mdl-layout__header {
  margin-left: 240px;
  width: calc(100% - 240px);
}

@media screen and (min-width: 1025px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {
    padding-left: 40px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header > .mdl-layout-icon {
  position: absolute;
  left: 40px;
  top: 16px;
  height: 32px;
  width: 32px;
  overflow: hidden;
  z-index: 3;
  display: block;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__header > .mdl-layout-icon {
    left: 16px;
    top: 12px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout.has-drawer .mdl-layout__header > .mdl-layout-icon {
  display: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header.is-compact {
  max-height: 64px;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__header.is-compact {
    max-height: 56px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header.is-compact.has-tabs {
  height: 112px;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__header.is-compact.has-tabs {
    min-height: 104px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__header {
    display: none;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout--fixed-header > .mdl-layout__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header--transparent.mdl-layout__header--transparent {
  background-color: transparent;
  box-shadow: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header--seamed, .mdl-layout__header--scroll {
  box-shadow: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header--waterfall {
  box-shadow: none;
  overflow: hidden;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header--waterfall.is-casting-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  margin: 0;
  padding: 0 40px 0 80px;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__header-row {
    height: 56px;
    padding: 0 16px 0 72px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header-row > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header--scroll .mdl-layout__header-row {
  width: 100%;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header-row .mdl-navigation {
  margin: 0;
  padding: 0;
  height: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__header-row .mdl-navigation {
    height: 56px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__header-row .mdl-navigation__link {
  display: block;
  color: #fff;
  line-height: 64px;
  padding: 0 24px;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__header-row .mdl-navigation__link {
    line-height: 56px;
    padding: 0 16px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__obfuscator {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  visibility: hidden;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__drawer.is-visible ~ .mdl-layout__obfuscator {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__content {
  -ms-flex: 0 1 auto;
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout--fixed-drawer > .mdl-layout__content {
  margin-left: 240px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__container.has-scrolling-header .mdl-layout__content {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout--fixed-drawer > .mdl-layout__content {
    margin-left: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__container.has-scrolling-header .mdl-layout__content {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab-bar {
  height: 96px;
  margin: 0;
  width: calc(100% - 112px);
  padding: 0 0 0 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #3f51b5;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab-bar::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__tab-bar {
    width: calc(100% - 60px);
    padding: 0 0 0 60px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout--fixed-tabs .mdl-layout__tab-bar {
  padding: 0;
  overflow: hidden;
  width: 100%;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab-bar-container {
  position: relative;
  height: 48px;
  width: 100%;
  border: none;
  margin: 0;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__container > .mdl-layout__tab-bar-container {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab-bar-button {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 48px;
  width: 56px;
  z-index: 4;
  text-align: center;
  background-color: #3f51b5;
  color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__tab-bar-button {
    display: none;
    width: 60px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout--fixed-tabs .mdl-layout__tab-bar-button {
  display: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab-bar-button .material-icons {
  line-height: 48px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab-bar-button.is-active {
  color: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab-bar-left-button {
  left: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab-bar-right-button {
  right: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab {
  margin: 0;
  border: none;
  padding: 0 24px;
  float: left;
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-layout__tab {
    padding: 0 12px;
  }
}
/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout--fixed-tabs .mdl-layout__tab {
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout.is-upgraded .mdl-layout__tab.is-active {
  color: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background: #ff4081;
  -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab .mdl-layout__tab-ripple-container {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab .mdl-layout__tab-ripple-container .mdl-ripple {
  background-color: #fff;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout__tab-panel {
  display: block;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout.is-upgraded .mdl-layout__tab-panel {
  display: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-layout.is-upgraded .mdl-layout__tab-panel.is-active {
  display: block;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio.is-upgraded {
  padding-left: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio__button {
  line-height: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio.is-upgraded .mdl-radio__button {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio__outer-circle {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  z-index: 2;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio.is-checked .mdl-radio__outer-circle {
  border: 2px solid #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio.is-disabled .mdl-radio__outer-circle {
  border: 2px solid rgba(0, 0, 0, 0.26);
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio__inner-circle {
  position: absolute;
  z-index: 1;
  margin: 0;
  top: 8px;
  left: 4px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  cursor: pointer;
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  border-radius: 50%;
  background: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio.is-checked .mdl-radio__inner-circle {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio.is-disabled .mdl-radio__inner-circle {
  background: rgba(0, 0, 0, 0.26);
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio.is-focused .mdl-radio__inner-circle {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio__label {
  cursor: pointer;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio.is-disabled .mdl-radio__label {
  color: rgba(0, 0, 0, 0.26);
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio__ripple-container {
  position: absolute;
  z-index: 2;
  top: -9px;
  left: -13px;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio__ripple-container .mdl-ripple {
  background: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio.is-disabled .mdl-radio__ripple-container {
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple {
  background: 0 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
_:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
  -ms-appearance: none;
  height: 32px;
  margin: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider {
  width: calc(100% - 40px);
  margin: 0 20px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2px;
  background: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  padding: 0;
  color: #3f51b5;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  z-index: 1;
  cursor: pointer;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded::-moz-focus-outer {
  border: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded::-ms-tooltip {
  display: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded::-webkit-slider-runnable-track {
  background: 0 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded::-moz-range-track {
  background: 0 0;
  border: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded::-ms-track {
  background: 0 0;
  color: transparent;
  height: 2px;
  width: 100%;
  border: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded::-ms-fill-lower {
  padding: 0;
  background: linear-gradient(to right, transparent, transparent 16px, #3f51b5 16px, #3f51b5 0);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded::-ms-fill-upper {
  padding: 0;
  background: linear-gradient(to left, transparent, transparent 16px, rgba(0, 0, 0, 0.26) 16px, rgba(0, 0, 0, 0.26) 0);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #3f51b5;
  border: none;
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), border 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), border 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded::-moz-range-thumb {
  -moz-appearance: none;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  background-image: none;
  background: #3f51b5;
  border: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(63, 81, 181, 0.26);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:focus:not(:active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(63, 81, 181, 0.26);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:active::-webkit-slider-thumb {
  background-image: none;
  background: #3f51b5;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:active::-moz-range-thumb {
  background-image: none;
  background: #3f51b5;
  transform: scale(1.5);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded::-ms-thumb {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #3f51b5;
  -ms-transform: scale(0.375);
  transform: scale(0.375);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:focus:not(:active)::-ms-thumb {
  background: radial-gradient(circle closest-side, #3f51b5 0%, #3f51b5 37.5%, rgba(63, 81, 181, 0.26) 37.5%, rgba(63, 81, 181, 0.26) 100%);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:active::-ms-thumb {
  background: #3f51b5;
  -ms-transform: scale(0.5625);
  transform: scale(0.5625);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb {
  border: 2px solid rgba(0, 0, 0, 0.26);
  background: 0 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value::-moz-range-thumb {
  border: 2px solid rgba(0, 0, 0, 0.26);
  background: 0 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 6px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.12);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.12);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:active::-webkit-slider-thumb {
  border: 1.6px solid rgba(0, 0, 0, 0.26);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:active ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 9px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:active::-moz-range-thumb {
  border: 1.5px solid rgba(0, 0, 0, 0.26);
  transform: scale(1.5);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value::-ms-thumb {
  background: radial-gradient(circle closest-side, transparent 0%, transparent 66.67%, rgba(0, 0, 0, 0.26) 66.67%, rgba(0, 0, 0, 0.26) 100%);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-ms-thumb {
  background: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0.26) 25%, rgba(0, 0, 0, 0.26) 37.5%, rgba(0, 0, 0, 0.12) 37.5%, rgba(0, 0, 0, 0.12) 100%);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:active::-ms-thumb {
  -ms-transform: scale(0.5625);
  transform: scale(0.5625);
  background: radial-gradient(circle closest-side, transparent 0%, transparent 77.78%, rgba(0, 0, 0, 0.26) 77.78%, rgba(0, 0, 0, 0.26) 100%);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-lower {
  background: 0 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-upper {
  margin-left: 6px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:active::-ms-fill-upper {
  margin-left: 9px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:disabled:focus::-webkit-slider-thumb, .mdl-slider.is-upgraded:disabled:active::-webkit-slider-thumb, .mdl-slider.is-upgraded:disabled::-webkit-slider-thumb {
  -webkit-transform: scale(0.667);
  transform: scale(0.667);
  background: rgba(0, 0, 0, 0.26);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:disabled:focus::-moz-range-thumb, .mdl-slider.is-upgraded:disabled:active::-moz-range-thumb, .mdl-slider.is-upgraded:disabled::-moz-range-thumb {
  transform: scale(0.667);
  background: rgba(0, 0, 0, 0.26);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:disabled ~ .mdl-slider__background-flex > .mdl-slider__background-lower {
  background-color: rgba(0, 0, 0, 0.26);
  left: -6px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:disabled ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 6px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-webkit-slider-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-webkit-slider-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled::-webkit-slider-thumb {
  border: 3px solid rgba(0, 0, 0, 0.26);
  background: 0 0;
  -webkit-transform: scale(0.667);
  transform: scale(0.667);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-moz-range-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-moz-range-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled::-moz-range-thumb {
  border: 3px solid rgba(0, 0, 0, 0.26);
  background: 0 0;
  transform: scale(0.667);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:disabled:active ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
  left: 6px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:disabled:focus::-ms-thumb, .mdl-slider.is-upgraded:disabled:active::-ms-thumb, .mdl-slider.is-upgraded:disabled::-ms-thumb {
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  background: rgba(0, 0, 0, 0.26);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-ms-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-thumb, .mdl-slider.is-upgraded.is-lowest-value:disabled::-ms-thumb {
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  background: radial-gradient(circle closest-side, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.26) 50%, rgba(0, 0, 0, 0.26) 100%);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:disabled::-ms-fill-lower {
  margin-right: 6px;
  background: linear-gradient(to right, transparent, transparent 25px, rgba(0, 0, 0, 0.26) 25px, rgba(0, 0, 0, 0.26) 0);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded:disabled::-ms-fill-upper {
  margin-left: 6px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-fill-upper {
  margin-left: 6px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider__ie-container {
  height: 18px;
  overflow: visible;
  border: none;
  margin: none;
  padding: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider__container {
  height: 18px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider__container, .mdl-slider__background-flex {
  background: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider__background-flex {
  position: absolute;
  height: 2px;
  width: calc(100% - 52px);
  top: 50%;
  left: 0;
  margin: 0 26px;
  overflow: hidden;
  border: 0;
  padding: 0;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider__background-lower {
  background: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider__background-lower, .mdl-slider__background-upper {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  position: relative;
  border: 0;
  padding: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-slider__background-upper {
  background: rgba(0, 0, 0, 0.26);
  -webkit-transition: left 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner:not(.is-upgraded).is-active:after {
  content: "Loading...";
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner.is-upgraded.is-active {
  -webkit-animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
  animation: mdl-spinner__container-rotate 1568.23529412ms linear infinite;
}

@-webkit-keyframes mdl-spinner__container-rotate {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mdl-spinner__container-rotate {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__layer-1 {
  border-color: #42a5f5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner--single-color .mdl-spinner__layer-1 {
  border-color: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner.is-active .mdl-spinner__layer-1 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__layer-2 {
  border-color: #f44336;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner--single-color .mdl-spinner__layer-2 {
  border-color: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner.is-active .mdl-spinner__layer-2 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__layer-3 {
  border-color: #fdd835;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner--single-color .mdl-spinner__layer-3 {
  border-color: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner.is-active .mdl-spinner__layer-3 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__layer-4 {
  border-color: #4caf50;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner--single-color .mdl-spinner__layer-4 {
  border-color: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner.is-active .mdl-spinner__layer-4 {
  -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes mdl-spinner__fill-unfill-rotate {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from, 25% {
    opacity: .99;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  26%,89% {
    opacity: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  90%,100% {
    opacity: .99;
  }
}

@keyframes mdl-spinner__layer-1-fade-in-out {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from, 25% {
    opacity: .99;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  26%,89% {
    opacity: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  90%,100% {
    opacity: .99;
  }
}

@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from, 15% {
    opacity: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  25%,50% {
    opacity: .99;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  51% {
    opacity: 0;
  }
}

@keyframes mdl-spinner__layer-2-fade-in-out {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from, 15% {
    opacity: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  25%,50% {
    opacity: .99;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  51% {
    opacity: 0;
  }
}

@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from, 40% {
    opacity: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50%,75% {
    opacity: .99;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  76% {
    opacity: 0;
  }
}

@keyframes mdl-spinner__layer-3-fade-in-out {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from, 40% {
    opacity: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50%,75% {
    opacity: .99;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  76% {
    opacity: 0;
  }
}

@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from, 65% {
    opacity: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  75%,90% {
    opacity: .99;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  100% {
    opacity: 0;
  }
}

@keyframes mdl-spinner__layer-4-fade-in-out {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from, 65% {
    opacity: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  75%,90% {
    opacity: .99;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  100% {
    opacity: 0;
  }
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__gap-patch {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__gap-patch .mdl-spinner__circle {
  width: 1000%;
  left: -450%;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__circle-clipper .mdl-spinner__circle {
  width: 200%;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__circle {
  box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__left .mdl-spinner__circle {
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  transform: rotate(129deg);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
  -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner__right .mdl-spinner__circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  -ms-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
  -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: mdl-spinner__right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes mdl-spinner__left-spin {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes mdl-spinner__left-spin {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes mdl-spinner__right-spin {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes mdl-spinner__right-spin {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  overflow: visible;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-upgraded {
  padding-left: 28px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch__input {
  line-height: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-upgraded .mdl-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch__track {
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  left: 0;
  top: 5px;
  height: 14px;
  width: 36px;
  border-radius: 14px;
  cursor: pointer;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-checked .mdl-switch__track {
  background: rgba(63, 81, 181, 0.5);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-disabled .mdl-switch__track {
  background: rgba(0, 0, 0, 0.12);
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch__thumb {
  background: #fafafa;
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: left;
  transition-property: left;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-checked .mdl-switch__thumb {
  background: #3f51b5;
  left: 16px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-disabled .mdl-switch__thumb {
  background: #bdbdbd;
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch__focus-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-4px, -4px);
  -ms-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px);
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-focused .mdl-switch__focus-helper {
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
  box-shadow: 0 0 0 20px rgba(63, 81, 181, 0.26);
  background-color: rgba(63, 81, 181, 0.26);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch__label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  left: 24px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-disabled .mdl-switch__label {
  color: #bdbdbd;
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch__ripple-container {
  position: absolute;
  z-index: 2;
  top: -12px;
  left: -14px;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: step-end;
  transition-timing-function: step-end;
  -webkit-transition-property: left;
  transition-property: left;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch__ripple-container .mdl-ripple {
  background: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-disabled .mdl-switch__ripple-container {
  cursor: auto;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple {
  background: 0 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-switch.is-checked .mdl-switch__ripple-container {
  cursor: auto;
  left: 2px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tabs {
  display: block;
  width: 100%;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tabs__tab-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 48px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tabs__tab {
  margin: 0;
  border: none;
  padding: 0 24px;
  float: left;
  position: relative;
  display: block;
  color: red;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
  overflow: hidden;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  color: rgba(0, 0, 0, 0.87);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  background: #3f51b5;
  -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tabs__tab .mdl-tabs__ripple-container {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
  background: #3f51b5;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tabs__panel {
  display: block;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tabs.is-upgraded .mdl-tabs__panel {
  display: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active {
  display: block;
}

@-webkit-keyframes border-expand {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  0% {
    opacity: 0;
    width: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes border-expand {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  0% {
    opacity: 0;
    width: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  100% {
    opacity: 1;
    width: 100%;
  }
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield {
  position: relative;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  margin: 0;
  padding: 20px 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield .mdl-button {
  position: absolute;
  bottom: 20px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield--align-right {
  text-align: right;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield--full-width {
  width: 100%;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield--expandable {
  min-width: 32px;
  width: auto;
  min-height: 32px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield__input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield.is-focused .mdl-textfield__input {
  outline: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield.is-invalid .mdl-textfield__input {
  border-color: #de3226;
  box-shadow: none;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield.is-disabled .mdl-textfield__input {
  background-color: transparent;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield textarea.mdl-textfield__input {
  display: block;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield__label {
  bottom: 0;
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield.is-dirty .mdl-textfield__label {
  visibility: hidden;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield--floating-label .mdl-textfield__label {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
  color: rgba(0, 0, 0, 0.26);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
  color: #3f51b5;
  font-size: 12px;
  top: 4px;
  visibility: visible;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label {
  top: -16px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
  color: #de3226;
  font-size: 12px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield__label:after {
  background-color: #3f51b5;
  bottom: 20px;
  content: '';
  height: 2px;
  left: 45%;
  position: absolute;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 10px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield.is-focused .mdl-textfield__label:after {
  left: 0;
  visibility: visible;
  width: 100%;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield.is-invalid .mdl-textfield__label:after {
  background-color: #de3226;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield__error {
  color: #de3226;
  position: absolute;
  font-size: 12px;
  margin-top: 3px;
  visibility: hidden;
  display: block;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield.is-invalid .mdl-textfield__error {
  visibility: visible;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield__expandable-holder {
  display: inline-block;
  position: relative;
  margin-left: 32px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  max-width: .1px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield.is-focused .mdl-textfield__expandable-holder, .mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
  max-width: 600px;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-textfield__expandable-holder .mdl-textfield__label:after {
  bottom: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tooltip {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  will-change: transform;
  z-index: 999;
  background: rgba(97, 97, 97, 0.9);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  max-width: 170px;
  position: fixed;
  top: -500px;
  left: -500px;
  padding: 8px;
  text-align: center;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tooltip.is-active {
  -webkit-animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
  animation: pulse 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-tooltip--large {
  line-height: 14px;
  font-size: 14px;
  padding: 16px;
}

@-webkit-keyframes pulse {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes pulse {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  50% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-shadow--2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-shadow--3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-shadow--4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-shadow--6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-shadow--8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-shadow--16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-grid.mdl-grid--no-spacing {
  padding: 0;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-cell {
  box-sizing: border-box;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-cell--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-cell--middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-cell--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-cell--stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
.mdl-grid.mdl-grid--no-spacing > .mdl-cell {
  margin: 0;
}

@media (max-width: 479px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid {
    padding: 8px;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell {
    margin: 8px;
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--hide-phone {
    display: none !important;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--1-col, .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
    width: calc(25% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--1-col, .mdl-grid--no-spacing > .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
    width: 25%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--2-col, .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
    width: calc(50% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--2-col, .mdl-grid--no-spacing > .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
    width: 50%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--3-col, .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
    width: calc(75% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--3-col, .mdl-grid--no-spacing > .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
    width: 75%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--4-col, .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--4-col, .mdl-grid--no-spacing > .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--5-col, .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--5-col, .mdl-grid--no-spacing > .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--6-col, .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--6-col, .mdl-grid--no-spacing > .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--7-col, .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--7-col, .mdl-grid--no-spacing > .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--8-col, .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--8-col, .mdl-grid--no-spacing > .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--9-col, .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--9-col, .mdl-grid--no-spacing > .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--10-col, .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--10-col, .mdl-grid--no-spacing > .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--11-col, .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--11-col, .mdl-grid--no-spacing > .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--12-col, .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--12-col, .mdl-grid--no-spacing > .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 839px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid {
    padding: 8px;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell {
    margin: 8px;
    width: calc(50% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell {
    width: 50%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--hide-tablet {
    display: none !important;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--1-col, .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
    width: calc(12.5% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--1-col, .mdl-grid--no-spacing > .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
    width: 12.5%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--2-col, .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
    width: calc(25% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--2-col, .mdl-grid--no-spacing > .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
    width: 25%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--3-col, .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
    width: calc(37.5% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--3-col, .mdl-grid--no-spacing > .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
    width: 37.5%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--4-col, .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
    width: calc(50% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--4-col, .mdl-grid--no-spacing > .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
    width: 50%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--5-col, .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
    width: calc(62.5% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--5-col, .mdl-grid--no-spacing > .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
    width: 62.5%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--6-col, .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
    width: calc(75% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--6-col, .mdl-grid--no-spacing > .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
    width: 75%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--7-col, .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
    width: calc(87.5% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--7-col, .mdl-grid--no-spacing > .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
    width: 87.5%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--8-col, .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--8-col, .mdl-grid--no-spacing > .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--9-col, .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--9-col, .mdl-grid--no-spacing > .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--10-col, .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--10-col, .mdl-grid--no-spacing > .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--11-col, .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--11-col, .mdl-grid--no-spacing > .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
    width: 100%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--12-col, .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--12-col, .mdl-grid--no-spacing > .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
    width: 100%;
  }
}
@media (min-width: 840px) {
  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid {
    padding: 8px;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell {
    margin: 8px;
    width: calc(33.3333333333% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell {
    width: 33.3333333333%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--hide-desktop {
    display: none !important;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--1-col, .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
    width: calc(8.3333333333% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--1-col, .mdl-grid--no-spacing > .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
    width: 8.3333333333%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--2-col, .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
    width: calc(16.6666666667% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--2-col, .mdl-grid--no-spacing > .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
    width: 16.6666666667%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--3-col, .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
    width: calc(25% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--3-col, .mdl-grid--no-spacing > .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
    width: 25%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--4-col, .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
    width: calc(33.3333333333% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--4-col, .mdl-grid--no-spacing > .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
    width: 33.3333333333%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--5-col, .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
    width: calc(41.6666666667% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--5-col, .mdl-grid--no-spacing > .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
    width: 41.6666666667%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--6-col, .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
    width: calc(50% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--6-col, .mdl-grid--no-spacing > .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
    width: 50%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--7-col, .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
    width: calc(58.3333333333% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--7-col, .mdl-grid--no-spacing > .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
    width: 58.3333333333%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--8-col, .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
    width: calc(66.6666666667% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--8-col, .mdl-grid--no-spacing > .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
    width: 66.6666666667%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--9-col, .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
    width: calc(75% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--9-col, .mdl-grid--no-spacing > .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
    width: 75%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--10-col, .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
    width: calc(83.3333333333% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--10-col, .mdl-grid--no-spacing > .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
    width: 83.3333333333%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--11-col, .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
    width: calc(91.6666666667% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--11-col, .mdl-grid--no-spacing > .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
    width: 91.6666666667%;
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-cell--12-col, .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
    width: calc(100% - 16px);
  }

  /* line 9, /vagrant/vendor/assets/stylesheets/material.min.css */
  .mdl-grid--no-spacing > .mdl-cell--12-col, .mdl-grid--no-spacing > .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
    width: 100%;
  }
}
/* required styles */
/* line 17, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 22, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 29, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* line 36, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* map is broken in FF if you have max-width: 100% on tiles */
/* line 40, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container img {
  max-width: none !important;
}

/* stupid Android 2 doesn't understand "max-width: none" properly */
/* line 44, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

/* line 47, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

/* line 51, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-tile-loaded {
  visibility: inherit;
}

/* line 54, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-zoom-box {
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
/* line 59, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* line 63, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-tile-pane {
  z-index: 2;
}

/* line 64, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-objects-pane {
  z-index: 3;
}

/* line 65, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-overlay-pane {
  z-index: 4;
}

/* line 66, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-shadow-pane {
  z-index: 5;
}

/* line 67, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-marker-pane {
  z-index: 6;
}

/* line 68, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-popup-pane {
  z-index: 7;
}

/* line 70, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

/* line 74, /vagrant/vendor/assets/stylesheets/leaflet.css */
.lvml {
  behavior: url("application-body=1.css#default%23VML");
  display: inline-block;
  position: absolute;
}

/* control positioning */
/* line 83, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

/* line 89, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

/* line 94, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-top {
  top: 0;
}

/* line 97, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-right {
  right: 0;
}

/* line 100, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-bottom {
  bottom: 0;
}

/* line 103, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-left {
  left: 0;
}

/* line 106, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control {
  float: left;
  clear: both;
}

/* line 110, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-right .leaflet-control {
  float: right;
}

/* line 113, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-top .leaflet-control {
  margin-top: 10px;
}

/* line 116, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

/* line 119, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-left .leaflet-control {
  margin-left: 10px;
}

/* line 122, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
/* line 130, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 138, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

/* line 142, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

/* line 150, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  transition: none;
}

/* line 157, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
/* line 164, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-clickable {
  cursor: pointer;
}

/* line 167, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

/* line 172, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

/* line 176, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* visual tweaks */
/* line 185, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

/* line 189, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container a {
  color: #0078A8;
}

/* line 192, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

/* line 195, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
/* line 202, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
/* line 209, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

/* line 214, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

/* line 226, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

/* line 231, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

/* line 234, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 238, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

/* line 243, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

/* line 249, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* zoom control */
/* line 259, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

/* line 263, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-zoom-out {
  font-size: 20px;
}

/* line 267, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

/* line 270, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

/* layers control */
/* line 277, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

/* line 282, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-layers-toggle {
  background-image: url("images/layers.png.html");
  width: 36px;
  height: 36px;
}

/* line 287, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("images/layers-2x.png.html");
  background-size: 26px 26px;
}

/* line 291, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

/* line 296, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

/* line 299, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

/* line 303, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

/* line 308, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

/* line 313, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-layers label {
  display: block;
}

/* line 316, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */
/* line 325, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* line 331, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

/* line 335, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-attribution a {
  text-decoration: none;
}

/* line 338, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

/* line 342, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

/* line 345, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

/* line 348, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

/* line 351, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

/* line 365, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

/* line 370, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

/* line 376, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

/* line 380, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
/* line 388, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-popup {
  position: absolute;
  text-align: center;
}

/* line 392, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

/* line 397, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

/* line 401, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-popup-content p {
  margin: 18px 0;
}

/* line 404, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

/* line 411, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 425, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

/* line 430, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

/* line 444, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

/* line 447, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* line 453, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

/* line 456, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

/* line 463, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

/* line 470, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
/* line 477, /vagrant/vendor/assets/stylesheets/leaflet.css */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/*

 */
/* line 1, /vagrant/app/assets/stylesheets/global.css.scss.erb */
html, body {
  margin: 0;
  padding: 0;
}

/* line 2, /vagrant/app/assets/stylesheets/global.css.scss.erb */
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 3, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body {
  font-family: 'Proxima Nova', Arial, sans-serif;
  background: #F8F8FA;
  color: #4E595D;
  color: rgba(75, 89, 102, 0.75);
  font-size: 16px;
}

/* line 4, /vagrant/app/assets/stylesheets/global.css.scss.erb */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-size: inherit;
}

/* line 5, /vagrant/app/assets/stylesheets/global.css.scss.erb */
img {
  max-width: 100%;
}

/* line 6, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.clear {
  clear: both;
}

/* line 7, /vagrant/app/assets/stylesheets/global.css.scss.erb */
a, .button {
  color: #4285F4;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  cursor: pointer;
  outline: 0 none;
  font-weight: normal;
  text-decoration: none;
  display: inline;
  border-bottom: 1px solid transparent;
}

/* line 8, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.invisible {
  opacity: 0;
}

/* line 9, /vagrant/app/assets/stylesheets/global.css.scss.erb */
h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.8;
  font-family: 'Proxima Nova';
}

/* line 10, /vagrant/app/assets/stylesheets/global.css.scss.erb */
h1 {
  font-size: 28px;
  font-weight: 300;
}

/* line 11, /vagrant/app/assets/stylesheets/global.css.scss.erb */
h2 {
  font-size: 22px;
  font-weight: 300;
}

/* line 12, /vagrant/app/assets/stylesheets/global.css.scss.erb */
h3 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  color: rgba(75, 89, 102, 0.8);
}

/* line 13, /vagrant/app/assets/stylesheets/global.css.scss.erb */
h3:first-child {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}

/* line 14, /vagrant/app/assets/stylesheets/global.css.scss.erb */
p {
  font-size: inherit;
  opacity: 0.9;
}

/* line 15, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.container {
  width: 100%;
  width: calc(100% - 40px);
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

/* line 16, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.mdl-menu {
  padding: 0;
}

/* line 17, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.mdl-menu a {
  color: rgba(75, 89, 102, 0.9);
  border: 0 none;
}

/* line 18, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.mdl-button:hover {
  background-color: transparent;
}

/* line 19, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.promo-block {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  margin: 0 auto 20px;
  overflow: hidden;
  width: 100%;
  max-width: 728px;
}

/* line 20, /vagrant/app/assets/stylesheets/global.css.scss.erb */
i.social-icons {
  font-family: 'Social';
  width: 14px;
  text-align: center;
}

/* line 21, /vagrant/app/assets/stylesheets/global.css.scss.erb */
i.social-icons.facebook:before {
  content: "\E801";
}

/* line 22, /vagrant/app/assets/stylesheets/global.css.scss.erb */
i.social-icons.twitter:before {
  content: "\E80B";
}

/* line 23, /vagrant/app/assets/stylesheets/global.css.scss.erb */
i.social-icons.pinterest:before {
  content: "\E808";
}

/* line 24, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  text-rendering: optimizeLegibility;
}

/* line 25, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.vertical-helper {
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

/* line 26, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.profiler-results {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

/* line 27, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.profiler-results:hover {
  opacity: 1;
}

/* line 28, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#fancybox-overlay {
  z-index: 11000;
}

/* line 29, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#fancybox-wrap {
  z-index: 11001;
}

/* line 31, /vagrant/app/assets/stylesheets/global.css.scss.erb */
[lf-cloak] {
  visibility: hidden;
}

/* The lf-cloak AKA lfCloak directive will set this to visibility:visible */
/* line 33, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.form {
  padding: 0 0 20px;
}

/* line 34, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.form input, .form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  font-size: initial;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  outline: 0 none;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

/* line 35, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.form input:hover, .form textarea:hover, .form input:focus, .form textarea:focus {
  border: 1px solid #BBBBBB;
}

/* line 36, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.form .mdl-button--raised.mdl-button--colored {
  background: #4285F4;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}

/* line 39, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.share-box li, .actions-box li {
  line-height: 44px;
  height: 44px;
  padding: 0;
}
/* line 40, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.share-box li[disabled], .actions-box li[disabled] {
  line-height: 1;
  height: 14px;
  color: rgba(75, 89, 102, 0.7);
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
/* line 41, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.share-box li a, .actions-box li a {
  margin: 0 !important;
  font-size: inherit !important;
  color: rgba(75, 89, 102, 0.8) !important;
  display: block !important;
  text-align: left !important;
  padding: 15px;
  line-height: 1;
}
/* line 42, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.share-box li a i, .actions-box li a i {
  float: left;
  font-size: 14px;
  margin-right: 7px;
}

/* line 45, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.photo-gallery {
  padding: 10px 0;
  position: relative;
  display: inline-block;
}

/* line 47, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.photo-gallery .photo-gallery-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: 300;
  line-height: 1;
  font-size: 26px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 48, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.photo-gallery .photo-gallery-close:hover {
  opacity: 1;
}
/* line 49, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.photo-gallery .active-image {
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  cursor: pointer;
  display: none;
  -webkit-user-select: none;
}
/* line 50, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.photo-gallery .active-image-inner-one {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 51, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.photo-gallery .active-image-inner-two {
  display: table-cell;
  vertical-align: middle;
}
/* line 52, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.photo-gallery .active-image img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
/* line 53, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.photo-gallery .thumbs {
  white-space: nowrap;
  overflow-x: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.025);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 54, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.photo-gallery .thumbs::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
  background: rgba(75, 89, 102, 0.05);
}
/* line 55, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.photo-gallery .thumbs::-webkit-scrollbar-thumb {
  background: rgba(75, 89, 102, 0.2);
}
/* line 56, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.photo-gallery .thumbs img {
  width: auto;
  height: 100px;
  cursor: pointer;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

/* line 59, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.youtube-video {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  margin: 0 0 20px;
}

/* line 60, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 62, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.mdl-menu__item {
  padding: 0;
  height: auto;
  line-height: 1;
}

/* line 63, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.mdl-menu__item a {
  display: block;
  padding: 5px 16px;
  line-height: 30px;
  color: #666666;
}

/* line 64, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.mdl-tooltip {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.04);
  color: rgba(78, 89, 93, 0.8);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  max-width: none;
}

/* line 65, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.mdl-tooltip:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  margin: 0 0 0 -5px;
  z-index: 2;
}

/* line 66, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.mdl-tooltip:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 0 -6px;
  z-index: 1;
}

/* line 68, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.block {
  display: block !important;
}

/* line 70, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
          transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
}

/* line 71, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.wrapper.nav-on {
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

/* line 72, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.wrapper.nav-on #content * {
  pointer-events: none;
  cursor: pointer;
}

/* line 73, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100000;
  -webkit-user-select: none;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
          transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
  -webkit-overflow-scrolling: touch;
}

/* line 74, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav.nav-on {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* line 77, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav .close-button {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  line-height: 74px;
  z-index: 10;
  height: 60px;
  width: 55px;
  text-align: center;
  color: rgba(75, 89, 102, 0.5);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.025);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 78, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul li a {
  color: rgba(75, 89, 102, 0.8);
  padding: 0 20px;
  font-size: 15px;
  line-height: 60px;
  display: block;
  border: 0 none;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 79, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul li a.with-icon {
  position: relative;
  padding-left: 50px;
}
/* line 80, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul li a.with-icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -10px 0 0;
  opacity: 0.8;
}
/* line 81, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul.header-categories {
  min-width: 180px;
  display: none;
}
/* line 82, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul.header-categories a {
  position: relative;
  padding-left: 50px;
}
/* line 83, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul.header-categories a i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -10px 0 0;
}
/* line 84, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul li.directory-home {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 85, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul li.directory-home a {
  width: calc(100% - 56px);
}
/* line 86, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul li.publisher-url {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 87, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul li.add-business {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  height: 85px;
  line-height: 1;
  position: relative;
}
/* line 88, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul li.add-business a {
  background: rgba(64, 194, 168, 0.8);
  color: white;
  line-height: 40px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  width: auto;
  padding: 0 25px 0 45px;
  position: absolute;
  top: 50%;
  left: 18px;
  margin: -20px 0 0;
  box-sizing: border-box;
}
/* line 89, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul li.add-business a i {
  font-weight: bold;
  left: 15px;
}
/* line 90, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul li.open-in-new-tab a {
  padding-right: 50px;
}
/* line 91, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#nav ul li.open-in-new-tab a:after {
  content: "\E89E";
  font-family: 'Material Icons';
  position: absolute;
  right: 20px;
  opacity: 0.5;
}

/* line 94, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header {
  position: relative;
  background: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

/* line 96, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header .logo-area {
  position: relative;
  overflow: hidden;
  opacity: 0.9;
}
/* line 97, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header .logo-area .mdl-tooltip {
  top: 55px !important;
  line-height: 1.3;
}
/* line 98, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header a.publisher-logo {
  display: inline-block;
  border: 0 none;
  padding: 0 15px;
  margin-left: -15px;
  border: 0 none;
  position: relative;
  color: #4b5966;
  height: 60px;
  opacity: 0.8;
  width: auto;
  max-width: calc(100% - 100px);
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 99, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header a.publisher-logo.no-logo {
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
}
/* line 100, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header a.publisher-logo.no-logo p {
  display: inline-block;
  line-height: 60px;
  font-weight: 500;
  font-size: 18px;
  opacity: 0.8;
  margin: 0;
  color: #4B5966;
  font-family: 'Proxima Nova';
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
/* line 101, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header a.publisher-logo.no-logo p span {
  opacity: 0.75;
  font-weight: 400;
}
/* line 102, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header a.publisher-logo.no-logo:after {
  display: none;
}
/* line 103, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header .publisher-logo img {
  width: auto;
  height: auto;
  max-height: calc(100% - 30px);
  max-width: 300px;
  border: 0 none;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
/* line 104, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header .directory-home {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  width: 100px;
  height: 100px;
  white-space: nowrap;
  font-weight: 300;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
}
/* line 105, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header .directory-home a {
  color: rgba(75, 89, 102, 0.8);
  font-weight: 300;
  position: absolute;
  height: 20px;
  font-size: 18px;
  line-height: 1;
  top: 50%;
  margin: -9px 15px 0;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
/* line 106, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header .directory-home a:after {
  content: "";
}
/* line 107, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header .directory-home a:hover {
  border-bottom-color: rgba(75, 89, 102, 0.5);
  font-size: 0;
}
/* line 108, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header .directory-home a:hover:after {
  content: attr(data-hover-text);
  font-size: 18px;
}
/* line 109, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header button, #header .button {
  position: absolute;
  color: rgba(75, 89, 102, 0.9);
  top: 50%;
  right: 0;
  margin: -16px 0 0;
}
/* line 110, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header #search-toggle {
  right: 45px;
}
/* line 111, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header #header-search {
  position: absolute;
  top: 0;
  right: 90px;
  width: calc(100% - 75px);
  background: white;
  max-width: 400px;
  height: 100%;
  margin: 0;
  padding: 0 20px 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 0 1px;
  box-sizing: border-box;
  display: none;
}
/* line 112, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header #header-search input {
  -webkit-appearance: none;
  border: 0 none;
  padding: 0 10px;
  margin: 0;
  font-size: 14px;
  line-height: 60px;
  width: calc(100% - 60px);
  float: left;
  background: transparent;
  outline: 0 none;
}
/* line 113, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header #header-search button, #header #header-search .button {
  right: 14px;
}
/* line 114, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header .close-button {
  background: white;
  border: 0 none;
}
/* line 115, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header #header-search .close-button {
  margin-right: -60px;
}

/* line 117, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header.home {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  position: absolute;
  background: transparent;
  background: rgba(255, 255, 255, 0.05);
  background: -webkit-linear-gradient(white, rgba(255, 255, 255, 0));
  background: linear-gradient(white, rgba(255, 255, 255, 0));
}

/* line 118, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#header.home #search-toggle {
  display: none;
}

/* line 120, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .container {
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  margin: 20px auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.05) inset;
  overflow: hidden;
}
/* line 121, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .container.empty {
  display: none;
}
/* line 122, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .hero-map {
  height: 380px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
/* line 123, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .hero-map.big-map {
  height: calc(100vh - 215px);
}
/* line 124, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .hero-map.no-address, #content .hero-map.no-address.big-map {
  box-shadow: 0 0 0 transparent;
  height: 115px;
}
/* line 126, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .hero-map .leaflet-control-container a {
  border: 0 none;
}
/* line 127, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .hero-map .leaflet-container {
  background: transparent;
}
/* line 128, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .hero-map .leaflet-container p a {
  color: #4285F4;
}
/* line 129, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .hero-map .leaflet-bottom {
  display: none;
}
/* line 130, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .hero-map .leaflet-popup-content-wrapper, #content .hero-map .leaflet-popup-tip, #content .hero-map .leaflet-bar {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
}
/* line 131, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .hero-map .leaflet-bar {
  margin: 20px;
  pointer-events: all;
}
/* line 132, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .hero-map .leaflet-popup-content p {
  line-height: 1.6;
}
/* line 134, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top {
  padding: 20px 30px 0;
  margin-top: -95px;
  overflow: visible;
}
/* line 136, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top h1, #content #content-top p {
  margin: 0;
  width: calc(100% - 300px);
}
/* line 137, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top h1 {
  line-height: 32px;
}
/* line 138, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top p {
  color: #999999;
  padding: 0 0 15px;
}
/* line 139, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top p.with-icon {
  padding-left: 25px;
  color: inherit;
}
/* line 140, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top p.with-icon:before {
  font-family: 'Material';
  position: absolute;
  margin: -1px 0 0 -28px;
  opacity: 0.8;
}
/* line 141, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top p.with-icon.address:before {
  content: '\E0C8';
}
/* line 142, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top p.with-icon.phone:before {
  content: '\E0B0';
}
/* line 143, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top p.with-icon.hours:before {
  content: '\E192';
}
/* line 144, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top p.category {
  text-transform: capitalize;
  cursor: default;
}
/* line 145, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top p.category a {
  color: rgba(75, 89, 102, 0.6);
}
/* line 146, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top p.category a:hover {
  border-color: rgba(75, 89, 102, 0.5);
}
/* line 147, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top p.with-icon.category:before {
  content: '\E54E';
}
/* line 148, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top #calls-to-action {
  position: absolute;
  top: 22px;
  right: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
/* line 149, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top #calls-to-action a, #content #content-top #calls-to-action .button {
  display: inline-block;
  text-align: center;
  margin-left: 30px;
  font-size: 13px;
  line-height: 1;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 150, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top #calls-to-action a:before, #content #content-top #calls-to-action .button:before {
  display: block;
  font-family: 'Material';
  line-height: 1;
  margin-bottom: 8px;
  font-size: 28px;
}
/* line 151, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top #calls-to-action a.call-button:before {
  content: "\E0B0";
}
/* line 152, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top #calls-to-action a.directions-button:before {
  content: "\E52E";
}
/* line 153, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top #calls-to-action a.website-button:before {
  content: "\E051";
  content: "\E1B1";
}
/* line 154, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top #calls-to-action a.menu-button:before {
  content: "\E561";
}
/* line 155, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top #calls-to-action a.share-button:before {
  content: "\E80D";
}
/* line 156, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top #more-info {
  margin: 0 -30px;
  padding: 15px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 157, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top #more-info p {
  padding: 0 25px;
  display: inline-block;
  position: relative;
  width: auto;
  opacity: 0.8;
}
/* line 158, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #content-top #more-info p:last-child {
  padding-right: 0;
}
/* line 160, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #main-column {
  float: left;
  width: auto;
  width: calc(100% - 340px);
  margin: 0 0 15px;
}
/* line 162, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #hours span {
  display: inline-block;
}
/* line 163, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #hours .day {
  width: 120px;
}
/* line 164, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #hours p {
  margin: 0;
}
/* line 165, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #hours p:last-child {
  margin: 0 0 15px;
}
/* line 167, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .individual-coupon {
  float: left;
  width: 100%;
  margin: 10px 20px 10px 0;
  box-sizing: border-box;
  background: rgba(0, 150, 136, 0.8);
  color: white;
  padding: 20px;
  line-height: 1.5;
  cursor: default;
  position: relative;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 168, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .individual-coupon:nth-child(2) {
  background: rgba(76, 175, 80, 0.8);
}
/* line 169, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .individual-coupon:nth-child(3) {
  background: rgba(139, 195, 74, 0.8);
}
/* line 170, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .individual-coupon:nth-child(4) {
  background: rgba(205, 220, 57, 0.8);
}
/* line 172, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .individual-coupon .title {
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 15px;
  padding: 0 0 15px;
  line-height: 1;
}
/* line 173, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .individual-coupon .expiration {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  margin-top: 15px;
  line-height: 1;
}
/* line 175, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-testimonials {
  margin-left: -15px;
}
/* line 177, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-testimonials p {
  position: relative;
  padding: 15px 15px 15px 55px;
  margin-bottom: 0;
  cursor: default;
  -webkit-user-select: none;
}
/* line 178, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-testimonials p:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: auto;
  height: 1px;
  background: rgba(0, 0, 0, 0.025);
  left: 15px;
  right: 15px;
}
/* line 179, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-testimonials p:last-child:after {
  background: transparent;
}
/* line 180, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-testimonials p i {
  position: absolute;
  top: 18px;
  left: 15px;
  opacity: 0.85;
}
/* line 181, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-testimonials p.expandable {
  cursor: s-resize;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 182, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-testimonials p.expandable:hover {
  background: #F8F8F8;
}
/* line 183, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-testimonials p.expandable span.truncated {
  display: block;
}
/* line 184, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-testimonials p.expandable span.truncated:after {
  content: " (Read More)";
  font-weight: 500;
}
/* line 185, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-testimonials p.expandable span.full {
  display: none;
}
/* line 186, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-testimonials p span.comment-info {
  display: block;
  opacity: 0.7;
  padding: 5px 0 0;
}
/* line 189, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-documents p {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}
/* line 190, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .business-documents p i {
  position: absolute;
  left: 0;
  font-size: 18px;
  line-height: 26px;
  opacity: 0.8;
}
/* line 193, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #sidebar {
  float: right;
  width: 300px;
  padding: 0 0 0 40px;
}
/* line 194, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .claim-button-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 30px;
}
/* line 195, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .claim-button {
  color: #4285F4;
  opacity: 0.75;
  text-transform: uppercase;
  font: 500 14px/38px 'Proxima Nova';
  border-radius: 3px;
  display: inline-block;
  border: 1px solid rgba(66, 133, 244, 0.5);
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
/* line 196, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .claim-button:before {
  content: "";
}
/* line 197, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .claim-button i {
  position: absolute;
  line-height: 35px;
  font-size: 18px;
}
/* line 198, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .claim-button span {
  margin-left: 25px;
}
/* line 199, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .claim-button:hover {
  color: white;
  background: #4285F4;
}
/* line 200, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .helpful-links {
  margin: 0 0 20px;
}
/* line 201, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .helpful-links span {
  display: block;
  line-height: 1.8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 202, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .sidengo-promo {
  width: 300px;
  height: 250px;
  border: 0 none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.05);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 203, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .tp-promo {
  position: relative;
  margin: 0 0 30px;
}
/* line 205, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .tp-promo:hover:after {
  opacity: 0;
}
/* line 206, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .facebook-box {
  width: 300px;
  height: 214px;
  border: 0 none;
  margin: 20px 0 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}
/* line 207, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content .sidengo-promo iframe, #content .facebook-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
}
/* line 208, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content ul.related-businesses {
  padding: 0 0 30px;
}
/* line 209, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content ul.related-businesses li a {
  color: inherit;
  line-height: 2;
  position: relative;
}
/* line 211, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container {
  width: calc(100% - 30px);
  height: auto;
  font-size: 0;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 212, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
  background: rgba(75, 89, 102, 0.05);
}
/* line 213, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container::-webkit-scrollbar-thumb {
  background: rgba(75, 89, 102, 0.2);
}
/* line 215, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-wrapper {
  width: 20%;
  min-width: 200px;
  display: inline-block;
  margin: 0 0 -10px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 216, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card {
  width: 100%;
  height: 275px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border: 0 none;
  line-height: 1;
  padding: 0 0 35px;
  display: table;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.075));
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
/* line 217, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-wrapper:first-child .promo-card {
  background-image: none;
}
/* line 218, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-wrapper:last-child .promo-card {
  box-shadow: 0 0 0 transparent;
}
/* line 219, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner {
  border-bottom: 0 none;
  padding: 20px;
  display: table-cell;
  vertical-align: bottom;
}
/* line 220, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner img {
  box-shadow: 0 2px 10px rgba(75, 89, 102, 0.3);
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 221, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner p {
  position: absolute;
  bottom: 0;
  font-size: 13px;
  width: 100%;
  left: 0;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 55px;
  height: 55px;
  color: rgba(75, 89, 102, 0.75);
  margin: 0;
}
/* line 222, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner p span.valid-info {
  color: rgba(0, 166, 81, 0.8);
}
/* line 223, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner p span.valid-info.expired {
  color: rgba(255, 152, 0, 0.8);
}
/* line 224, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner p.with-business-name {
  line-height: 17px;
  height: 40px;
  white-space: nowrap;
  padding: 0 20px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(75, 89, 102, 0.6);
}
/* line 225, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner p.with-business-name span.business-name {
  color: rgba(75, 89, 102, 0.9);
  text-transform: none;
}
/* line 228, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner.render-type-html .fake-link,
#content #promos-container .promo-card-inner.render-type-html-and-images .fake-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 0 none;
}
/* line 229, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner.render-type-html .text-thumb,
#content #promos-container .promo-card-inner.render-type-html-and-images .text-thumb {
  padding: 10px;
  box-shadow: 0 2px 10px rgba(75, 89, 102, 0.3);
  width: 100%;
  height: auto;
  max-height: 150px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  color: rgba(75, 89, 102, 0.75);
  white-space: normal;
  font-size: 12px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  position: relative;
  margin: 0 auto;
}
/* line 230, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner.render-type-html img.graphic,
#content #promos-container .promo-card-inner.render-type-html-and-images img.graphic {
  float: left;
  width: 70px;
  padding: 0 10px 5px 0;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 231, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner.render-type-html .custom-html,
#content #promos-container .promo-card-inner.render-type-html-and-images .custom-html {
  line-height: 1.5;
  font-size: 6px;
  font-size: 5px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-align: left;
}
/* line 233, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner.render-type-html .custom-html div,
#content #promos-container .promo-card-inner.render-type-html-and-images .custom-html div {
  display: inline;
}
/* line 234, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner.render-type-html .custom-html span,
#content #promos-container .promo-card-inner.render-type-html-and-images .custom-html span {
  text-align: left;
}
/* line 235, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner.render-type-html .custom-html br,
#content #promos-container .promo-card-inner.render-type-html-and-images .custom-html br {
  display: none;
}
/* line 236, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content #promos-container .promo-card-inner.render-type-html .custom-html b, #content #promos-container .promo-card-inner.render-type-html .custom-html strong,
#content #promos-container .promo-card-inner.render-type-html-and-images .custom-html b,
#content #promos-container .promo-card-inner.render-type-html-and-images .custom-html strong {
  font-weight: 500;
  background: rgba(255, 235, 59, 0.15);
}

/* line 242, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.business-content #promos-container {
  margin: -40px -30px -30px;
  width: calc(100% + 60px);
}

/* line 243, /vagrant/app/assets/stylesheets/global.css.scss.erb */
h3.promos-container-title {
  margin: 0px -30px 0;
  padding: 30px 30px 0;
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 244, /vagrant/app/assets/stylesheets/global.css.scss.erb */
h3.promos-container-title.only-promos {
  margin: 0;
  padding: 0;
  border-top: 0 none;
}

/* line 246, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

/* line 248, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .container {
  margin: 20px auto 0;
}
/* line 249, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .invisible-container {
  background: transparent;
  box-shadow: 0 0 0 transparent;
  padding: 0;
  margin: 0 auto;
  padding-top: 30px;
  overflow: visible;
}
/* line 250, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .invisible-container h3 {
  margin-bottom: 30px;
  border: 0 none;
  position: relative;
  padding: 0;
  line-height: 28px;
}
/* line 251, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .hero-map {
  height: 100%;
  min-height: 520px;
  max-height: none;
  pointer-events: all;
  box-shadow: 0 0 0 transparent;
}
/* line 252, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .hero-map:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  background: #0044CC;
  mix-blend-mode: screen;
  opacity: 0.5;
}
/* line 253, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .hero-map:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(75, 89, 102, 0.5);
  background: -webkit-linear-gradient(white 38px, rgba(75, 89, 102, 0.3) 75%), -webkit-linear-gradient(rgba(255, 255, 255, 0) calc(100% - 100px), rgba(38, 45, 51, 0.6));
  background: linear-gradient(white 38px, rgba(75, 89, 102, 0.3) 75%), linear-gradient(rgba(255, 255, 255, 0) calc(100% - 100px), rgba(38, 45, 51, 0.6));
  pointer-events: none;
  z-index: 2;
}
/* line 254, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .hero-background {
  position: absolute;
  background-size: cover;
  background-position: bottom center;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
}
/* line 255, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .hero-map .leaflet-container {
  position: absolute !important;
}
/* line 256, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .hero-map .leaflet-map-pane {
  margin-top: 0;
}
/* line 257, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .hero-map .leaflet-top {
  opacity: 0;
  top: 60px;
}
/* line 258, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .hero-map .leaflet-tile {
  -webkit-filter: saturate(1.2) contrast(1.2);
  -webkit-filter: saturate(1.6) contrast(1.3);
}
/* line 259, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .leaflet-control-zoom-in {
  cursor: -webkit-zoom-in;
}
/* line 260, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .leaflet-control-zoom-out {
  cursor: -webkit-zoom-out;
}
/* line 261, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-hero-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  pointer-events: all;
  display: table;
}
/* line 262, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content #home-hero {
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
  padding: 60px 20px;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  background: -webkit-radial-gradient(rgba(75, 89, 102, 0.4), rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(75, 89, 102, 0.4), rgba(255, 255, 255, 0) 70%);
}
/* line 263, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content #home-hero h1 {
  line-height: 1.3;
  margin: 0 auto;
  padding: 0 20px 40px;
  display: block;
  border-radius: 1px;
  cursor: default;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  font-family: 'Proxima Nova';
  text-transform: uppercase;
  line-height: 1;
  font-size: 70px;
  font-weight: 700;
  -webkit-user-select: none;
}
/* line 264, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content #home-hero h1 span {
  display: block;
}
/* line 265, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .hero-to-businesses {
  display: none;
  width: 16px;
  height: 16px;
  bottom: 50px;
  left: 50%;
  margin-left: -8px;
  border: 2px solid white;
  background: rgba(0, 0, 0, 0);
  border-left: 0;
  border-top: 0;
  outline: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
  -webkit-animation: glow 1.5s infinite alternate;
  opacity: 0.5;
  pointer-events: all;
}
/* line 266, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .hero-to-businesses:before {
  content: "";
  background: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  margin: -20px 0 0 -20px;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 267, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content #home-hero .home-search {
  width: 100%;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  max-width: 500px;
  pointer-events: all;
}
/* line 269, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content #home-hero .home-search input {
  -webkit-appearance: none;
  border: 0 none;
  outline: 0 none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 56px 10px 20px;
  font: 300 18px/36px 'Proxima Nova';
  color: rgba(78, 89, 93, 0.9);
  width: 100%;
  border-radius: 3px;
  height: 57px;
  box-sizing: border-box;
}
/* line 270, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content #home-hero .home-search button {
  -webkit-appearance: none;
  border: 0 none;
  background: transparent;
  color: rgba(75, 89, 102, 0.9);
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  outline: 0 none;
}
/* line 272, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .see-all-businesses-link, #content.home-content .see-all-promos-link {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  line-height: 27px;
  color: rgba(75, 89, 102, 0.5);
  border: 1px solid rgba(75, 89, 102, 0.2);
  font-size: 12px;
  font-weight: 500;
  padding: 0 8px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
/* line 273, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .see-all-promos-link {
  top: 22px;
}
/* line 274, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-category-shortcuts {
  position: relative;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin: -68px auto 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  width: 100%;
  max-width: none;
  font-size: 0;
  -webkit-overflow-scrolling: touch;
}
/* line 275, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-category-shortcuts::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
  background: rgba(75, 89, 102, 0.05);
}
/* line 276, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-category-shortcuts::-webkit-scrollbar-thumb {
  background: rgba(75, 89, 102, 0.2);
}
/* line 277, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-category-shortcuts a {
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  border: 0 none;
  padding: 12px 0;
  font-size: 13px;
  width: 98px;
  line-height: 1;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.05) inset, 0 1px 0 transparent inset;
}
/* line 278, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-category-shortcuts a:first-child {
  box-shadow: 0 1px 0 transparent inset;
}
/* line 279, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-category-shortcuts a i {
  display: block;
  margin-bottom: 7px;
  font-size: 24px;
}
/* line 280, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .see-more-businesses {
  text-align: center;
  padding: 30px 0 40px;
}
/* line 281, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .see-more-businesses a {
  background: #60A0E7;
  color: white;
  text-transform: uppercase;
  font: 500 16px/40px 'Proxima Nova';
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  width: 220px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  border: 0 none;
}
/* line 282, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content #promos-footer .promos-container {
  padding: 0;
}
/* line 283, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-promos-wrapper {
  background: white;
  padding: 20px 0 0;
}
/* line 285, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-promos-wrapper h3 {
  cursor: default;
  background: transparent;
  box-shadow: 0 0 0 transparent;
  padding: 20px 0 20px;
  margin: 0 auto;
  border: 0 none;
}
/* line 286, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-promos-wrapper #promos-container {
  width: calc(100% - 40px);
  white-space: normal;
  margin-bottom: 10px;
}
/* line 287, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-promos-wrapper #promos-container .promo-card {
  height: 230px;
  background: transparent;
  margin-bottom: 20px;
}
/* line 288, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-promos-wrapper #promos-container .promo-card-inner {
  padding: 20px 20px 25px;
}
/* line 289, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-promos-wrapper #promos-container .promo-card-inner p.with-business-name {
  bottom: 5px;
}
/* line 290, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-promos-wrapper #promos-container .promo-card-wrapper {
  box-shadow: 1px 0 0 #F8F8FA, 0 1px 0 #F8F8FA;
}
/* line 291, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.home-content .home-promos-wrapper #promos-container .promo-card-wrapper:nth-child(n+11) {
  display: none;
}

/* line 296, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promos-index .container {
  padding: 0;
}
/* line 297, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promos-index h3 {
  cursor: default;
  background: transparent;
  box-shadow: 0 0 0 transparent;
  padding: 20px 30px;
  margin: 0 auto;
}
/* line 298, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promos-index #promos-container {
  white-space: normal;
  width: 100%;
}
/* line 299, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promos-index #promos-container .promo-card-wrapper {
  width: 20%;
}
/* line 300, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promos-index #promos-container .promo-card {
  height: 260px;
  padding: 0;
  background-image: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 301, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promos-index #promos-container .promo-card-inner {
  padding: 20px 20px 75px;
}
/* line 302, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promos-index #promos-container .promo-card-inner p {
  height: 34px;
  bottom: 20px;
  opacity: 0.9;
}

/* line 306, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search #header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
/* line 307, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search #header .container {
  max-width: none;
}
/* line 308, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search #content {
  margin-top: 59px;
}
/* line 309, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search #content .container {
  margin: 0;
  width: 100%;
  max-width: 420px;
  padding: 30px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  float: right;
}
/* line 310, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-header {
  margin-top: -12px;
  line-height: 1.4;
  font-weight: normal;
  font-size: 18px;
  color: rgba(75, 89, 102, 0.7);
  padding: 0 25px;
}
/* line 311, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-header span {
  font-weight: 500;
  color: rgba(75, 89, 102, 0.8);
}
/* line 312, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search #content.search-content {
  margin: 0;
}
/* line 313, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search #content.search-content .container {
  width: 100%;
  margin: 0;
  padding: 80px 25px 30px;
}
/* line 314, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search #content.search-content .hero-map {
  pointer-events: all;
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  height: auto;
  width: auto;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  right: 420px;
}
/* line 315, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  line-height: 1;
  height: 80px;
  position: relative;
  display: block;
  color: rgba(75, 89, 102, 0.9);
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
/* line 316, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card.see-more-businesses-container {
  padding: 20px 25px 0;
}
/* line 317, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card {
  /* Jorge, please pick a better color */
}
/* line 318, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card .search-results-business-name {
  font-weight: 500;
  font-size: 17px;
  color: rgba(86, 143, 207, 0.9);
  line-height: 1;
  display: inline-block;
  border: 0 none;
  width: calc(100% - 170px);
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 23px 0 35px 25px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 319, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card .search-results-business-name span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 320, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card .search-results-business-address {
  font-size: 13px;
  opacity: 0.7;
  position: relative;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  top: 48px;
  left: 25px;
  pointer-events: none;
  width: calc(100% - 190px);
}
/* line 321, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card .search-results-business-address span.label {
  background: #999999;
  color: white;
  padding: 0 5px;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
  margin: 0 8px 0 0;
  line-height: 15px;
  height: 13px;
  float: left;
  display: none;
}
/* line 322, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card .search-results-thumb {
  width: 100px;
  height: 100px;
  width: 70px;
  height: 70px;
  background-size: 200% auto;
  background-position: center center;
  position: absolute;
  top: 15px;
  right: 20px;
}
/* line 323, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card button {
  width: auto;
  min-width: 220px;
  background: #60A0E7;
  color: white;
  text-transform: uppercase;
  font: 500 16px/40px 'Proxima Nova';
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  border: 0 none;
  padding: 0 20px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 324, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card button.has_error, body.search .search-results-card button.has_error:hover {
  background: red;
}
/* line 325, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card button[disabled], body.search .search-results-card button[disabled]:hover {
  cursor: default;
  background: #CCCCCC;
}
/* line 326, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card .cta-box {
  position: absolute;
  top: 50%;
  right: 25px;
  margin: -25px 0 0;
}
/* line 327, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card .cta-button {
  line-height: 1;
  padding: 10px 12px;
  float: left;
  margin: 0 0 0 -1px;
  border: 1px solid #F2F2F2;
  background: white;
  color: rgba(75, 89, 102, 0.6);
}
/* line 329, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card.featured-level-3 {
  background: rgba(76, 175, 80, 0.05);
  background: #f7fbf7;
  box-shadow: 4px 0 0 rgba(76, 175, 80, 0.7) inset;
  border-top: 1px solid white;
}
/* line 330, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card.featured-level-3 .search-results-business-address span.label.level-3 {
  background: #4caf50;
  display: block;
}
/* line 331, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card.featured-level-2 {
  background: rgba(246, 195, 66, 0.05);
  background: #fffcf6;
  box-shadow: 4px 0 0 rgba(246, 195, 66, 0.7) inset;
  border-top: 1px solid white;
}
/* line 332, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card.featured-level-2 .search-results-business-address span.label.level-2 {
  background: #f6c342;
  display: block;
}
/* line 333, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card.featured-level-1 {
  box-shadow: 4px 0 0 rgba(246, 195, 66, 0.7) inset;
  border-top: 1px solid white;
}
/* line 334, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .search-results-card.featured-level-1 .search-results-business-address span.label.level-1 {
  background: #f6c342;
  display: block;
}
/* line 336, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .leaflet-popup-content {
  margin: 0 0 15px;
}
/* line 337, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .popup-inner {
  text-align: center;
}
/* line 338, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .popup-inner .business-name {
  color: rgba(75, 89, 102, 0.75);
  font: 500 17px/1.4 'Proxima Nova';
  display: block;
  border: 0 none;
  padding: 15px 15px 10px;
  color: rgba(86, 143, 207, 0.9);
  box-sizing: border-box;
  margin: -1px -1px 0;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 339, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .popup-inner .business-name span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 340, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .popup-inner .business-address {
  line-height: 1.5;
  color: rgba(75, 89, 102, 0.6);
  font-size: 12px;
  font-weight: normal;
  display: block;
}
/* line 341, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .popup-inner .cta-box {
  padding: 15px 0 5px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.025);
}
/* line 342, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .popup-inner .cta-box .cta-button {
  display: inline-block;
  color: #4285F4;
  font-size: 13px;
  line-height: 1;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  padding: 0 10px 0 0;
  border: 0 none;
  text-align: center;
  width: 70px;
  box-sizing: border-box;
}
/* line 343, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .popup-inner .cta-box .cta-button i {
  display: block;
  margin: 0 0 5px;
}
/* line 344, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search .leaflet-container a.leaflet-popup-close-button {
  border: 0 none;
  display: none;
}

/* line 347, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content {
  /* LINERS – START */
  /* LINERS – END */
}
/* line 348, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper {
  background: transparent;
  box-shadow: 0 0 0 transparent;
  padding: 0;
  margin: 0 auto;
  overflow: auto;
  position: absolute;
  top: 61px;
  bottom: 51px;
  width: 100%;
  max-width: none;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
/* line 349, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper img {
  width: auto;
  height: auto;
  max-width: 1024px;
  max-height: calc(100% - 80px);
  padding: 0;
  display: block;
  margin: 40px auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  cursor: -webkit-zoom-in;
  background: white;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
  opacity: 0;
  display: inline-block;
}
/* line 350, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper img.loaded {
  opacity: 0.9;
}
/* line 351, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.no-max-height img {
  max-height: none;
  max-width: calc(100% - 40px);
  margin: 20px auto;
  cursor: -webkit-zoom-out;
}
/* line 352, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper .blurry-background {
  position: fixed;
  top: 51px;
  right: 0;
  bottom: 51px;
  left: 0;
  z-index: -1;
  background-size: 100% 100%;
  background-position: center center;
  opacity: 0.15;
  -webkit-filter: blur(50px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: none;
}
/* line 353, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
  background: rgba(75, 89, 102, 0.05);
}
/* line 354, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper::-webkit-scrollbar-thumb {
  background: rgba(75, 89, 102, 0.2);
}
/* line 357, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.render-type-non-image .container {
  line-height: 1.8;
  font-size: 20px;
  text-align: center;
  max-width: 600px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
/* line 358, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.render-type-non-image .side {
  padding: 30px;
  box-sizing: border-box;
}
/* line 359, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.render-type-non-image .images-side {
  float: left;
  width: 260px;
}
/* line 361, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.render-type-non-image .images-side img {
  width: auto;
  max-width: 100%;
  height: auto;
  pointer-events: all;
  cursor: default;
  margin: 0 0 30px;
  max-height: none;
  box-shadow: 0 0 0 transparent;
}
/* line 362, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.render-type-non-image .images-side img:last-child {
  margin-bottom: 0;
}
/* line 364, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.render-type-non-image .text-side {
  text-align: left;
  -webkit-user-select: initial;
}
/* line 366, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.render-type-non-image .text-side div {
  display: inline;
}
/* line 367, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.render-type-non-image .text-side span {
  text-align: left;
}
/* line 368, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.render-type-non-image .text-side br {
  display: none;
}
/* line 369, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.render-type-non-image .text-side b, #content.promo-content #promo-image-wrapper.render-type-non-image .text-side strong {
  font-weight: 500;
  background: rgba(255, 235, 59, 0.15);
}
/* line 372, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-image-wrapper.render-type-html .text-side {
  width: 100%;
}
/* line 374, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-wrapper {
  padding: 0;
  overflow: visible;
  background: white;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* line 375, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-wrapper .container {
  box-shadow: 0 0 0 transparent;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  overflow: visible;
}
/* line 376, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-info-box {
  padding: 10px 0;
  text-overflow: ellipsis;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  float: left;
  white-space: nowrap;
}
/* line 378, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-info-box .promo-label {
  float: left;
  font: bold 11px/1 'Proxima Nova';
  text-transform: uppercase;
  background: rgba(0, 166, 81, 0.8);
  padding: 5px 6px;
  border-radius: 3px;
  color: white;
  margin: 4px 0 0 10px;
  cursor: help;
  outline: 0 none;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 379, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-info-box .promo-label.expired {
  background: rgba(255, 152, 0, 0.8);
}
/* line 380, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-info-box .promo-dates {
  line-height: 28px;
  float: left;
}
/* line 381, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-info-box .promo-dates:before {
  content: "–";
  padding: 0 5px;
}
/* line 382, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-info-box .promo-dates span {
  font-weight: 500;
}
/* line 384, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-text-box {
  position: relative;
  white-space: normal;
  height: auto;
  max-height: 260px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
  display: none;
}
/* line 385, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-text-box.expanded {
  display: block;
}
/* line 386, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-text-box p {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 700px;
}
/* line 387, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-text-box p span {
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 10px;
}
/* line 388, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-text-box::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 1 5px;
  height: 5px;
  background: rgba(75, 89, 102, 0.05);
}
/* line 389, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-text-box::-webkit-scrollbar-thumb {
  background: rgba(75, 89, 102, 0.2);
}
/* line 390, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #other-promos-box {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 391, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #other-promos-box.expanded {
  display: block;
}
/* line 392, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #other-promos-box::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
  background: rgba(75, 89, 102, 0.05);
}
/* line 393, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #other-promos-box::-webkit-scrollbar-thumb {
  background: rgba(75, 89, 102, 0.2);
}
/* line 395, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #other-promos-box #promos-container {
  width: auto;
  max-width: none;
  text-align: center;
  overflow: visible;
}
/* line 396, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #other-promos-box #promos-container .promo-card-wrapper {
  width: 200px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 397, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #other-promos-box #promos-container .promo-card-wrapper:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 398, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #other-promos-box #promos-container .promo-card {
  height: 235px;
  background: none;
}
/* line 399, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #other-promos-box h3.promos-container-title {
  margin: 0;
}
/* line 401, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box {
  position: relative;
  margin: 0 auto;
}
/* line 403, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box .name-and-category {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  line-height: 48px;
  height: 50px;
  float: left;
  display: block;
  width: auto;
  max-width: calc(100% - 490px);
}
/* line 404, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box a.link-to-business-in-promo {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
}
/* line 405, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box .calls-to-action {
  float: right;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 406, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box .calls-to-action a {
  height: 50px;
  line-height: 50px;
  display: block;
  float: left;
  position: relative;
  padding: 0 20px 0 55px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  font-size: 0;
  padding-right: 0;
}
/* line 407, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box .calls-to-action a i {
  position: absolute;
  left: 15px;
  line-height: 48px;
}
/* line 408, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box .promo-calls-to-action {
  float: right;
  margin-right: -15px;
}
/* line 410, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box .promo-calls-to-action a.promo-cta {
  border: 0 none;
}
/* line 411, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box .promo-calls-to-action a.promo-cta {
  color: rgba(75, 89, 102, 0.75);
}
/* line 412, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box .promo-calls-to-action a.promo-cta i {
  padding: 0 15px;
  line-height: 50px;
}
/* line 413, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box .promo-calls-to-action a.promo-cta.promo-box-close {
  background: white;
  display: none;
  position: absolute;
}
/* line 414, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #business-info-box .promo-calls-to-action ul.mdl-menu[for="promo-cta-tools"] li[disabled] {
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(75, 89, 102, 0.05);
  border-bottom: 0 none;
  padding: 10px 16px;
  color: rgba(75, 89, 102, 0.6);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.05);
  cursor: default;
}
/* line 418, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-wrapper.active-promo-text #promo-text-box {
  pointer-events: all;
  opacity: 1;
  z-index: 10;
}
/* line 419, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-wrapper.active-promo-text #promo-text-close {
  display: block;
}
/* line 420, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content #promo-wrapper.active-promo-text #promo-image-wrapper {
  width: 50%;
}
/* line 423, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content .mdl-tooltip {
  top: auto !important;
  bottom: 47px;
}
/* line 424, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content .mdl-tooltip[for="promo-cta-tools"] {
  opacity: 1;
}
/* line 425, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content .mdl-tooltip:before {
  top: auto;
  bottom: -5px;
  border-bottom: 0 none;
  border-top: 5px solid white;
}
/* line 426, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.promo-content .mdl-tooltip:after {
  top: auto;
  bottom: -6px;
  border-bottom: 0 none;
  border-top: 6px solid rgba(0, 0, 0, 0.15);
}

/* line 429, /vagrant/app/assets/stylesheets/global.css.scss.erb */
h3.trending {
  margin-top: 0;
}

/* line 430, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-cards-wrapper {
  margin: 0 -15px;
}

/* line 431, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-cards-wrapper.trending {
  margin: 0 -5px;
}

/* line 432, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card {
  float: left;
  width: 351px;
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
  margin: 0 0 30px;
  border: 0 none;
  color: white;
  line-height: 1;
}

/* line 434, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .featured-label {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: help;
}
/* line 435, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .featured-label i {
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 436, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-inner {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.025) inset;
  overflow: hidden;
  border: 0 none;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 437, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-image-wrapper {
  position: relative;
  width: 100%;
  height: 140px;
  display: block;
  border: 0 none !important;
  overflow: hidden;
  opacity: 0.9;
}
/* line 438, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 440, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 441, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-image, .business-card .card-map {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
}
/* line 442, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-info {
  display: block;
  padding: 20px 16px 16px;
  color: rgba(75, 89, 102, 0.8);
  font-size: 17px;
  line-height: 1;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  border: 0 none !important;
}
/* line 444, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-info .name {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}
/* line 445, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-info .name span {
  border-bottom: 1px solid transparent;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 446, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-info .address {
  position: relative;
  font-size: 12px;
  margin-top: 7px;
  line-height: 1.2;
  font-family: 'Merriweather';
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 448, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-footer {
  padding: 12px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
}
/* line 450, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-footer a.category {
  color: rgba(75, 89, 102, 0.7);
  text-transform: capitalize;
  float: left;
  width: auto;
  max-width: calc(100% - 90px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0.8;
}
/* line 451, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-footer a.cta {
  float: right;
  width: 46px;
  height: 40px;
  line-height: 48px;
  margin: -12px 0;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  color: rgba(75, 89, 102, 0.7);
  opacity: 0.8;
}
/* line 452, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-footer a.cta i {
  font-size: 20px;
}
/* line 453, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card .card-footer a.cta:nth-child(2) {
  margin-right: -16px;
}

/* line 457, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card.trending {
  padding: 0 5px;
  margin: 0 0 10px;
  width: 33.33%;
  height: 76px;
}

/* line 459, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card.trending .card-image-wrapper {
  width: 80px;
  height: auto;
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
}
/* line 460, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card.trending .featured-label {
  display: none;
}
/* line 461, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card.trending .card-inner {
  height: 100%;
}
/* line 462, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card.trending .card-info {
  position: absolute;
  width: auto;
  left: 110px;
  right: 15px;
  padding: 0;
  top: 15px;
  bottom: 15px;
  overflow: hidden;
}
/* line 463, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card.trending .card-info .name {
  font-size: 16px;
  line-height: 1.2;
  padding-top: 1px;
  color: rgba(75, 89, 102, 0.9);
}
/* line 464, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card.trending .card-info .address {
  margin-top: 5px;
  font-size: 11px;
}
/* line 465, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-card.trending .card-footer {
  display: none;
}

/* line 468, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category {
  margin-bottom: 20px;
}

/* line 469, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category .business-card {
  width: 25%;
}

/* line 471, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category .business-card a:hover, .home-businesses-by-category .business-card a:hover div {
  color: #2E6D9D !important;
}
/* line 472, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category .business-card .home-businesses-by-category-title {
  color: #4B5966;
  font-size: 16px;
  line-height: 1.5;
}
/* line 473, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category .business-card .card-info {
  font-size: 14px;
  padding: 0 16px;
}
/* line 474, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category .business-card .card-info .name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12px 0;
}
/* line 475, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category .business-card .card-info:last-child .name {
  border-bottom: 0 none;
}
/* line 476, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category .business-card .card-map {
  display: none;
}
/* line 477, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category .business-card .card-image-wrapper {
  overflow: hidden;
  height: 100px;
}
/* line 478, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category .business-card .card-image {
  opacity: 1 !important;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s;
          transition: transform 0.35s;
}
/* line 479, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category .business-card .card-image:hover {
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
}
/* line 480, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.home-businesses-by-category .business-card .card-image:before {
  background: transparent;
}

/* line 483, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.categories .business-card {
  width: 331px;
}

/* line 484, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.categories .business-card .card-inner {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.05) inset;
}

/* line 486, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.categories-hero {
  padding: 0 0 38px;
  margin: 0 0 -65px;
  height: 360px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
}

/* line 487, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.categories-hero:after {
  content: "";
  background: rgba(75, 89, 102, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 489, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.categories-hero .container {
  display: table;
  height: 100%;
}
/* line 490, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.categories-hero h1 {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  font-size: 60px;
  margin: 0;
  padding: 0 20px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

/* line 492, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.categories .container {
  padding-bottom: 0;
}

/* line 494, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.category-cards-wrapper {
  margin: 0 -15px;
}

/* line 495, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.category-card {
  float: left;
  width: 331px;
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
  margin: 0 0 30px;
  border: 0 none;
  color: white;
  line-height: 1;
}

/* line 497, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.category-card .card-inner {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.05) inset;
  height: 160px;
  overflow: hidden;
  border: 0 none !important;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 498, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.category-card .card-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EFF2F5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
}
/* line 499, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.category-card .card-info {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 500, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.category-card .card-info .name {
  display: table-cell;
  vertical-align: middle;
  background: rgba(75, 89, 102, 0.4);
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  padding: 15px;
}
/* line 501, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.category-card .card-info .name span {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

/* NATIVE CONTENT */
/* line 505, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.toggle-native-hero {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  cursor: pointer;
  padding: 0 10px;
  font-size: 13px;
  line-height: 3;
  border-radius: 0 5px 0 0;
  color: #4b5966;
  z-index: 1000;
  opacity: 0;
  -webkit-user-select: none;
  background: rgba(255, 255, 255, 0.9);
}

/* DELETE!!! */
/* line 506, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.toggle-native-hero:hover {
  background: #4b5966;
  color: white;
  opacity: 0.9;
}

/* DELETE!!! */
/* line 508, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content {
  background: rgba(255, 255, 255, 0.8);
}

/* line 510, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .container {
  box-shadow: 0 0 0 transparent;
  max-width: 1024px;
  margin: 0 auto;
  overflow: visible;
  padding: 40px 0 0;
  background: transparent;
}
/* line 511, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .hero {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: calc(100vh - 435px);
  position: relative;
}
/* line 512, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .hero:before {
  content: "";
  background: rgba(75, 89, 102, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}
/* line 513, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .hero:after {
  content: "";
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 515, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  line-height: 30px;
  font-size: 23px;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  cursor: pointer;
  float: left;
  border: 0 none !important;
}
/* line 516, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box a:hover {
  color: white;
}
/* line 517, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box a:before {
  font-family: 'Social';
}
/* line 518, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box a.facebook:before {
  content: "\E800";
}
/* line 519, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box a.twitter:before {
  content: "\E80B";
}
/* line 520, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box a.pinterest:before {
  content: "\E808";
}
/* line 521, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box a.email:before {
  content: "\E0BE";
  font-family: 'Material Icons';
}
/* line 523, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .article-footer-box {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 524, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box.article-footer-box a {
  color: rgba(75, 89, 102, 0.4);
  line-height: 46px;
}
/* line 525, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box.article-footer-box a:hover {
  color: rgba(75, 89, 102, 0.7);
}
/* line 526, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box.article-footer-box input {
  float: right;
  color: #bebebe;
  border: 1px solid #e2e2e2;
  -webkit-appearance: none;
  outline: 0 none;
  border-radius: 3px;
  line-height: 46px;
  font-size: 15px;
  padding: 0 10px;
  box-sizing: border-box;
  width: calc(100% - 150px);
  text-align: center;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 527, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box.article-footer-box input:focus {
  border: 1px solid #b9ddf4;
}
/* line 528, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .share-box.article-footer-box ::-moz-selection {
  background: rgba(75, 89, 102, 0.7);
  color: #fff;
}
#content.native-content .share-box.article-footer-box ::selection {
  background: rgba(75, 89, 102, 0.7);
  color: #fff;
}
/* line 529, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .tags-box {
  padding-bottom: 20px;
}
/* line 530, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .tags-box.article-footer-box a {
  border: none;
  color: rgba(75, 89, 102, 0.7);
  background: rgba(75, 89, 102, 0.075);
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 10px 10px 0;
  float: left;
}
/* line 531, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content .tags-box.article-footer-box a:hover {
  background: rgba(75, 89, 102, 0.8);
  color: white;
}
/* line 532, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column {
  width: calc(100% - 340px);
  padding-right: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  box-shadow: -1px 0 0 #F2F2F2 inset;
}
/* line 534, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column h1, #content.native-content #main-column h2, #content.native-content #main-column h3, #content.native-content #main-column h4, #content.native-content #main-column h5, #content.native-content #main-column h6 {
  color: #2E2E2E;
  margin: 0 0 30px;
  border: 0 none;
  padding: 0;
  opacity: 0.8;
}
/* line 535, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column h1 {
  font-size: 50px;
  line-height: 58px;
  letter-spacing: -2px;
}
/* line 536, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column h3 {
  font-size: 24px;
  line-height: 1.2;
}
/* line 537, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column h5 {
  margin: 0;
  padding: 0 0 30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: rgba(75, 89, 102, 0.7);
  font-weight: 400;
}
/* line 538, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column p {
  font-family: 'Merriweather';
  letter-spacing: 0.01rem;
  font-size: 18px;
  line-height: 1.8;
  color: #3A4145;
  color: #4C4C4C;
  font-weight: 300;
  margin: 0 0 30px;
  opacity: 1;
}
/* line 539, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column .article-title {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 50px;
  color: white;
  opacity: 1;
}
/* line 540, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column .article-title h1 {
  line-height: 1.1;
  color: white;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  cursor: pointer;
  display: inline;
  opacity: 1;
  margin: 0;
}
/* line 541, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column .article-title h1:hover {
  border-bottom-color: white;
}
/* line 542, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column .first-image {
  display: none;
  position: relative;
}
/* line 543, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column .first-image:before {
  content: "";
  background: rgba(75, 89, 102, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.2;
}
/* line 544, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column .author-name {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Proxima Nova';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  margin: 25px 0 -10px;
  letter-spacing: 0.4px;
  padding-left: 30px;
  cursor: default;
}
/* line 546, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column .author-name:before {
  content: "\E853";
  content: "\E851";
  color: white;
  font-family: 'Material Icons';
  position: absolute;
  font-size: 21px;
  margin: -1px 0 0 0;
  left: 0;
}
/* line 547, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #main-column .author-name:empty {
  display: none;
}
/* line 549, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content #sidebar {
  box-shadow: -1px 0 0 #F2F2F2;
  padding: 0 0 20px 40px;
}

/* line 552, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content.no-hero .hero {
  display: none;
}
/* line 553, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content.no-hero #main-column .article-title {
  display: block;
  position: relative;
  top: auto;
  color: #2E2E2E;
  opacity: 0.8;
}
/* line 554, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content.no-hero #main-column .article-title h1 {
  pointer-events: none;
}
/* line 555, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content.no-hero #main-column .first-image {
  display: block;
}
/* line 556, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content.no-hero #main-column .article-title {
  margin-bottom: 30px;
  padding-top: 0;
}
/* line 557, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content.no-hero #main-column .article-title h1 {
  color: inherit;
  padding: 0;
}
/* line 558, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content.no-hero #main-column .author-name {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(76, 76, 76, 0.6);
  margin: 20px 0 -5px;
}
/* line 559, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content.no-hero #main-column .author-name:before {
  color: rgba(76, 76, 76, 0.6);
}
/* line 560, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content.no-hero .share-box a {
  color: rgba(75, 89, 102, 0.4);
}
/* line 561, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#content.native-content.no-hero .share-box a:hover {
  color: rgba(75, 89, 102, 0.7);
}

/* line 564, /vagrant/app/assets/stylesheets/global.css.scss.erb */
h3.nc-block-title {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 1024px;
  border: 0 none;
  padding-top: 50px;
  line-height: 1;
}

/* line 565, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block {
  margin: 30px auto 30px;
  width: calc(100% - 40px);
  max-width: 1024px;
  position: relative;
}

/* line 566, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
  background: rgba(75, 89, 102, 0.05);
}

/* line 567, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block::-webkit-scrollbar-thumb {
  background: rgba(75, 89, 102, 0.2);
}

/* line 569, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block .article-preview {
  color: rgba(0, 0, 0, 0.8);
  border: 0 none !important;
  text-align: left;
  box-sizing: border-box;
  width: 25%;
  float: left;
  white-space: normal;
  padding: 0 30px 30px 0;
}
/* line 570, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block .article-preview:last-child {
  box-shadow: 0 0 0 transparent;
}
/* line 572, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block .article-preview .thumb-container {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  position: relative;
  margin: 0 0 15px;
  overflow: hidden;
  border: 1px solid rgba(22, 27, 31, 0.05);
  box-sizing: border-box;
}
/* line 573, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block .article-preview .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .35s;
          transition: transform .35s;
}
/* line 574, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block .article-preview .title {
  color: #2e3b4e;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  display: block;
  margin: 0 0 10px;
}
/* line 575, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block .article-preview .title span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 576, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block .article-preview .excerpt {
  color: #5F6A7D;
  font-size: 14px;
  line-height: 20px;
}
/* line 579, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block .article-preview:hover .thumb {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/* line 580, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.articles-block .article-preview:hover .title span {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* line 583, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#sidebar h3.nc-block-title {
  width: 100%;
  padding: 0;
}

/* line 584, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#sidebar .articles-block {
  width: 100%;
}

/* line 586, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#sidebar .articles-block .article-preview {
  width: 100%;
  padding-right: 0;
}
/* line 587, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#sidebar .articles-block .article-preview .excerpt {
  display: none;
}

/* BUSINESS WIDGET */
/* line 591, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget {
  background: #F8F8FA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 350px;
  margin: 0 auto 30px;
  display: block;
}

/* line 593, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .business-widget-map {
  display: block;
  width: 100%;
  height: 140px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}
/* line 594, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .business-widget-map:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 595, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .business-widget-info {
  background: white;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  color: rgba(75, 89, 102, 0.75);
}
/* line 596, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .business-name {
  font-size: 20px;
  line-height: 1;
  color: rgba(75, 89, 102, 0.85);
  font-weight: 300;
}
/* line 597, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .business-name:hover {
  border-bottom-color: rgba(75, 89, 102, 0.6);
}
/* line 598, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .business-categories {
  color: rgba(75, 89, 102, 0.6);
  opacity: 0.8;
  margin-top: 2px;
}
/* line 599, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .business-categories a {
  color: rgba(75, 89, 102, 0.6);
  font-size: 13px;
}
/* line 600, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .business-categories a:hover {
  border-bottom-color: rgba(75, 89, 102, 0.6);
}
/* line 601, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .cta-area {
  padding-top: 15px;
  margin: 15px -20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.025);
}
/* line 602, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .cta-area a {
  display: inline-block;
  width: 70px;
  border: 0 none;
  opacity: 0.8;
}
/* line 603, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .cta-area a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  font-size: 13px;
  line-height: 1;
}
/* line 604, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .cta-area a:hover {
  border: 0 none;
}
/* line 605, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .cta-area a:hover span {
  border-bottom-color: rgba(66, 133, 244, 0.8);
}
/* line 606, /vagrant/app/assets/stylesheets/global.css.scss.erb */
.business-widget .cta-area a i {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
}

/* line 609, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#footer {
  color: rgba(75, 89, 102, 0.5);
  font-size: 16px;
}

/* line 611, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#footer .container {
  background: transparent;
  padding: 40px 0;
  margin: 0 auto !important;
  box-shadow: 0 0 0 transparent;
  text-align: center;
  cursor: default;
}
/* line 612, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#footer a {
  color: rgba(75, 89, 102, 0.8);
  font-weight: normal;
}
/* line 613, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#footer .promo-block {
  margin-bottom: 60px;
}
/* line 614, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#footer .links a {
  margin: 0 10px;
}
/* line 615, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#footer .copyright {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(75, 89, 102, 0.1);
}
/* line 616, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#footer .extra-footer {
  padding: 20px 0 0;
}
/* line 617, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#footer .extra-footer div {
  margin: -5px !important;
  padding: 5px !important;
  border: 0 none !important;
  height: inherit !important;
  width: inherit !important;
  color: inherit !important;
  font-size: 12px !important;
  line-height: inherit !important;
}
/* line 618, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#footer .extra-footer div p:after {
  content: ".";
}

/* line 621, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer {
  color: #ADB0B6;
  position: relative;
  background: #262D33;
  background: rgba(38, 45, 51, 0.9);
  font-size: 16px;
}

/* line 623, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer .container {
  background: transparent;
  padding: 60px 0 40px;
  margin: 0 auto !important;
  box-shadow: 0 0 0 transparent;
  text-align: center;
  cursor: default;
  text-align: left;
}
/* line 624, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer a {
  color: rgba(255, 255, 255, 0.8);
}
/* line 625, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer .promo-block {
  margin-bottom: 60px;
}
/* line 626, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer h4 {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 8px;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* line 627, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer ul {
  margin: 0 0 30px;
}
/* line 628, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer .links {
  float: left;
  width: 25%;
  box-sizing: border-box;
}
/* line 629, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer .links.categories {
  width: 75%;
  padding: 0 100px 0 0;
}
/* line 630, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer .links.categories ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  -ms-columns: 3;
  -o-columns: 3;
  columns: 3;
}
/* line 631, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer .links.categories a {
  text-transform: capitalize;
}
/* line 632, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 0;
}
/* line 633, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer .extra-footer {
  padding: 20px 0 0;
}
/* line 634, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer .extra-footer div {
  margin: -5px !important;
  padding: 5px !important;
  border: 0 none !important;
  height: inherit !important;
  width: inherit !important;
  color: inherit !important;
  font-size: 12px !important;
  line-height: inherit !important;
}
/* line 635, /vagrant/app/assets/stylesheets/global.css.scss.erb */
#home-footer .extra-footer div p:after {
  content: ".";
}

/* line 638, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search #footer {
  margin: 0;
}
/* line 640, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search #footer .container {
  text-align: left;
  padding-top: 20px !important;
}
/* line 641, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search #footer .links a:first-child {
  margin-left: 0;
}
/* line 642, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.search #footer span {
  display: none;
}

/* Over 700px */
@media screen and (min-width: 701px) {
  /* line 647, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .no-full {
    display: none !important;
  }
}
/* Under 1064px */
@media screen and (max-width: 1064px) {
  /* line 652, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a {
    width: calc(100% / 11);
  }
  /* line 653, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card, body .category-card {
    width: 33.33%;
  }
  /* line 654, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.categories .business-card {
    width: 33.33%;
  }
  /* line 655, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper {
    padding: 0;
  }
  /* line 656, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper #promos-container {
    width: 100%;
    overflow: visible;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
  }
  /* line 657, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper #promos-container .promo-card {
    margin: 0;
  }
  /* line 658, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-image-wrapper img {
    max-width: calc(100% - 40px);
  }
  /* line 659, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promos-index #promos-container .promo-card-wrapper {
    width: 25%;
  }
}
/* Under 1024px */
@media screen and (max-width: 1024px) {
  /* line 664, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #home-map {
    pointer-events: none;
  }
  /* line 665, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #home-hero h1 {
    font-size: 60px;
  }
  /* line 666, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-image-wrapper.no-max-height .blurry-background {
    display: none;
  }
  /* line 667, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper #promos-container .promo-card-wrapper {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05), 1px 0 0 rgba(0, 0, 0, 0.05);
  }
  /* line 668, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .mdl-tooltip {
    display: none !important;
  }
  /* line 669, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #home-footer .copyright {
    font-size: 14px;
  }
  /* line 670, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #home-footer .links.categories {
    padding: 0 50px 0 0;
  }
}
/* Under 1000px */
@media screen and (max-width: 1000px) {
  /* line 676, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper #promos-container .promo-card-wrapper {
    width: 33.33%;
  }
  /* line 677, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper #promos-container .promo-card-wrapper:nth-child(10) {
    display: none;
  }
  /* line 678, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts:before {
    background: rgba(255, 255, 255, 0.05);
  }
  /* line 679, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a:nth-child(10) {
    display: none;
  }
  /* line 680, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a {
    width: 10%;
  }
  /* line 681, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content .individual-coupon {
    width: 100%;
    margin-right: 0;
  }
}
/* Under 900px */
@media screen and (max-width: 900px) {
  /* line 687, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #home-hero h1 {
    font-size: 50px;
  }
  /* line 688, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #promos-container .promo-card-wrapper {
    width: 33.33%;
  }
  /* line 689, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a:nth-child(9) {
    display: none;
  }
  /* line 690, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a {
    width: calc(100% / 9);
  }
  /* line 693, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #business-info-box {
    height: 100px;
  }
  /* line 694, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-image-wrapper {
    overflow: auto;
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    bottom: 101px;
    width: auto;
    height: auto;
    background: #F2F2F2;
    padding: 15px;
    -webkit-overflow-scrolling: touch;
  }
  /* line 695, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-image-wrapper img {
    max-width: calc(100% - 10px);
    max-height: none;
    margin: 0 auto;
  }
  /* line 696, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-image-wrapper.no-max-height .vertical-helper {
    display: none;
  }
  /* line 697, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-image-wrapper.no-max-height img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    margin: 0 auto;
  }
  /* line 698, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-image-wrapper .blurry-background {
    display: none;
  }
  /* line 699, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-wrapper {
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
  }
  /* line 700, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-wrapper .container {
    width: 100%;
  }
  /* line 701, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-info-box .promo-dates:before {
    display: none;
  }
  /* line 702, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-info-box {
    padding-left: 15px;
  }
  /* line 703, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #business-info-box .name-and-category {
    float: none;
    position: absolute;
    width: calc(100% - 198px);
    max-width: none;
    top: 50px;
    left: 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
    padding: 0 15px;
  }
  /* line 704, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #business-info-box .promo-calls-to-action {
    margin: 0;
  }
  /* line 705, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #business-info-box .calls-to-action {
    float: none;
    position: absolute;
    top: 50px;
    right: -1px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  }
  /* line 706, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-text-box p {
    padding: 15px 20px;
  }
  /* line 708, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-cards-wrapper {
    margin: 0 -10px;
  }
  /* line 709, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card {
    width: 50%;
    margin: 0 0 20px;
    padding: 0 10px;
  }
  /* line 710, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card.featured:nth-child(3) {
    display: none;
  }
  /* line 711, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.categories .business-card {
    width: 50%;
  }
  /* line 712, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.categories .business-card:nth-child(9) {
    display: inherit;
  }
  /* line 713, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #footer span {
    display: none;
  }
  /* line 714, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #footer .container {
    text-align: center !important;
  }
  /* line 715, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promos-index #promos-container .promo-card-wrapper {
    width: 33.33%;
  }
  /* line 717, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.native-content {
    padding: 0;
  }
  /* line 719, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.native-content #main-column, body #content.native-content #sidebar {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 0 0 transparent;
  }
  /* line 720, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.native-content #main-column .article-title {
    left: auto;
    right: auto;
    width: auto;
    max-width: 600px;
  }
  /* line 721, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.native-content #sidebar {
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
}
/* Under 900px - Search */
@media screen and (max-width: 900px) {
  /* line 728, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.search #content {
    margin-top: 50vh;
  }
  /* line 729, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.search #content .container {
    max-width: none;
  }
  /* line 730, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.search #content .hero-map .leaflet-bar {
    display: none;
  }
  /* line 731, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.search .search-results-card {
    background: white;
  }
  /* line 732, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.search #content.search-content .hero-map {
    left: 0;
    width: 100%;
    height: calc(50vh - 50px);
    max-height: none;
    bottom: auto;
    right: auto;
    z-index: -1;
    top: 50px;
    z-index: 0;
  }
  /* line 733, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.search .search-results-card.see-more-businesses-container {
    text-align: center;
  }
}
/* Under 800px */
@media screen and (max-width: 800px) {
  /* line 738, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a:nth-child(8) {
    display: none;
  }
  /* line 739, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a {
    width: calc(100% / 8);
  }
  /* line 740, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .category-card .card-inner {
    height: 120px;
  }
  /* line 741, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .category-card .card-info .name {
    font-size: 20px;
  }
  /* line 742, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #home-footer .links {
    width: 100%;
  }
  /* line 743, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #home-footer .links.categories {
    padding: 0;
    width: 100%;
  }
  /* line 744, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #home-footer .copyright {
    font-size: 12px;
    padding: 10px 0 0;
  }
  /* line 745, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-cards-wrapper.trending {
    margin: 0;
  }
  /* line 746, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card.trending {
    padding: 0;
    margin: 0;
    width: 50%;
  }
  /* line 747, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card.trending:nth-child(9) {
    display: none;
  }
}
/* Under 700px */
@media screen and (max-width: 700px) {
  /* line 752, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .invisible {
    display: none;
  }
  /* line 753, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .promo-block {
    display: none;
  }
  /* line 754, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .no-responsive {
    display: none !important;
  }
  /* line 755, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #header.home {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  /* line 756, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #header a.publisher-logo {
    padding-right: 15px;
    margin-left: -15px;
  }
  /* line 757, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #header a.publisher-logo:after, body #header a.publisher-logo.no-logo p span {
    display: none;
  }
  /* line 758, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #header a.publisher-logo.no-logo p {
    font-size: 16px;
  }
  /* line 759, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #header #header-categories {
    padding: 15px 20px;
    height: calc(100vh - 80px);
    left: -15px;
    right: -15px;
    width: auto;
    max-height: initial;
    min-height: initial;
  }
  /* line 760, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #header #header-categories span {
    width: 100%;
  }
  /* line 761, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
  /* line 762, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .container {
    width: calc(100% - 30px);
  }
  /* line 763, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content {
    margin: 0;
  }
  /* line 764, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content .hero-map {
    height: calc(100vh - 285px);
    max-height: 480px;
  }
  /* line 765, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content .hero-map.big-map {
    height: calc(100vh - 275px);
  }
  /* line 766, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content .hero-map.no-address, body #content .hero-map.no-address.big-map {
    height: 102px;
  }
  /* line 767, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content .container {
    margin-top: 15px;
    padding: 20px;
    width: calc(100% - 30px);
  }
  /* line 768, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content .column {
    width: 100% !important;
    margin: 0 0 20px;
  }
  /* line 769, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .photo-gallery .thumbs img {
    height: 60px;
  }
  /* line 770, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .sidengo-promo {
    width: 100% !important;
    height: 0 !important;
    padding: 0 0 83.4% !important;
  }
  /* line 771, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #content-top {
    padding: 20px 15px;
    text-align: center;
    margin-top: -82px;
  }
  /* line 773, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #content-top h1, body #content #content-top p {
    width: 100%;
  }
  /* line 774, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #content-top p {
    font-size: 90%;
    padding: 0;
  }
  /* line 775, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #content-top #calls-to-action {
    position: relative;
    top: auto;
    right: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  /* line 776, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #content-top #calls-to-action a {
    margin: 15px 15px 0 15px;
  }
  /* line 777, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #content-top #calls-to-action .mdl-tooltip {
    display: none;
  }
  /* line 778, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #content-top #cta-share-box {
    display: none;
  }
  /* line 779, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #content-top #more-info {
    border: 0 none;
    padding: 15px 0;
    margin: 0;
  }
  /* line 780, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #content-top #more-info p {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    opacity: 0.7;
  }
  /* line 781, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #content-top #more-info p.with-icon:before {
    display: none;
  }
  /* line 783, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #home-hero {
    background: -webkit-radial-gradient(circle, rgba(75, 89, 102, 0.4), rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(circle, rgba(75, 89, 102, 0.4), rgba(255, 255, 255, 0) 70%);
  }
  /* line 784, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #home-hero h1 {
    font-size: 38px;
    line-height: 1;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
  }
  /* line 785, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #home-hero h1 span {
    display: initial;
  }
  /* line 786, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #home-hero .home-search {
    max-width: 380px;
  }
  /* line 787, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #home-hero .home-search input {
    padding: 5px 56px 5px 20px;
    height: 47px;
  }
  /* line 788, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #home-hero .home-search button {
    padding: 11px 15px;
  }
  /* line 789, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a:nth-child(6) {
    display: none;
  }
  /* line 790, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a:nth-child(7) {
    display: none;
  }
  /* line 791, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a {
    width: calc(100% / 6);
  }
  /* line 792, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .invisible-container {
    padding-top: 20px;
  }
  /* line 793, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .invisible-container.invisible-container h3 {
    margin: 0 0 20px;
  }
  /* line 794, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .invisible-container.invisible-container h3.trending {
    margin: 20px 0;
  }
  /* line 795, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper h3 {
    padding: 0 0 15px;
    margin: 10px auto 0;
  }
  /* line 796, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .see-all-promos-link {
    top: 5px;
  }
  /* line 797, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .see-more-businesses {
    padding: 30px 0;
  }
  /* line 798, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper {
    padding: 10px 0 0;
  }
  /* line 799, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper #promos-container {
    margin-bottom: 25px;
  }
  /* line 800, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper #promos-container .promo-card {
    height: 160px !important;
  }
  /* line 801, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper #promos-container .promo-card-inner {
    padding-bottom: 10px;
  }
  /* line 802, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper #promos-container .promo-card-inner p.with-business-name {
    line-height: 15px;
  }
  /* line 803, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper #promos-container .promo-card-inner p.with-business-name span.business-name {
    display: none;
  }
  /* line 804, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #promos-container .promo-card-wrapper {
    width: 33.33% !important;
  }
  /* line 806, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content .hero-map .leaflet-bar {
    margin: 15px;
  }
  /* line 807, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #sidebar {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px 20px 0;
    margin: 0 -20px;
  }
  /* line 808, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #sidebar h1.invisible {
    display: none;
  }
  /* line 809, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #promos-container .promo-card-wrapper {
    width: 140px !important;
    min-width: initial;
  }
  /* line 810, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #promos-container .promo-card {
    padding: 0 0 30px;
    height: 170px !important;
  }
  /* line 811, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #promos-container .promo-card-inner p {
    font-size: 0;
    line-height: 45px;
    height: 45px;
  }
  /* line 812, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #promos-container .promo-card-inner p span {
    font-size: 14px;
  }
  /* line 813, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #promos-container .promo-card-inner img {
    max-width: 100px;
    max-height: 100px;
  }
  /* line 814, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.business-content #promos-container {
    margin: 10px -20px -20px;
    width: calc(100% + 40px);
  }
  /* line 815, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #promos-container .promo-card-wrapper:hover {
    background: rgba(75, 89, 102, 0.03);
  }
  /* line 817, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promos-index #promos-container .promo-card-wrapper {
    width: 33.33% !important;
  }
  /* line 819, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-image-wrapper.render-type-non-image {
    padding: 0;
  }
  /* line 820, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-image-wrapper.render-type-non-image .side {
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 0 transparent;
  }
  /* line 822, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .categories-hero {
    height: auto;
    margin-bottom: -50px;
  }
  /* line 823, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .categories-hero h1 {
    font-size: 40px;
    padding: 60px 20px;
  }
  /* line 824, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .category-cards-wrapper {
    margin: 0 -10px;
  }
  /* line 825, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .category-card {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
  }
  /* line 827, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #footer {
    margin-top: 20px;
  }
  /* line 828, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #footer .container {
    padding: 20px 0 !important;
    font-size: 14px;
  }
  /* line 829, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #footer .copyright {
    padding-top: 10px;
    margin-top: 0;
    border: 0 none;
  }
  /* line 830, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body body.search #footer .container {
    padding-top: 0 !important;
  }
  /* line 832, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #home-footer .container {
    padding: 30px 5px;
  }
  /* line 833, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #home-footer .links.categories ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    -o-columns: 2;
    columns: 2;
  }
  /* line 836, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.native-content .container {
    padding: 20px 0;
  }
  /* line 837, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.native-content .hero {
    height: calc(75vh - 60px);
    min-height: 300px;
  }
  /* line 838, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.native-content #main-column .article-title {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  /* line 839, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.native-content #main-column .article-title h1 {
    font-size: 33px;
  }
  /* line 840, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.native-content #main-column p {
    font-size: 16px;
  }
  /* line 844, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.native-content #sidebar .business-widget {
    margin-bottom: 20px;
  }
  /* line 845, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.native-content #sidebar .articles-block, body #content.native-content #sidebar .nc-block-title {
    display: none;
  }
  /* line 848, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body h3.nc-block-title {
    padding-top: 30px;
  }
  /* line 849, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .articles-block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  /* line 850, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .articles-block .article-preview {
    width: 100%;
    padding-right: 0;
  }
  /* line 851, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .articles-block .article-preview .thumb-container {
    padding: 0 0 56.25%;
  }
}
/* Under 500px */
@media screen and (max-width: 500px) {
  /* line 857, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #header .publisher-logo img {
    max-width: 100%;
  }
  /* line 858, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #header .directory-home {
    display: none;
  }
  /* line 859, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card {
    padding: 0 10px;
    margin: 0 0 10px;
    float: none;
    width: 100%;
    height: 102px;
  }
  /* line 860, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card.trending {
    width: 100%;
  }
  /* line 861, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card .card-image-wrapper {
    width: 84px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
  }
  /* line 862, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card .featured-label {
    display: none;
  }
  /* line 863, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card .card-footer {
    position: absolute;
    bottom: 0;
    left: 90px;
    right: 0;
    font-size: 13px;
  }
  /* line 864, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card .card-inner {
    height: 100%;
  }
  /* line 865, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card .card-info {
    position: absolute;
    width: auto;
    left: 108px;
    right: 15px;
    padding: 0;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
  }
  /* line 866, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card .card-info .name {
    font-size: 16px;
    line-height: 1.2;
    padding-top: 1px;
    color: rgba(75, 89, 102, 0.9);
  }
  /* line 867, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card .card-info .address {
    margin-top: 5px;
    font-size: 11px;
  }
  /* line 868, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .business-card.trending .card-footer a.cta {
    line-height: 52px;
  }
  /* line 870, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .home-content h3 {
    font-size: 18px;
  }
  /* line 871, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .categories-hero {
    margin: 0;
  }
  /* line 872, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.categories .container {
    padding: 0;
    box-shadow: 0 0 0 transparent;
    background: transparent;
  }
  /* line 873, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.categories .container h3 {
    font-size: 18px;
  }
  /* line 874, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.categories .container br {
    display: none;
  }
  /* line 875, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.categories .business-card {
    width: 100%;
  }
  /* line 876, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.categories .business-card .card-inner {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.025) inset;
  }
  /* line 877, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .category-card .card-inner {
    height: 0;
    padding: 0 0 40%;
  }
  /* line 879, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #footer .links a {
    margin: 0 7px;
  }
  /* line 880, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #footer .container {
    padding: 5px 0 20px !important;
  }
}
/* Under 450px */
@media screen and (max-width: 450px) {
  /* line 885, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .wrapper.nav-on {
    -webkit-transform: translateX(calc(-100% + 60px));
        -ms-transform: translateX(calc(-100% + 60px));
            transform: translateX(calc(-100% + 60px));
  }
  /* line 886, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #nav {
    width: calc(100% - 60px);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  /* line 887, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .hero-map {
    height: 100%;
    max-height: 700px;
    min-height: 440px;
  }
  /* line 888, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promo-content #promo-info-box .promo-dates span {
    display: none;
  }
  /* line 889, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a:nth-child(5) {
    display: none;
  }
  /* line 890, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a {
    width: 20%;
  }
  /* line 891, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #promos-container .promo-card-wrapper {
    width: 50% !important;
  }
  /* line 892, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #promos-container .promo-card-wrapper:nth-child(15) {
    display: none;
  }
  /* line 893, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-promos-wrapper #promos-container .promo-card-wrapper:nth-child(10) {
    display: inline-block;
  }
  /* line 894, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .category-card {
    width: 100%;
  }
  /* line 895, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body .category-card .card-info .name {
    font-size: 22px;
  }
  /* line 896, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.promos-index #promos-container .promo-card-wrapper {
    width: 50% !important;
  }
}
/* Under 350px */
@media screen and (max-width: 350px) {
  /* line 901, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content #content-top #calls-to-action a {
    margin: 15px 10px 0 10px;
  }
  /* line 902, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content #home-hero h1 {
    font-size: 32px;
  }
  /* line 903, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a:nth-child(4) {
    display: none;
  }
  /* line 904, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .home-category-shortcuts a {
    width: 25%;
  }
}
/* Height Over 900px */
@media screen and (min-height: 900px) {
  /* line 909, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body #content.home-content .hero-map {
    height: calc(100% - 374px);
    max-height: 830px;
  }
}
/* Hover styles so that they only appear on desktop */
/* line 914, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop a:hover, body.desktop .button:hover {
  border-bottom: 1px solid rgba(66, 133, 244, 0.8);
}
/* line 915, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop .mdl-menu a:hover {
  border: 0 none;
}
/* line 916, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop .mdl-button:hover {
  background-color: rgba(158, 158, 158, 0.2);
}
/* line 917, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop .photo-gallery .thumbs img:hover {
  opacity: 1;
}
/* line 918, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #nav ul li a:hover {
  background: rgba(75, 89, 102, 0.05);
}
/* line 919, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #nav ul li.add-business a:hover {
  background: #40C2A8;
}
/* line 920, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #nav .close-button:hover {
  color: rgba(75, 89, 102, 0.8);
}
/* line 921, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #header:hover {
  opacity: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 923, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #header a.publisher-logo.no-logo p:hover {
  opacity: 1;
}
/* line 924, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #header .publisher-logo:hover {
  border: 0 none;
  opacity: 0.8;
}
/* line 927, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content #content-top #calls-to-action a:hover, body.desktop #content #calls-to-action .button:hover {
  opacity: 1;
}
/* line 928, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content ul.related-businesses li a:hover {
  border-bottom: 1px solid rgba(75, 89, 102, 0.6);
}
/* line 931, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content #promos-container .promo-card-wrapper:hover {
  background: rgba(75, 89, 102, 0.03);
}
/* line 932, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content #promos-container .promo-card-wrapper:hover .promo-card-inner img {
  opacity: 1;
  box-shadow: 0 2px 10px rgba(75, 89, 102, 0.4);
}
/* line 934, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content #promos-container .promo-card-wrapper:hover .promo-card-inner.render-type-html-and-images img.graphic {
  box-shadow: 0 0 0 transparent;
}
/* line 938, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.business-content #promos-container .promo-card-wrapper:hover {
  background: -webkit-linear-gradient(top, transparent, rgba(75, 89, 102, 0.03));
  background: linear-gradient(top, transparent, rgba(75, 89, 102, 0.03));
}
/* line 939, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.home-content #home-hero .home-search button:hover {
  opacity: 1;
}
/* line 940, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.home-content .see-all-businesses-link:hover, body.desktop #content.home-content .see-all-promos-link:hover {
  border: 1px solid rgba(75, 89, 102, 0.6);
  color: rgba(75, 89, 102, 0.7);
}
/* line 941, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.home-content .home-category-shortcuts a:hover {
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
}
/* line 942, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.home-content .home-category-shortcuts a:first-child:hover {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
}
/* line 943, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.home-content .see-more-businesses a:hover {
  background: #568FCF;
}
/* line 944, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.promos-index #promos-container .promo-card-wrapper:hover {
  background: transparent;
}
/* line 945, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.promos-index #promos-container .promo-card-wrapper:hover .promo-card-inner p {
  opacity: 1;
}
/* line 946, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.promos-index #promos-container .promo-card-wrapper:hover .promo-card-inner img {
  box-shadow: 0 2px 10px rgba(75, 89, 102, 0.5);
}
/* line 947, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.promo-content #promo-info-box .promo-label:hover {
  opacity: 0.9;
}
/* line 948, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.promo-content #business-info-box .calls-to-action a:hover {
  opacity: 1;
}
/* line 949, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #content.promo-content #business-info-box .promo-calls-to-action a.promo-cta:hover {
  border: 0 none;
  color: rgba(75, 89, 102, 0.9);
}
/* line 950, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop .business-cards-wrapper .business-card .card-inner:hover {
  border: 0 none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
/* line 952, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop .business-cards-wrapper .business-card .card-inner:hover .card-image, body.desktop .business-cards-wrapper .business-card .card-inner:hover .card-map {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
/* line 954, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop .business-card.featured .card-info:hover .name span {
  border-bottom-color: rgba(75, 89, 102, 0.3);
}
/* line 955, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop .business-card.trending:hover .card-info .name span {
  border-bottom-color: rgba(75, 89, 102, 0.3);
}
/* line 956, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop .business-card .card-footer a.category:hover {
  border-bottom-color: rgba(75, 89, 102, 0.5);
}
/* line 957, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop .business-card .card-footer a.cta:hover {
  opacity: 1;
  color: #4285F4;
}
/* line 958, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop .category-card:hover .card-background {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
/* line 959, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop .category-card:hover .card-info .name span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
/* line 960, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #footer a:hover {
  border-bottom-color: rgba(75, 89, 102, 0.8);
}
/* line 961, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop #home-footer a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

/* line 964, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop.search .search-results-card:hover {
  border-bottom-color: transparent;
}
/* line 965, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop.search .search-results-card button:hover {
  background: #568FCF;
}
/* line 966, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop.search .search-results-card .search-results-business-name:hover span {
  border-bottom-color: rgba(86, 143, 207, 0.9);
}
/* line 967, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop.search .search-results-card .cta-button:hover {
  border-bottom-color: rgba(86, 143, 207, 0.8);
  color: rgba(86, 143, 207, 0.9);
}
/* line 968, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop.search .popup-inner .business-name:hover {
  background: rgba(0, 0, 0, 0.025);
}
/* line 969, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop.search .popup-inner .business-name:hover span {
  border-bottom-color: rgba(86, 143, 207, 0.8);
}
/* line 970, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.desktop.search .popup-inner .cta-box .cta-button:hover {
  opacity: 1;
}

/* line 974, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed {
  background: #F2F2F2;
  overflow: hidden;
  -webkit-user-select: none;
}
/* line 976, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed .profiler-results {
  display: none !important;
}
/* line 977, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed .container {
  max-width: none;
}
/* line 978, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content {
  margin: 0 auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #F8F8FA;
}
/* line 980, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .hero-map {
  height: 140px;
  min-height: initial;
  max-height: none;
}
/* line 981, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .hero-map:after {
  background: rgba(38, 45, 51, 0.35);
}
/* line 982, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .hero-map .leaflet-control-container {
  display: none;
}
/* line 983, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .hero-background {
  top: 0;
  height: 100%;
}
/* line 984, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content #home-hero {
  padding: 0 15px;
  pointer-events: all;
}
/* line 985, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content #home-hero h1 {
  font-size: 22px;
  margin: 0 auto 15px;
  padding: 0;
  width: 100%;
  max-width: 360px;
  text-align: left;
}
/* line 986, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .explore-link {
  font-weight: bold;
  color: white;
  display: inline-block;
  pointer-events: all;
  opacity: 0.95;
}
/* line 987, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .explore-link:hover {
  border-bottom-color: white;
  opacity: 1;
}
/* line 988, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content #search-toggle, body.embed #content.embed-content .close-button {
  display: none;
}
/* line 989, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content #search-toggle.block {
  display: none !important;
}
/* line 990, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content #home-hero h1 strong {
  display: initial;
}
/* line 991, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content #home-hero h1 span {
  display: initial;
}
/* line 992, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content #home-hero .home-search {
  width: 100%;
  max-width: 360px;
}
/* line 993, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content #home-hero .home-search input {
  padding: 0 56px 0 10px;
  height: 37px;
  font-size: 14px;
  border-radius: 2px;
}
/* line 994, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content #home-hero .home-search button {
  padding: 6px 10px;
}
/* line 995, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content #home-hero .home-search button i {
  font-size: 22px;
  margin-top: 1px;
}
/* line 996, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .home-category-shortcuts {
  margin-top: -50px;
  text-align: left;
  display: none;
}
/* line 997, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .home-category-shortcuts a {
  padding: 8px 0;
  font-size: 12px;
  line-height: 0.9;
}
/* line 998, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .home-category-shortcuts a i {
  font-size: 18px;
  margin-bottom: 5px;
}
/* line 999, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .tabs {
  height: 40px;
  padding: 0 10px;
}
/* line 1000, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .tabs li {
  width: 33.33%;
  float: left;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* line 1001, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .tabs li a {
  color: rgba(75, 89, 102, 0.7);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  line-height: 40px;
  height: 40px;
  box-sizing: border-box;
  display: block;
  border: 0 none;
  border-bottom: 2px solid transparent;
}
/* line 1002, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .tabs li:hover a {
  border-bottom: 2px solid rgba(75, 89, 102, 0.2);
}
/* line 1003, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .tabs li a.active {
  color: inherit;
  color: rgba(75, 89, 102, 0.9);
  border-bottom: 2px solid rgba(75, 89, 102, 0.8);
}
/* line 1004, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .embed-wrapper {
  height: calc(100% - 181px);
  margin-top: 1px;
  background: #F2F2F2;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
/* line 1005, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .embed-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
  background: rgba(75, 89, 102, 0.05);
}
/* line 1006, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .embed-wrapper::-webkit-scrollbar-thumb {
  background: rgba(75, 89, 102, 0.5);
}
/* line 1007, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .business-cards-wrapper {
  position: absolute;
  top: 10px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  margin: 0;
  width: auto;
  height: auto;
}
/* line 1008, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .business-card {
  height: calc(20% - 5px);
  padding: 0 5px;
  margin: 0 0 5px;
  display: block;
}
/* line 1009, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .business-card .card-info {
  right: 10px;
}
/* line 1010, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .business-card .card-info .name {
  white-space: normal;
  font-size: 14px;
  padding-bottom: 1px;
}
/* line 1011, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .business-card .card-info .name span {
  display: inline;
}
/* line 1012, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .see-more-businesses {
  display: none;
}
/* line 1013, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .see-more-businesses a {
  text-align: center;
}
/* line 1014, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content #footer .container {
  text-align: left;
}
/* line 1015, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .home-promos-wrapper {
  padding: 0;
}
/* line 1016, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .home-promos-wrapper #promos-container {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 1017, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .home-promos-wrapper #promos-container .promo-card-wrapper {
  display: inline-block;
}
/* line 1018, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .home-promos-wrapper #promos-container .promo-card-wrapper:nth-child(n+15) {
  display: none;
}
/* line 1019, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .invisible-container {
  padding-top: 10px;
  position: static;
}
/* line 1020, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .invisible-container.invisible-container h3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
/* line 1021, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .category-cards-wrapper {
  margin: 15px 10px 5px;
}
/* line 1022, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .category-card {
  width: 50%;
  padding: 0 5px;
  margin: 0 0 10px;
}
/* line 1023, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .category-card .card-inner {
  height: 51px;
  padding: 0;
}
/* line 1024, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .category-card .card-info .name {
  font-size: 13px;
  line-height: 1.2;
  padding: 5px;
}
/* line 1025, /vagrant/app/assets/stylesheets/global.css.scss.erb */
body.embed #content.embed-content .category-card .card-info .name span {
  border-bottom-width: 1px !important;
}

/* Widget Under 600px height */
@media screen and (max-height: 599px) {
  /* line 1032, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-card {
    height: calc(25% - 5px);
  }
  /* line 1033, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-card:nth-child(n+5) {
    display: none !important;
  }
}
/* Widget Under 500px height */
@media screen and (max-height: 499px) {
  /* line 1040, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content #search-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -17px 0 0;
  }
  /* line 1041, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content #search-toggle.block {
    display: block !important;
  }
  /* line 1042, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .close-button {
    position: absolute;
    right: 10px;
    display: block;
    border: 0 none;
    color: white;
    top: 50%;
    margin: -14px -50px 0 0;
  }
  /* line 1043, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content #home-hero .home-search {
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -19px 0 0;
    max-width: none;
    width: calc(100% - 60px);
    display: none;
  }
  /* line 1045, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content #home-hero .home-search input {
    height: 30px;
    margin-top: 4px;
    line-height: 29px;
    border: 0 none;
  }
  /* line 1046, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content #home-hero .home-search button {
    padding: 7px 8px;
  }
  /* line 1048, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content #home-hero h1 {
    margin: 0;
    font-size: 20px;
    width: calc(100% - 35px);
  }
  /* line 1049, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .hero-map {
    height: 70px;
  }
  /* line 1050, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .embed-wrapper {
    height: calc(100% - 110px);
  }
}
/* Widget Under 430px height */
@media screen and (max-height: 429px) {
  /* line 1057, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-card .card-info .name {
    line-height: 1;
    white-space: nowrap;
  }
}
/* Widget Under 400px height */
@media screen and (max-height: 399px) {
  /* line 1064, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .hero-map {
    height: 50px;
  }
  /* line 1065, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content #home-hero h1 {
    font-size: 17px;
  }
  /* line 1066, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .embed-wrapper {
    height: calc(100% - 90px);
  }
  /* line 1067, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .category-card .card-inner {
    height: calc(50vh - 63px);
  }
}
/* Widget Under 350px height */
@media screen and (max-height: 349px) {
  /* line 1074, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-cards-wrapper {
    top: 7px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.025) inset;
  }
  /* line 1075, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-card {
    height: 33.33%;
    margin: 0;
    padding: 0;
  }
  /* line 1076, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-card:nth-child(n+4) {
    display: none !important;
  }
  /* line 1077, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-card .card-inner {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  }
  /* line 1078, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-card .card-image-wrapper {
    width: 50px;
  }
  /* line 1079, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-card .card-info {
    left: 72px;
    top: 9px;
    right: 12px;
    overflow: visible;
  }
  /* line 1080, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-card .card-info .address {
    margin-top: 2px;
    font-size: 11px;
    opacity: 0.6;
  }
}
/* Widget Under 280px height */
@media screen and (max-width: 279px) {
  /* line 1087, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .home-promos-wrapper #promos-container .promo-card-wrapper {
    width: 100% !important;
  }
  /* line 1088, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-card .card-image-wrapper {
    width: 55px;
  }
  /* line 1089, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .business-card .card-info {
    left: 75px;
  }
  /* line 1090, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content #home-hero h1 {
    font-size: 20px;
  }
  /* line 1091, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .category-card {
    width: 100%;
  }
  /* line 1092, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  body.embed #content.embed-content .tabs li a {
    font-size: 11px;
  }
}
/* FONT FACES */
@font-face {
  font-family: 'Material';
  src: url("material-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  src: url("material-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Social';
  src: url("social.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("proxima-nova-300.otf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("proxima-nova-400.otf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("proxima-nova-500.otf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("proxima-nova-700.otf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'Merriweather';
  src: url("merriweather-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Merriweather';
  src: url("merriweather-300-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'Merriweather';
  src: url("merriweather-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Merriweather';
  src: url("merriweather-400-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}

/* ANIMATIONS */
@-webkit-keyframes homeoverlay {
  /* line 1112, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  0%,100% {
    background: rgba(75, 89, 102, 0.1);
  }

  /* line 1113, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  25%, 75% {
    background: rgba(75, 89, 102, 0.3);
  }

  /* line 1114, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  50% {
    background: rgba(75, 89, 102, 0.5);
  }
}

@keyframes homeoverlay {
  /* line 1130, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  0%,100% {
    background: rgba(75, 89, 102, 0.1);
  }

  /* line 1131, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  25%, 75% {
    background: rgba(75, 89, 102, 0.3);
  }

  /* line 1132, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  50% {
    background: rgba(75, 89, 102, 0.5);
  }
}

@-webkit-keyframes glow {
  /* line 1135, /vagrant/app/assets/stylesheets/global.css.scss.erb */
  to {
    opacity: 0;
  }
}
