@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/* // 1. Colors */
/* // Typography */
/* // Buttons */
/* // 5. Carousel */
/* // Dropdown */
/* // 12. Global */
/* // 13. Grid */
/* // Navigation Bar */
/* // Forms */
/* // Footer  */
/* // Social media */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../materialize-src/sass/components/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../materialize-src/sass/components/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 45, ../materialize-src/sass/components/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 57, ../materialize-src/sass/components/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../materialize-src/sass/components/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 78, ../materialize-src/sass/components/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../materialize-src/sass/components/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 99, ../materialize-src/sass/components/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../materialize-src/sass/components/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 119, ../materialize-src/sass/components/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../materialize-src/sass/components/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../materialize-src/sass/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../materialize-src/sass/components/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../materialize-src/sass/components/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, ../materialize-src/sass/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../materialize-src/sass/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../materialize-src/sass/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../materialize-src/sass/components/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../materialize-src/sass/components/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../materialize-src/sass/components/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../materialize-src/sass/components/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../materialize-src/sass/components/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 232, ../materialize-src/sass/components/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 256, ../materialize-src/sass/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../materialize-src/sass/components/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, ../materialize-src/sass/components/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 293, ../materialize-src/sass/components/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, ../materialize-src/sass/components/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../materialize-src/sass/components/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../materialize-src/sass/components/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, ../materialize-src/sass/components/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, ../materialize-src/sass/components/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, ../materialize-src/sass/components/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, ../materialize-src/sass/components/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../materialize-src/sass/components/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, ../materialize-src/sass/components/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../materialize-src/sass/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, ../materialize-src/sass/components/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../materialize-src/sass/components/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../materialize-src/sass/components/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 2, ../materialize-src/sass/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 8, ../materialize-src/sass/components/_global.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 12, ../materialize-src/sass/components/_global.scss */
hr {
  margin: 0;
}

/* line 17, ../materialize-src/sass/components/_global.scss */
ul:not(.browser-default) {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
/* line 21, ../materialize-src/sass/components/_global.scss */
ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 27, ../materialize-src/sass/components/_global.scss */
a {
  color: #0980f4;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 36, ../materialize-src/sass/components/_global.scss */
.clearfix:before, .row:before,
.clearfix:after,
.row:after {
  display: table;
  content: " ";
}

/* line 41, ../materialize-src/sass/components/_global.scss */
.clearfix:after, .row:after {
  clear: both;
}

/* line 46, ../materialize-src/sass/components/_global.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* line 50, ../materialize-src/sass/components/_global.scss */
.z-depth-1, .btn, .btn-medium, .btn-large, .dropdown-content {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* line 54, ../materialize-src/sass/components/_global.scss */
.z-depth-1-half, .btn:hover, .btn-medium:hover, .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* line 58, ../materialize-src/sass/components/_global.scss */
.z-depth-2 {
  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.3);
}

/* line 62, ../materialize-src/sass/components/_global.scss */
.z-depth-3 {
  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.3);
}

/* line 66, ../materialize-src/sass/components/_global.scss */
.z-depth-4, .modal, #login.modal .modal-content, .volunteer-modal.modal .modal-content {
  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.3);
}

/* line 70, ../materialize-src/sass/components/_global.scss */
.z-depth-5 {
  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.3);
}

/* line 74, ../materialize-src/sass/components/_global.scss */
.hoverable {
  transition: box-shadow .25s;
}
/* line 76, ../materialize-src/sass/components/_global.scss */
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*******************
  Utility Classes
*******************/
/* line 86, ../materialize-src/sass/components/_global.scss */
.hide {
  display: none !important;
}

/* line 91, ../materialize-src/sass/components/_global.scss */
.left-align {
  text-align: left;
}

/* line 95, ../materialize-src/sass/components/_global.scss */
.right-align {
  text-align: right;
}

/* line 100, ../materialize-src/sass/components/_global.scss */
.center,
.center-align {
  text-align: center;
}

/* line 104, ../materialize-src/sass/components/_global.scss */
.left {
  float: left !important;
}

/* line 108, ../materialize-src/sass/components/_global.scss */
.right {
  float: right !important;
}

/* line 113, ../materialize-src/sass/components/_global.scss */
.no-select {
  user-select: none;
}

/* line 117, ../materialize-src/sass/components/_global.scss */
.circle {
  border-radius: 50%;
}

/* line 121, ../materialize-src/sass/components/_global.scss */
.center-block, .happy-voices #carouselHappyVoices, .success-stories #carouselSuccessStories, .coc #carouselCOC, .mobile-app-download .content, .m-happy-voices #carouselHappyVoices, .m-success-stories #carouselSuccessStories, .m-mobile-app-download .content {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 127, ../materialize-src/sass/components/_global.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 134, ../materialize-src/sass/components/_global.scss */
.no-padding {
  padding: 0 !important;
}

/* line 138, ../materialize-src/sass/components/_global.scss */
.upper-case, nav ul a, footer .title {
  text-transform: uppercase;
}

/* line 142, ../materialize-src/sass/components/_global.scss */
.font-weight-bold, nav ul a, .btn-large, .miscellaneous .title, .fixing-civic-issues-steps .title, .m-miscellaneous .title, .m-fixing-civic-issues-steps .title, footer .title {
  font-weight: 700;
}

/* line 146, ../materialize-src/sass/components/_global.scss */
.font-weight-medium, .happy-voices #carouselHappyVoices .citizen-name, .m-happy-voices #carouselHappyVoices .citizen-name {
  font-weight: 500;
}

/* line 150, ../materialize-src/sass/components/_global.scss */
.font-weight-normal, .btn-medium, .dropdown-content li > a, .dropdown-content li > span {
  font-weight: 400;
}

/* line 154, ../materialize-src/sass/components/_global.scss */
.font-weight-slim {
  font-weight: 300;
}

/* line 158, ../materialize-src/sass/components/_global.scss */
.thumbnail {
  background-clip: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* line 167, ../materialize-src/sass/components/_global.scss */
.thumbnail.t50x50 {
  height: 50px;
  width: 50px;
}
/* line 171, ../materialize-src/sass/components/_global.scss */
.thumbnail.t75x75 {
  height: 75px;
  width: 75px;
}
/* line 175, ../materialize-src/sass/components/_global.scss */
.thumbnail.t210x340 {
  height: 340px;
  width: 210px;
}

/* line 181, ../materialize-src/sass/components/_global.scss */
.option-border {
  display: flex;
  width: 100%;
  height: 50px;
}
/* line 185, ../materialize-src/sass/components/_global.scss */
.option-border > div {
  height: 1px;
  margin: auto;
  display: flex;
  width: 100%;
  background-color: #eeeeee;
}
/* line 191, ../materialize-src/sass/components/_global.scss */
.option-border > div > span {
  margin: -10px auto auto auto;
  display: inline-block;
  background-color: #fff;
  width: 30px;
  text-align: center;
  color: #777777;
}

/* line 1, ../materialize-src/sass/components/_media.scss */
.media {
  margin-top: 15px;
}
/* line 3, ../materialize-src/sass/components/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 9, ../materialize-src/sass/components/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 14, ../materialize-src/sass/components/_media.scss */
.media-body {
  width: 10000px;
}

/* line 18, ../materialize-src/sass/components/_media.scss */
.media-object {
  display: block;
}

/* line 22, ../materialize-src/sass/components/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 27, ../materialize-src/sass/components/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 32, ../materialize-src/sass/components/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 38, ../materialize-src/sass/components/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 43, ../materialize-src/sass/components/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 47, ../materialize-src/sass/components/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 51, ../materialize-src/sass/components/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
/* line 2, ../materialize-src/sass/components/_icons-material-design.scss */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

@media only screen and (min-width: 992px) {
  /* line 2, ../materialize-src/sass/components/_grid.scss */
  .container {
    width: 970px;
  }
}
/* line 7, ../materialize-src/sass/components/_grid.scss */
.container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../materialize-src/sass/components/_grid.scss */
.container .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media only screen and (max-width: 991px) {
  /* line 20, ../materialize-src/sass/components/_grid.scss */
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* line 24, ../materialize-src/sass/components/_grid.scss */
  .container .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
/* line 49, ../materialize-src/sass/components/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  /* line 54, ../materialize-src/sass/components/_grid.scss */
  .row .col {
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  /* line 54, ../materialize-src/sass/components/_grid.scss */
  .row .col {
    padding: 0 1rem;
  }
}
/* line 62, ../materialize-src/sass/components/_grid.scss */
.row .col {
  float: left;
  box-sizing: border-box;
  min-height: 1px;
}
/* line 67, ../materialize-src/sass/components/_grid.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l1 {
  width: 8.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l2 {
  width: 16.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l4 {
  width: 33.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l5 {
  width: 41.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l7 {
  width: 58.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l8 {
  width: 66.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l10 {
  width: 83.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l11 {
  width: 91.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 73, ../materialize-src/sass/components/_grid.scss */
.row .col.md-l12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l1 {
  margin-left: 8.33333%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l1 {
  right: 8.33333%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l1 {
  left: 8.33333%;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l2 {
  margin-left: 16.66667%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l2 {
  right: 16.66667%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l2 {
  left: 16.66667%;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l3 {
  margin-left: 25%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l3 {
  right: 25%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l3 {
  left: 25%;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l4 {
  margin-left: 33.33333%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l4 {
  right: 33.33333%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l4 {
  left: 33.33333%;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l5 {
  margin-left: 41.66667%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l5 {
  right: 41.66667%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l5 {
  left: 41.66667%;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l6 {
  margin-left: 50%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l6 {
  right: 50%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l6 {
  left: 50%;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l7 {
  margin-left: 58.33333%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l7 {
  right: 58.33333%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l7 {
  left: 58.33333%;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l8 {
  margin-left: 66.66667%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l8 {
  right: 66.66667%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l8 {
  left: 66.66667%;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l9 {
  margin-left: 75%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l9 {
  right: 75%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l9 {
  left: 75%;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l10 {
  margin-left: 83.33333%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l10 {
  right: 83.33333%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l10 {
  left: 83.33333%;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l11 {
  margin-left: 91.66667%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l11 {
  right: 91.66667%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l11 {
  left: 91.66667%;
}
/* line 38, ../materialize-src/sass/components/_grid.scss */
.row .col.offset-md-l12 {
  margin-left: 100%;
}
/* line 41, ../materialize-src/sass/components/_grid.scss */
.row .col.pull-md-l12 {
  right: 100%;
}
/* line 44, ../materialize-src/sass/components/_grid.scss */
.row .col.push-md-l12 {
  left: 100%;
}
@media only screen and (min-width: 992px) {
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 89, ../materialize-src/sass/components/_grid.scss */
  .row .col.lg-u12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u1 {
    margin-left: 8.33333%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u1 {
    right: 8.33333%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u1 {
    left: 8.33333%;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u2 {
    margin-left: 16.66667%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u2 {
    right: 16.66667%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u2 {
    left: 16.66667%;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u3 {
    margin-left: 25%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u3 {
    right: 25%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u3 {
    left: 25%;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u4 {
    margin-left: 33.33333%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u4 {
    right: 33.33333%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u4 {
    left: 33.33333%;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u5 {
    margin-left: 41.66667%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u5 {
    right: 41.66667%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u5 {
    left: 41.66667%;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u6 {
    margin-left: 50%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u6 {
    right: 50%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u6 {
    left: 50%;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u7 {
    margin-left: 58.33333%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u7 {
    right: 58.33333%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u7 {
    left: 58.33333%;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u8 {
    margin-left: 66.66667%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u8 {
    right: 66.66667%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u8 {
    left: 66.66667%;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u9 {
    margin-left: 75%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u9 {
    right: 75%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u9 {
    left: 75%;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u10 {
    margin-left: 83.33333%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u10 {
    right: 83.33333%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u10 {
    left: 83.33333%;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u11 {
    margin-left: 91.66667%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u11 {
    right: 91.66667%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u11 {
    left: 91.66667%;
  }
  /* line 38, ../materialize-src/sass/components/_grid.scss */
  .row .col.offset-lg-u12 {
    margin-left: 100%;
  }
  /* line 41, ../materialize-src/sass/components/_grid.scss */
  .row .col.pull-lg-u12 {
    right: 100%;
  }
  /* line 44, ../materialize-src/sass/components/_grid.scss */
  .row .col.push-lg-u12 {
    left: 100%;
  }
}

/* line 3, ../materialize-src/sass/components/_navbar.scss */
nav .brand-logo {
  position: absolute;
  color: white;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}
/* line 9, ../materialize-src/sass/components/_navbar.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}
/* line 15, ../materialize-src/sass/components/_navbar.scss */
nav ul {
  margin: 0;
}
/* line 17, ../materialize-src/sass/components/_navbar.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}
/* line 22, ../materialize-src/sass/components/_navbar.scss */
nav ul li.active > a {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: default;
}
/* line 28, ../materialize-src/sass/components/_navbar.scss */
nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: white;
  display: block;
  padding: 0 15px;
  cursor: pointer;
  border-top: 1px solid black;
}
/* line 39, ../materialize-src/sass/components/_navbar.scss */
nav ul a > .material-icons,
nav ul a i {
  height: inherit;
  line-height: inherit;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  font-size: 1.1rem;
}
/* line 46, ../materialize-src/sass/components/_navbar.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 50, ../materialize-src/sass/components/_navbar.scss */
nav ul.left {
  float: left;
}
/* line 55, ../materialize-src/sass/components/_navbar.scss */
nav .dropdown-button.active {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 62, ../materialize-src/sass/components/_navbar.scss */
.navbar-fixed {
  background-color: #333333;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 997;
}

/* line 73, ../materialize-src/sass/components/_navbar.scss */
nav,
nav .nav-wrapper i,
nav a.button-collapse,
nav a.button-collapse i {
  height: 50px;
  line-height: 50px;
}

/* line 1, ../materialize-src/sass/components/_typography.scss */
a {
  text-decoration: none;
}

/* line 5, ../materialize-src/sass/components/_typography.scss */
html {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #373a3c;
}

/* line 12, ../materialize-src/sass/components/_typography.scss */
body {
  line-height: 1.5rem;
}

/* line 16, ../materialize-src/sass/components/_typography.scss */
.bitter {
  font-family: "Bitter", serif;
}

/* line 25, ../materialize-src/sass/components/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
}

/* line 36, ../materialize-src/sass/components/_typography.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

/* line 40, ../materialize-src/sass/components/_typography.scss */
h1 {
  font-size: 3.42rem;
  line-height: 110%;
  margin: 0 0 1.368rem;
}

/* line 46, ../materialize-src/sass/components/_typography.scss */
h2 {
  font-size: 2.85rem;
  line-height: 110%;
  margin: 0 0 1.14rem;
}

/* line 52, ../materialize-src/sass/components/_typography.scss */
h3 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 0 0 0.912rem;
}

/* line 58, ../materialize-src/sass/components/_typography.scss */
h4 {
  font-size: 1.71rem;
  line-height: 110%;
  margin: 0 0 0.684rem;
}

/* line 64, ../materialize-src/sass/components/_typography.scss */
h5 {
  font-size: 1.14rem;
  line-height: 110%;
  margin: 0 0 0.456rem;
}

/* line 70, ../materialize-src/sass/components/_typography.scss */
h6 {
  font-size: 0.86rem;
  line-height: 110%;
  margin: 0 0 0.344rem;
}

/* line 76, ../materialize-src/sass/components/_typography.scss */
p {
  margin: 0;
}

/* line 81, ../materialize-src/sass/components/_typography.scss */
em {
  font-style: italic;
}

/* line 85, ../materialize-src/sass/components/_typography.scss */
strong {
  font-weight: 700;
}

/* line 89, ../materialize-src/sass/components/_typography.scss */
.medium {
  font-weight: 500;
}

/* line 93, ../materialize-src/sass/components/_typography.scss */
.light {
  font-weight: 300;
}

/* line 97, ../materialize-src/sass/components/_typography.scss */
small {
  font-size: 0.86rem;
}

/* line 3, ../materialize-src/sass/components/_buttons.scss */
.btn, .btn-medium, .btn-large,
.btn-flat {
  border: none;
  border-radius: 3px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 26, ../materialize-src/sass/components/_buttons.scss */
.btn.disabled, .disabled.btn-medium, .disabled.btn-large,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-medium:disabled,
.btn-large:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-medium,
[disabled].btn-large,
.btn-large[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: whitesmoke !important;
  box-shadow: none;
  color: #616161 !important;
  cursor: default;
}
/* line 32, ../materialize-src/sass/components/_buttons.scss */
.btn.disabled:hover, .disabled.btn-medium:hover, .disabled.btn-large:hover,
.btn-large.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-medium:disabled:hover,
.btn-large:disabled:hover,
.btn-large:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-medium:hover,
[disabled].btn-large:hover,
.btn-large[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: whitesmoke !important;
  color: #616161 !important;
}

/* line 42, ../materialize-src/sass/components/_buttons.scss */
.btn, .btn-medium, .btn-large,
.btn-medium,
.btn-large,
.btn-flat {
  font-size: 1rem;
  outline: 0;
}
/* line 45, ../materialize-src/sass/components/_buttons.scss */
.btn i, .btn-medium i, .btn-large i,
.btn-medium i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 52, ../materialize-src/sass/components/_buttons.scss */
.btn, .btn-medium, .btn-large {
  text-decoration: none;
  color: white;
  background-color: #0980f4;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
}
/* line 61, ../materialize-src/sass/components/_buttons.scss */
.btn:hover, .btn-medium:hover, .btn-large:hover {
  background-color: #3899f8;
}

/* line 69, ../materialize-src/sass/components/_buttons.scss */
.btn:active, .btn-medium:active, .btn-large:active {
  background-color: #0766c3;
}

/* line 75, ../materialize-src/sass/components/_buttons.scss */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #373a3c;
  cursor: pointer;
  transition: background-color .2s;
}
/* line 82, ../materialize-src/sass/components/_buttons.scss */
.btn-flat:focus, .btn-flat:hover {
  box-shadow: none;
}
/* line 85, ../materialize-src/sass/components/_buttons.scss */
.btn-flat:active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 88, ../materialize-src/sass/components/_buttons.scss */
.btn-flat.disabled {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 96, ../materialize-src/sass/components/_buttons.scss */
.btn-medium {
  height: 40px;
  line-height: 40px;
}
/* line 101, ../materialize-src/sass/components/_buttons.scss */
.btn-medium i {
  font-size: 1.3rem;
}

/* line 107, ../materialize-src/sass/components/_buttons.scss */
.btn-large {
  height: 48px;
  line-height: 48px;
}
/* line 112, ../materialize-src/sass/components/_buttons.scss */
.btn-large i {
  font-size: 1.6rem;
}

/* line 118, ../materialize-src/sass/components/_buttons.scss */
.btn-block {
  display: block;
}

/* line 122, ../materialize-src/sass/components/_buttons.scss */
.btn-full {
  width: 100%;
}

/* line 128, ../materialize-src/sass/components/_buttons.scss */
.btn-link,
.link-primary {
  color: #0980f4;
}

/* line 134, ../materialize-src/sass/components/_buttons.scss */
.link-primary:hover {
  color: #1F8BF5;
  text-decoration: underline;
}
/* line 138, ../materialize-src/sass/components/_buttons.scss */
.link-primary:active {
  color: #0975DE;
}

/* line 144, ../materialize-src/sass/components/_buttons.scss */
.bg-facebook {
  background-color: #3b5998;
}
/* line 146, ../materialize-src/sass/components/_buttons.scss */
.bg-facebook:hover {
  background-color: #4c70ba;
}
/* line 149, ../materialize-src/sass/components/_buttons.scss */
.bg-facebook:active {
  background-color: #4162a7;
}

/* line 1, ../materialize-src/sass/components/_dropdown.scss */
.dropdown-content {
  background-color: #333333;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: height;
  width: auto !important;
}
/* line 14, ../materialize-src/sass/components/_dropdown.scss */
.dropdown-content li {
  clear: both;
  color: #373a3c;
  cursor: pointer;
  min-height: 30px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}
/* line 24, ../materialize-src/sass/components/_dropdown.scss */
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #212121;
}
/* line 27, ../materialize-src/sass/components/_dropdown.scss */
.dropdown-content li.active.selected {
  background-color: #141414;
}
/* line 30, ../materialize-src/sass/components/_dropdown.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
/* line 35, ../materialize-src/sass/components/_dropdown.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 1rem;
  color: white;
  display: block;
  line-height: 22px;
  padding: 8px 16px;
  text-transform: none;
}
/* line 44, ../materialize-src/sass/components/_dropdown.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
/* line 50, ../materialize-src/sass/components/_dropdown.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 61, ../materialize-src/sass/components/_dropdown.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* // Customized: City select dropdown */
/* line 70, ../materialize-src/sass/components/_dropdown.scss */
.city-list {
  max-width: 320px;
}
/* line 74, ../materialize-src/sass/components/_dropdown.scss */
.city-list div.col > a,
.city-list div.col > span {
  padding: 1.5rem 0;
  text-align: center;
  border: 0 none;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6);
}
/* line 80, ../materialize-src/sass/components/_dropdown.scss */
.city-list div.col > a:hover,
.city-list div.col > span:hover {
  background-color: transparent !important;
  color: #fff;
}
/* line 84, ../materialize-src/sass/components/_dropdown.scss */
.city-list div.col > a:hover > .thumbnail:after,
.city-list div.col > span:hover > .thumbnail:after {
  background-color: transparent;
}
/* line 89, ../materialize-src/sass/components/_dropdown.scss */
.city-list div.col > a > .thumbnail,
.city-list div.col > span > .thumbnail {
  position: relative;
}
/* line 91, ../materialize-src/sass/components/_dropdown.scss */
.city-list div.col > a > .thumbnail:after,
.city-list div.col > span > .thumbnail:after {
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  width: 100%;
}
/* line 102, ../materialize-src/sass/components/_dropdown.scss */
.city-list div.col > a > .thumbnail + span,
.city-list div.col > span > .thumbnail + span {
  display: block;
  margin-top: 10px;
}

/* line 1, ../materialize-src/sass/components/_modal.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 3px;
  will-change: top;
}
/* line 18, ../materialize-src/sass/components/_modal.scss */
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
/* line 21, ../materialize-src/sass/components/_modal.scss */
.modal .modal-header {
  margin-bottom: 2rem;
}
/* line 24, ../materialize-src/sass/components/_modal.scss */
.modal .modal-content {
  padding: 24px;
}
/* line 27, ../materialize-src/sass/components/_modal.scss */
.modal .modal-close {
  cursor: pointer;
}
/* line 30, ../materialize-src/sass/components/_modal.scss */
.modal .modal-promotion {
  margin-top: 2rem;
}

/* line 35, ../materialize-src/sass/components/_modal.scss */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
}

/* line 49, ../materialize-src/sass/components/_modal.scss */
#login.modal {
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.87);
}
/* line 56, ../materialize-src/sass/components/_modal.scss */
#login.modal.open {
  top: 0 !important;
  display: flex !important;
}
/* line 61, ../materialize-src/sass/components/_modal.scss */
#login.modal .modal-content {
  padding: 50px 75px;
  width: 472px;
  margin: auto;
  background-color: white;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  /* line 70, ../materialize-src/sass/components/_modal.scss */
  #login.modal .modal-content {
    padding: 15px;
    width: auto;
    margin: 15px;
  }
}
/* line 76, ../materialize-src/sass/components/_modal.scss */
#login.modal .modal-close {
  position: absolute;
  left: auto;
  right: 30px;
  text-align: center;
  top: 30px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #555555;
  font-size: 2.4rem;
}
/* line 87, ../materialize-src/sass/components/_modal.scss */
#login.modal .modal-close:hover {
  color: black;
}

/* line 96, ../materialize-src/sass/components/_modal.scss */
#login.modal .modal-content {
  transition: all 0.6s ease 0s;
}

/* line 103, ../materialize-src/sass/components/_modal.scss */
#signUp,
#forgotPassword {
  display: none;
}

/* line 108, ../materialize-src/sass/components/_modal.scss */
#modalCOCVideos .modal-content {
  height: 400px;
  padding: 24px 10px 4px;
}
/* line 112, ../materialize-src/sass/components/_modal.scss */
#modalCOCVideos .modal-close {
  position: absolute;
  height: 15px;
  width: 15px;
  color: rgba(0, 0, 0, 0.5);
  left: auto;
  right: 8px;
  top: 1px;
  font-size: 28px;
}
/* line 121, ../materialize-src/sass/components/_modal.scss */
#modalCOCVideos .modal-close:hover {
  color: #000;
}

/* select:focus {
    outline: $select-focus;
} */
/* line 7, ../materialize-src/sass/components/forms/_forms.scss */
button:focus {
  outline: none;
  background-color: #1b8af7;
}

/* line 12, ../materialize-src/sass/components/forms/_forms.scss */
label {
  font-size: 0.9rem;
  color: #cccccc;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 7, ../materialize-src/sass/components/forms/_input-fields.scss */
::placeholder {
  color: #333333;
}

/* Text inputs */
/* line 26, ../materialize-src/sass/components/forms/_input-fields.scss */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  outline: none;
  height: 2.86rem;
  width: 100%;
  font-size: 1.07rem;
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}
/* line 43, ../materialize-src/sass/components/forms/_input-fields.scss */
input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
/* line 49, ../materialize-src/sass/components/forms/_input-fields.scss */
input:not([type]):disabled + label, input:not([type])[readonly="readonly"] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly="readonly"] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly="readonly"] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly="readonly"] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly="readonly"] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly="readonly"] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly="readonly"] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}
/* line 53, ../materialize-src/sass/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #0980f4;
  box-shadow: 0 1px 0 0 #0980f4;
}
/* line 58, ../materialize-src/sass/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #0980f4;
}
/* line 82, ../materialize-src/sass/components/forms/_input-fields.scss */
input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}
/* line 91, ../materialize-src/sass/components/forms/_input-fields.scss */
input:not([type]).invalid + label:after, input:not([type]).valid + label:after,
input[type=text]:not(.browser-default).invalid + label:after,
input[type=text]:not(.browser-default).valid + label:after,
input[type=password]:not(.browser-default).invalid + label:after,
input[type=password]:not(.browser-default).valid + label:after,
input[type=email]:not(.browser-default).invalid + label:after,
input[type=email]:not(.browser-default).valid + label:after,
input[type=url]:not(.browser-default).invalid + label:after,
input[type=url]:not(.browser-default).valid + label:after,
input[type=time]:not(.browser-default).invalid + label:after,
input[type=time]:not(.browser-default).valid + label:after,
input[type=date]:not(.browser-default).invalid + label:after,
input[type=date]:not(.browser-default).valid + label:after,
input[type=datetime]:not(.browser-default).invalid + label:after,
input[type=datetime]:not(.browser-default).valid + label:after,
input[type=datetime-local]:not(.browser-default).invalid + label:after,
input[type=datetime-local]:not(.browser-default).valid + label:after,
input[type=tel]:not(.browser-default).invalid + label:after,
input[type=tel]:not(.browser-default).valid + label:after,
input[type=number]:not(.browser-default).invalid + label:after,
input[type=number]:not(.browser-default).valid + label:after,
input[type=search]:not(.browser-default).invalid + label:after,
input[type=search]:not(.browser-default).valid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea.valid + label:after {
  display: none;
}
/* line 95, ../materialize-src/sass/components/forms/_input-fields.scss */
input:not([type]).invalid + label.active:after, input:not([type]).valid + label.active:after,
input[type=text]:not(.browser-default).invalid + label.active:after,
input[type=text]:not(.browser-default).valid + label.active:after,
input[type=password]:not(.browser-default).invalid + label.active:after,
input[type=password]:not(.browser-default).valid + label.active:after,
input[type=email]:not(.browser-default).invalid + label.active:after,
input[type=email]:not(.browser-default).valid + label.active:after,
input[type=url]:not(.browser-default).invalid + label.active:after,
input[type=url]:not(.browser-default).valid + label.active:after,
input[type=time]:not(.browser-default).invalid + label.active:after,
input[type=time]:not(.browser-default).valid + label.active:after,
input[type=date]:not(.browser-default).invalid + label.active:after,
input[type=date]:not(.browser-default).valid + label.active:after,
input[type=datetime]:not(.browser-default).invalid + label.active:after,
input[type=datetime]:not(.browser-default).valid + label.active:after,
input[type=datetime-local]:not(.browser-default).invalid + label.active:after,
input[type=datetime-local]:not(.browser-default).valid + label.active:after,
input[type=tel]:not(.browser-default).invalid + label.active:after,
input[type=tel]:not(.browser-default).valid + label.active:after,
input[type=number]:not(.browser-default).invalid + label.active:after,
input[type=number]:not(.browser-default).valid + label.active:after,
input[type=search]:not(.browser-default).invalid + label.active:after,
input[type=search]:not(.browser-default).valid + label.active:after,
textarea.materialize-textarea.invalid + label.active:after,
textarea.materialize-textarea.valid + label.active:after {
  display: block;
}

/* Validation Sass Placeholders */
/* line 103, ../materialize-src/sass/components/forms/_input-fields.scss */
input.valid:not([type]), input.valid:not([type]):focus,
input[type=text].valid:not(.browser-default),
input[type=text].valid:not(.browser-default):focus,
input[type=password].valid:not(.browser-default),
input[type=password].valid:not(.browser-default):focus,
input[type=email].valid:not(.browser-default),
input[type=email].valid:not(.browser-default):focus,
input[type=url].valid:not(.browser-default),
input[type=url].valid:not(.browser-default):focus,
input[type=time].valid:not(.browser-default),
input[type=time].valid:not(.browser-default):focus,
input[type=date].valid:not(.browser-default),
input[type=date].valid:not(.browser-default):focus,
input[type=datetime].valid:not(.browser-default),
input[type=datetime].valid:not(.browser-default):focus,
input[type=datetime-local].valid:not(.browser-default),
input[type=datetime-local].valid:not(.browser-default):focus,
input[type=tel].valid:not(.browser-default),
input[type=tel].valid:not(.browser-default):focus,
input[type=number].valid:not(.browser-default),
input[type=number].valid:not(.browser-default):focus,
input[type=search].valid:not(.browser-default),
input[type=search].valid:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid green;
  box-shadow: 0 1px 0 0 green;
}

/* line 108, ../materialize-src/sass/components/forms/_input-fields.scss */
input.invalid:not([type]), input.invalid:not([type]):focus,
input[type=text].invalid:not(.browser-default),
input[type=text].invalid:not(.browser-default):focus,
input[type=password].invalid:not(.browser-default),
input[type=password].invalid:not(.browser-default):focus,
input[type=email].invalid:not(.browser-default),
input[type=email].invalid:not(.browser-default):focus,
input[type=url].invalid:not(.browser-default),
input[type=url].invalid:not(.browser-default):focus,
input[type=time].invalid:not(.browser-default),
input[type=time].invalid:not(.browser-default):focus,
input[type=date].invalid:not(.browser-default),
input[type=date].invalid:not(.browser-default):focus,
input[type=datetime].invalid:not(.browser-default),
input[type=datetime].invalid:not(.browser-default):focus,
input[type=datetime-local].invalid:not(.browser-default),
input[type=datetime-local].invalid:not(.browser-default):focus,
input[type=tel].invalid:not(.browser-default),
input[type=tel].invalid:not(.browser-default):focus,
input[type=number].invalid:not(.browser-default),
input[type=number].invalid:not(.browser-default):focus,
input[type=search].invalid:not(.browser-default),
input[type=search].invalid:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid red;
  box-shadow: 0 1px 0 0 red;
}

/* line 113, ../materialize-src/sass/components/forms/_input-fields.scss */
input:not([type]).valid + label:after, input:not([type]):focus.valid + label:after,
input[type=text]:not(.browser-default).valid + label:after,
input[type=text]:not(.browser-default):focus.valid + label:after,
input[type=password]:not(.browser-default).valid + label:after,
input[type=password]:not(.browser-default):focus.valid + label:after,
input[type=email]:not(.browser-default).valid + label:after,
input[type=email]:not(.browser-default):focus.valid + label:after,
input[type=url]:not(.browser-default).valid + label:after,
input[type=url]:not(.browser-default):focus.valid + label:after,
input[type=time]:not(.browser-default).valid + label:after,
input[type=time]:not(.browser-default):focus.valid + label:after,
input[type=date]:not(.browser-default).valid + label:after,
input[type=date]:not(.browser-default):focus.valid + label:after,
input[type=datetime]:not(.browser-default).valid + label:after,
input[type=datetime]:not(.browser-default):focus.valid + label:after,
input[type=datetime-local]:not(.browser-default).valid + label:after,
input[type=datetime-local]:not(.browser-default):focus.valid + label:after,
input[type=tel]:not(.browser-default).valid + label:after,
input[type=tel]:not(.browser-default):focus.valid + label:after,
input[type=number]:not(.browser-default).valid + label:after,
input[type=number]:not(.browser-default):focus.valid + label:after,
input[type=search]:not(.browser-default).valid + label:after,
input[type=search]:not(.browser-default):focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: green;
  opacity: 1;
  transform: translateY(9px);
}

/* line 120, ../materialize-src/sass/components/forms/_input-fields.scss */
input:not([type]).invalid + label:after, input:not([type]):focus.invalid + label:after,
input[type=text]:not(.browser-default).invalid + label:after,
input[type=text]:not(.browser-default):focus.invalid + label:after,
input[type=password]:not(.browser-default).invalid + label:after,
input[type=password]:not(.browser-default):focus.invalid + label:after,
input[type=email]:not(.browser-default).invalid + label:after,
input[type=email]:not(.browser-default):focus.invalid + label:after,
input[type=url]:not(.browser-default).invalid + label:after,
input[type=url]:not(.browser-default):focus.invalid + label:after,
input[type=time]:not(.browser-default).invalid + label:after,
input[type=time]:not(.browser-default):focus.invalid + label:after,
input[type=date]:not(.browser-default).invalid + label:after,
input[type=date]:not(.browser-default):focus.invalid + label:after,
input[type=datetime]:not(.browser-default).invalid + label:after,
input[type=datetime]:not(.browser-default):focus.invalid + label:after,
input[type=datetime-local]:not(.browser-default).invalid + label:after,
input[type=datetime-local]:not(.browser-default):focus.invalid + label:after,
input[type=tel]:not(.browser-default).invalid + label:after,
input[type=tel]:not(.browser-default):focus.invalid + label:after,
input[type=number]:not(.browser-default).invalid + label:after,
input[type=number]:not(.browser-default):focus.invalid + label:after,
input[type=search]:not(.browser-default).invalid + label:after,
input[type=search]:not(.browser-default):focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: red;
  opacity: 1;
  transform: translateY(9px);
}

/* line 127, ../materialize-src/sass/components/forms/_input-fields.scss */
input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

/* line 138, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field {
  position: relative;
  margin-top: 1rem;
}
/* line 140, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
/* line 145, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
/* line 151, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field label {
  color: #777777;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 1.07rem;
  cursor: text;
  transition: transform .2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
  pointer-events: none;
}
/* line 164, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field label:not(.label-icon).active {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
/* line 170, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field .prefix {
  position: absolute;
  width: 2.86rem;
  font-size: 2rem;
  transition: color .2s;
}
/* line 175, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field .prefix.active {
  color: #0980f4;
}
/* line 183, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
/* line 188, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field .prefix ~ label {
  margin-left: 3rem;
}

/* Search Field */
/* line 196, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
}
/* line 199, ../materialize-src/sass/components/forms/_input-fields.scss */
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}
/* line 206, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field input[type=search]:focus {
  background-color: white;
  border: 0;
  box-shadow: none;
  color: #444;
}
/* line 213, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field input[type=search]:focus + label i, .input-field input[type=search]:focus ~ .mdi-navigation-close, .input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}
/* line 217, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field input[type=search] + label {
  left: 1rem;
}
/* line 221, ../materialize-src/sass/components/forms/_input-fields.scss */
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}
.help-block {
    color: #F6695E;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -10px;
}

/* line 2, ../materialize-src/sass/components/home/template.scss */
.home .top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/home/top-banner.jpg);
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  width: 100%;
  position: relative;
}
/* line 17, ../materialize-src/sass/components/home/template.scss */
.home .top-banner:after {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 26, ../materialize-src/sass/components/home/template.scss */
.home .top-banner .content {
  width: 600px;
  margin: auto;
  text-align: center;
  z-index: 1;
}
/* line 32, ../materialize-src/sass/components/home/template.scss */
.home .top-banner .content h1,
.home .top-banner .content p {
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-top: 0;
}
/* line 38, ../materialize-src/sass/components/home/template.scss */
.home .top-banner .content h1 {
  line-height: 1.1;
}
/* line 41, ../materialize-src/sass/components/home/template.scss */
.home .top-banner .content p {
  font-size: 1.29rem;
  line-height: 2rem;
  font-weight: 500;
}
/* line 47, ../materialize-src/sass/components/home/template.scss */
.home .top-banner .current-status {
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.75);
  top: auto;
  left: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 40px;
  font-size: 1.28rem;
  z-index: 1;
}
/* line 61, ../materialize-src/sass/components/home/template.scss */
.home .top-banner .current-status > span,
.home .top-banner .current-status > div,
.home .top-banner .current-status > i {
  display: inline-block;
  padding: 0 0.15rem;
  font-weight: 500;
}
/* line 67, ../materialize-src/sass/components/home/template.scss */
.home .top-banner .current-status > div,
.home .top-banner .current-status > i {
  -ms-transform: translateY(-0.12rem);
  -o-transform: translateY(-0.12rem);
  -webkit-transform: translateY(-0.12rem);
  transform: translateY(-0.12rem);
}
/* line 70, ../materialize-src/sass/components/home/template.scss */
.home .top-banner .current-status > span {
  font-size: 1.57rem;
}
/* line 74, ../materialize-src/sass/components/home/template.scss */
.home .top-banner .current-status > i.material-icons {
  font-size: 0.6rem;
}

/* line 87, ../materialize-src/sass/components/home/template.scss */
.mobile-app-download,
.miscellaneous,
.fixing-civic-issues-steps,
.happy-voices,
.success-stories,
.coc {
  padding-bottom: 75px;
  padding-top: 75px;
}
/* line 90, ../materialize-src/sass/components/home/template.scss */
.mobile-app-download .cta,
.miscellaneous .cta,
.fixing-civic-issues-steps .cta,
.happy-voices .cta,
.success-stories .cta,
.coc .cta {
  margin-top: 40px;
}

/* line 96, ../materialize-src/sass/components/home/template.scss */
.happy-voices .icon-happy-voices {
  background: url(../images/home/happy-voices.png) no-repeat 0 0;
  height: 35px;
  width: 40px;
  display: inline-block;
  position: relative;
  top: 5px;
}
/* line 104, ../materialize-src/sass/components/home/template.scss */
.happy-voices #carouselHappyVoices {
  max-width: 600px;
}
/* line 107, ../materialize-src/sass/components/home/template.scss */
.happy-voices #carouselHappyVoices .carousel-item p {
  font-size: 14px;
  line-height: 24px;
  max-height: 72px;
  height: 72px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  width: 600px;
}
/* line 118, ../materialize-src/sass/components/home/template.scss */
.happy-voices #carouselHappyVoices .citizen-name,
.happy-voices #carouselHappyVoices .ward-name {
  display: inline-block;
}
/* line 121, ../materialize-src/sass/components/home/template.scss */
.happy-voices #carouselHappyVoices .content {
  display: inline-block;
  margin-top: 15px;
}
/* line 124, ../materialize-src/sass/components/home/template.scss */
.happy-voices #carouselHappyVoices .content .media-body {
  width: auto;
}
/* line 128, ../materialize-src/sass/components/home/template.scss */
.happy-voices #carouselHappyVoices .citizen-name {
  color: #212121;
}
/* line 132, ../materialize-src/sass/components/home/template.scss */
.happy-voices #carouselHappyVoices .ward-name {
  color: #8e8e8e;
}
/* line 135, ../materialize-src/sass/components/home/template.scss */
.happy-voices #carouselHappyVoices .view {
  color: #8e8e8e;
  font-size: 0.86rem;
  text-decoration: underline;
}
/* line 139, ../materialize-src/sass/components/home/template.scss */
.happy-voices #carouselHappyVoices .view:hover {
  color: #212121;
}
/* line 144, ../materialize-src/sass/components/home/template.scss */
.happy-voices .carousel {
  height: 175px;
}
/* line 148, ../materialize-src/sass/components/home/template.scss */
.happy-voices .carousel.carousel-slider .carousel-item {
  min-height: 1px;
}

/* line 155, ../materialize-src/sass/components/home/template.scss */
.success-stories {
  background-color: #4CAF50;
}
/* line 158, ../materialize-src/sass/components/home/template.scss */
.success-stories #carouselSuccessStories {
  width: 880px;
}
/* line 164, ../materialize-src/sass/components/home/template.scss */
.success-stories #carouselSuccessStories .carousel-item .title,
.success-stories #carouselSuccessStories .carousel-item .date,
.success-stories #carouselSuccessStories .carousel-item .view {
  color: rgba(255, 255, 255, 0.9);
}
/* line 167, ../materialize-src/sass/components/home/template.scss */
.success-stories #carouselSuccessStories .carousel-item .date {
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 2px 8px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 173, ../materialize-src/sass/components/home/template.scss */
.success-stories #carouselSuccessStories .carousel-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 28px;
  max-height: 112px;
  overflow-y: hidden;
  font-weight: 300;
  margin-bottom: 5px;
}
/* line 182, ../materialize-src/sass/components/home/template.scss */
.success-stories #carouselSuccessStories .carousel-item .view {
  text-decoration: underline;
}
/* line 186, ../materialize-src/sass/components/home/template.scss */
.success-stories #carouselSuccessStories .indicators .indicator-item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
/* line 189, ../materialize-src/sass/components/home/template.scss */
.success-stories #carouselSuccessStories .indicators .indicator-item.active {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 194, ../materialize-src/sass/components/home/template.scss */
.success-stories .carousel {
  height: 250px;
}
/* line 198, ../materialize-src/sass/components/home/template.scss */
.success-stories .carousel.carousel-slider .carousel-item {
  min-height: 1px;
}

/* line 205, ../materialize-src/sass/components/home/template.scss */
.coc {
  background-color: #f5f5fd;
}
/* line 209, ../materialize-src/sass/components/home/template.scss */
.coc #carouselCOC {
  height: 360px;
  width: 882px;
}
/* line 215, ../materialize-src/sass/components/home/template.scss */
.coc #carouselCOC.carousel .carousel-item {
  width: 100%;
}
/* line 218, ../materialize-src/sass/components/home/template.scss */
.coc #carouselCOC.carousel .carousel-thumbnail {
  background-clip: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 360px;
  width: 280px;
  margin: 0 7px;
  position: relative;
  float: left;
}
/* line 229, ../materialize-src/sass/components/home/template.scss */
.coc #carouselCOC.carousel .carousel-thumbnail:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 238, ../materialize-src/sass/components/home/template.scss */
.coc #carouselCOC.carousel .carousel-thumbnail .content {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
}
/* line 247, ../materialize-src/sass/components/home/template.scss */
.coc #carouselCOC.carousel .carousel-thumbnail .content .title,
.coc #carouselCOC.carousel .carousel-thumbnail .content p,
.coc #carouselCOC.carousel .carousel-thumbnail .content .modal-trigger {
  color: #fff;
}
/* line 251, ../materialize-src/sass/components/home/template.scss */
.coc #carouselCOC.carousel .carousel-thumbnail .content .title,
.coc #carouselCOC.carousel .carousel-thumbnail .content p {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
/* line 254, ../materialize-src/sass/components/home/template.scss */
.coc #carouselCOC.carousel .carousel-thumbnail .content p {
  margin-bottom: 10px;
}
/* line 257, ../materialize-src/sass/components/home/template.scss */
.coc #carouselCOC.carousel .carousel-thumbnail .content .modal-trigger {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}
/* line 264, ../materialize-src/sass/components/home/template.scss */
.coc #carouselCOC.carousel .carousel-thumbnail:hover .modal-trigger {
  text-decoration: none;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

/* line 275, ../materialize-src/sass/components/home/template.scss */
.mobile-app-download {
  padding-bottom: 95px;
}
/* line 278, ../materialize-src/sass/components/home/template.scss */
.mobile-app-download .content {
  width: 600px;
}
/* line 281, ../materialize-src/sass/components/home/template.scss */
.mobile-app-download .content > p {
  font-size: 1.29rem;
  line-height: 2rem;
  color: rgba(51, 51, 51, 0.75);
  font-weight: 500;
}
/* line 288, ../materialize-src/sass/components/home/template.scss */
.mobile-app-download .mobile-content {
  position: relative;
  display: block;
  height: 340px;
}
/* line 293, ../materialize-src/sass/components/home/template.scss */
.mobile-app-download .mobile-content:hover .t210x340 {
  height: 360px;
  top: 0;
}
/* line 298, ../materialize-src/sass/components/home/template.scss */
.mobile-app-download .mobile-content .bottom {
  position: absolute;
  bottom: -20px;
  top: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  height: 75px;
}
/* line 309, ../materialize-src/sass/components/home/template.scss */
.mobile-app-download .mobile-content .t210x340 {
  background-position: center top;
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* line 321, ../materialize-src/sass/components/home/template.scss */
.miscellaneous .circle {
  display: block;
  height: 100px;
  margin: 0 auto 30px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 328, ../materialize-src/sass/components/home/template.scss */
.miscellaneous .circle.news {
  background-image: url(../images/home/news.png);
  background-color: #fd9840;
}
/* line 332, ../materialize-src/sass/components/home/template.scss */
.miscellaneous .circle.neighbourhood {
  background-image: url(../images/home/know-neighbourhood-area.png);
  background-color: #de675c;
}
/* line 336, ../materialize-src/sass/components/home/template.scss */
.miscellaneous .circle.maps {
  background-image: url(../images/home/news.png);
  background-color: #8dc349;
}
/* line 341, ../materialize-src/sass/components/home/template.scss */
.miscellaneous .title {
  color: #555555;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
/* line 348, ../materialize-src/sass/components/home/template.scss */
.miscellaneous a.link-primary {
  display: inline-block;
  margin-top: 0.5rem;
}
/* line 351, ../materialize-src/sass/components/home/template.scss */
.miscellaneous a.link-primary > span {
  font-size: 1.5rem;
  transform: translateY(1px);
  display: inline-block;
  margin-left: 5px;
}

/* line 360, ../materialize-src/sass/components/home/template.scss */
.fixing-civic-issues-steps {
  background: url(../images/home/fixing-civic-issues-background.png) 65% 30% no-repeat #83ba4e;
  display: block;
}
/* line 363, ../materialize-src/sass/components/home/template.scss */
.fixing-civic-issues-steps .bitter {
  color: #fff;
}
/* line 366, ../materialize-src/sass/components/home/template.scss */
.fixing-civic-issues-steps .steps {
  border: 3px solid #73a345;
  color: #b4ec80;
  background-color: #83ba4e;
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 100%;
  font-size: 2rem;
  text-align: center;
  line-height: 49px;
  margin: 45px auto 20px;
}
/* line 379, ../materialize-src/sass/components/home/template.scss */
.fixing-civic-issues-steps .title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
/* line 386, ../materialize-src/sass/components/home/template.scss */
.fixing-civic-issues-steps p {
  color: #fff;
}

/* line 2, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home h2 {
  font-size: 2rem;
}
/* line 6, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .navbar-fixed nav {
  padding: 0 10px;
}
/* line 9, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .navbar-fixed nav ul a {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  display: inline-block;
  line-height: 18px;
  min-height: 1px;
  padding: 5px 10px;
  font-size: 10px;
  margin-left: 4px;
  border: 0;
}
/* line 20, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .navbar-fixed nav ul a .material-icons, .mobile-home .navbar-fixed nav ul a i {
  font-size: 11px;
}
/* line 26, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .city-list .col > a {
  background: none;
}
/* line 29, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home #login.modal .modal-content {
  width: 100%;
}
/* line 32, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .top-banner {
  background-image: url(../images/home/mobile/home-banner.jpg);
  background-position: center;
  background-size: cover;
  min-height: 90vh;
  width: 100%;
  position: relative;
  display: flex;
}
/* line 40, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .top-banner::after {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
/* line 47, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .top-banner .content {
  margin: auto;
  text-align: center;
  z-index: 1;
}
/* line 52, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .top-banner .content h1,
.mobile-home .top-banner .content p {
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-top: 0;
}
/* line 58, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .top-banner .content h1 {
  line-height: 1.1;
  font-size: 30px;
}
/* line 62, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .top-banner .content p {
  font-size: 16px;
  line-height: 2rem;
  font-weight: 500;
}
/* line 68, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .top-banner .current-status {
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.75);
  top: auto;
  bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 40px;
  font-size: 1.28rem;
  z-index: 1;
}
/* line 81, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .top-banner .current-status > span,
.mobile-home .top-banner .current-status > div,
.mobile-home .top-banner .current-status > i {
  display: inline-block;
  padding: 0 0.15rem;
  font-weight: 500;
  font-size: 12px;
}
/* line 88, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .top-banner .current-status > div,
.mobile-home .top-banner .current-status > i {
  -webkit-transform: translateY(-0.12rem);
  -ms-transform: translateY(-0.12rem);
  -o-transform: translateY(-0.12rem);
  transform: translateY(-0.12rem);
}
/* line 94, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .top-banner .current-status > span {
  font-size: 12px;
}
/* line 98, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home .top-banner .current-status > i.material-icons {
  font-size: 0.6rem;
}
/* line 104, ../materialize-src/sass/components/home/mobile_template.scss */
.mobile-home footer .row .col {
  width: 50%;
  margin-bottom: 20px;
}

/* line 113, ../materialize-src/sass/components/home/mobile_template.scss */
.m-mobile-app-download,
.m-miscellaneous,
.m-fixing-civic-issues-steps,
.m-happy-voices,
.m-success-stories {
  padding-bottom: 40px;
  padding-top: 40px;
}
/* line 116, ../materialize-src/sass/components/home/mobile_template.scss */
.m-mobile-app-download .cta,
.m-miscellaneous .cta,
.m-fixing-civic-issues-steps .cta,
.m-happy-voices .cta,
.m-success-stories .cta {
  margin-top: 20px;
}

/* line 122, ../materialize-src/sass/components/home/mobile_template.scss */
.m-happy-voices .icon-happy-voices {
  background: url(../images/home/happy-voices.png) no-repeat 0 0;
  height: 35px;
  width: 40px;
  display: inline-block;
  position: relative;
  top: 5px;
}
/* line 132, ../materialize-src/sass/components/home/mobile_template.scss */
.m-happy-voices #carouselHappyVoices .carousel-item p {
  font-size: 14px;
  line-height: 24px;
  max-height: 72px;
  height: 72px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
/* line 142, ../materialize-src/sass/components/home/mobile_template.scss */
.m-happy-voices #carouselHappyVoices .citizen-name,
.m-happy-voices #carouselHappyVoices .ward-name {
  display: inline-block;
}
/* line 145, ../materialize-src/sass/components/home/mobile_template.scss */
.m-happy-voices #carouselHappyVoices .content {
  display: inline-block;
  margin-top: 15px;
}
/* line 148, ../materialize-src/sass/components/home/mobile_template.scss */
.m-happy-voices #carouselHappyVoices .content .media-body {
  width: auto;
}
/* line 152, ../materialize-src/sass/components/home/mobile_template.scss */
.m-happy-voices #carouselHappyVoices .citizen-name {
  color: #212121;
}
/* line 156, ../materialize-src/sass/components/home/mobile_template.scss */
.m-happy-voices #carouselHappyVoices .ward-name {
  color: #8e8e8e;
}
/* line 159, ../materialize-src/sass/components/home/mobile_template.scss */
.m-happy-voices #carouselHappyVoices .view {
  color: #8e8e8e;
  font-size: 0.86rem;
  text-decoration: underline;
}
/* line 163, ../materialize-src/sass/components/home/mobile_template.scss */
.m-happy-voices #carouselHappyVoices .view:hover {
  color: #212121;
}
/* line 168, ../materialize-src/sass/components/home/mobile_template.scss */
.m-happy-voices .carousel {
  height: 175px;
}
/* line 172, ../materialize-src/sass/components/home/mobile_template.scss */
.m-happy-voices .carousel.carousel-slider .carousel-item {
  min-height: 1px;
}

/* line 179, ../materialize-src/sass/components/home/mobile_template.scss */
.m-success-stories {
  background-color: #4CAF50;
}
/* line 182, ../materialize-src/sass/components/home/mobile_template.scss */
.m-success-stories #carouselSuccessStories {
  width: 100%;
}
/* line 188, ../materialize-src/sass/components/home/mobile_template.scss */
.m-success-stories #carouselSuccessStories .carousel-item .title,
.m-success-stories #carouselSuccessStories .carousel-item .date,
.m-success-stories #carouselSuccessStories .carousel-item .view {
  color: rgba(255, 255, 255, 0.9);
}
/* line 191, ../materialize-src/sass/components/home/mobile_template.scss */
.m-success-stories #carouselSuccessStories .carousel-item .date {
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 2px 8px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 197, ../materialize-src/sass/components/home/mobile_template.scss */
.m-success-stories #carouselSuccessStories .carousel-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 24px;
  max-height: 112px;
  overflow-y: hidden;
  font-weight: 300;
  margin-bottom: 5px;
}
/* line 206, ../materialize-src/sass/components/home/mobile_template.scss */
.m-success-stories #carouselSuccessStories .carousel-item .view {
  text-decoration: underline;
}
/* line 210, ../materialize-src/sass/components/home/mobile_template.scss */
.m-success-stories #carouselSuccessStories .indicators .indicator-item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
/* line 213, ../materialize-src/sass/components/home/mobile_template.scss */
.m-success-stories #carouselSuccessStories .indicators .indicator-item.active {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 218, ../materialize-src/sass/components/home/mobile_template.scss */
.m-success-stories .carousel {
  height: 250px;
}
/* line 222, ../materialize-src/sass/components/home/mobile_template.scss */
.m-success-stories .carousel.carousel-slider .carousel-item {
  min-height: 1px;
}

/* line 229, ../materialize-src/sass/components/home/mobile_template.scss */
.m-mobile-app-download {
  padding-bottom: 40px;
}
/* line 232, ../materialize-src/sass/components/home/mobile_template.scss */
.m-mobile-app-download .row .col {
  width: 100%;
  margin-bottom: 10px;
}
/* line 238, ../materialize-src/sass/components/home/mobile_template.scss */
.m-mobile-app-download .content > p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(51, 51, 51, 0.75);
  font-weight: 500;
  margin-bottom: 20px;
}
/* line 246, ../materialize-src/sass/components/home/mobile_template.scss */
.m-mobile-app-download .mobile-content {
  position: relative;
  display: block;
}
/* line 250, ../materialize-src/sass/components/home/mobile_template.scss */
.m-mobile-app-download .mobile-content:hover .t210x340 {
  top: 0;
}
/* line 254, ../materialize-src/sass/components/home/mobile_template.scss */
.m-mobile-app-download .mobile-content .bottom {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  height: 75px;
}
/* line 262, ../materialize-src/sass/components/home/mobile_template.scss */
.m-mobile-app-download .mobile-content .t210x340 {
  background-position: center top;
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* line 274, ../materialize-src/sass/components/home/mobile_template.scss */
.m-miscellaneous .circle {
  display: block;
  height: 100px;
  margin: 20px auto 30px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 281, ../materialize-src/sass/components/home/mobile_template.scss */
.m-miscellaneous .circle.news {
  background-image: url(../images/home/news.png);
  background-color: #fd9840;
}
/* line 285, ../materialize-src/sass/components/home/mobile_template.scss */
.m-miscellaneous .circle.neighbourhood {
  background-image: url(../images/home/know-neighbourhood-area.png);
  background-color: #de675c;
}
/* line 289, ../materialize-src/sass/components/home/mobile_template.scss */
.m-miscellaneous .circle.maps {
  background-image: url(../images/home/news.png);
  background-color: #8dc349;
}
/* line 294, ../materialize-src/sass/components/home/mobile_template.scss */
.m-miscellaneous .title {
  color: #555555;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
/* line 301, ../materialize-src/sass/components/home/mobile_template.scss */
.m-miscellaneous a.link-primary {
  display: inline-block;
}
/* line 303, ../materialize-src/sass/components/home/mobile_template.scss */
.m-miscellaneous a.link-primary > span {
  font-size: 1.5rem;
  transform: translateY(1px);
  display: inline-block;
  margin-left: 5px;
}

/* line 312, ../materialize-src/sass/components/home/mobile_template.scss */
.m-fixing-civic-issues-steps {
  background: url(../images/home/fixing-civic-issues-background.png) 65% 30% no-repeat #83ba4e;
  display: block;
}
/* line 315, ../materialize-src/sass/components/home/mobile_template.scss */
.m-fixing-civic-issues-steps .bitter {
  color: #fff;
}
/* line 318, ../materialize-src/sass/components/home/mobile_template.scss */
.m-fixing-civic-issues-steps .steps {
  border: 3px solid #73a345;
  color: #b4ec80;
  background-color: #83ba4e;
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 100%;
  font-size: 2rem;
  text-align: center;
  line-height: 49px;
  margin: 45px auto 20px;
}
/* line 331, ../materialize-src/sass/components/home/mobile_template.scss */
.m-fixing-civic-issues-steps .title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 338, ../materialize-src/sass/components/home/mobile_template.scss */
.m-fixing-civic-issues-steps p {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

/* line 1, ../materialize-src/sass/components/_footer.scss */
footer {
  padding: 45px 0 15px;
  background-color: #333333;
  font-size: 0.86rem;
}
/* line 5, ../materialize-src/sass/components/_footer.scss */
footer .brand-logo {
  display: flex;
}
/* line 8, ../materialize-src/sass/components/_footer.scss */
footer .title {
  color: rgba(255, 255, 255, 0.8);
}
/* line 15, ../materialize-src/sass/components/_footer.scss */
footer ul > li > a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.86rem;
}
/* line 18, ../materialize-src/sass/components/_footer.scss */
footer ul > li > a:hover {
  text-decoration: underline;
}
/* line 24, ../materialize-src/sass/components/_footer.scss */
footer hr {
  margin: 1rem -1rem;
  border: 1px solid rgba(72, 72, 72, 0.9);
  position: relative;
}
/* line 28, ../materialize-src/sass/components/_footer.scss */
footer hr:before {
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  content: "";
  left: 0;
  top: -3px;
}
/* line 39, ../materialize-src/sass/components/_footer.scss */
footer .partner .brand-ph {
  line-height: 38px;
}
/* line 43, ../materialize-src/sass/components/_footer.scss */
footer .partner .brand-ph > a,
footer .partner .brand-ph > span {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  vertical-align: middle;
}
/* line 47, ../materialize-src/sass/components/_footer.scss */
footer .partner .brand-ph > a > img,
footer .partner .brand-ph > span > img {
  vertical-align: middle;
  margin-right: 0.6rem;
}
/* line 53, ../materialize-src/sass/components/_footer.scss */
footer .partner .brand-ph a:hover {
  text-decoration: underline;
}

/* line 1, ../materialize-src/sass/components/_carousel.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}
/* line 2, ../materialize-src/sass/components/_carousel.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
}
/* line 5, ../materialize-src/sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
/* line 6, ../materialize-src/sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
/* line 15, ../materialize-src/sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 22, ../materialize-src/sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
/* line 27, ../materialize-src/sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
/* line 39, ../materialize-src/sass/components/_carousel.scss */
.carousel .carousel-item {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 46, ../materialize-src/sass/components/_carousel.scss */
.carousel .carousel-item > img {
  width: 100%;
}
/* line 50, ../materialize-src/sass/components/_carousel.scss */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
/* line 57, ../materialize-src/sass/components/_carousel.scss */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 16px 4px 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}
/* line 58, ../materialize-src/sass/components/_carousel.scss */
.carousel .indicators .indicator-item.active {
  background-color: black;
}
/* line 74, ../materialize-src/sass/components/_carousel.scss */
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}




/* line 1, ../materialize-src/sass/components/article/article.scss */
.article-detail {
  background-color: #fff;
  padding: 100px  0 0;
}
/* line 5, ../materialize-src/sass/components/article/article.scss */
.article-detail .card {
  box-shadow: none;
}
/* line 9, ../materialize-src/sass/components/article/article.scss */
.article-detail .card-comments {
  border: 0;
  margin: 0;
  background-color: #fff;
}
/* line 14, ../materialize-src/sass/components/article/article.scss */
.article-detail .card-comments .related {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 21, ../materialize-src/sass/components/article/article.scss */
.icn-fb-white {
  position: relative;
  top: 6px;
}

/* line 25, ../materialize-src/sass/components/article/article.scss */
.article-banner {
  margin: 30px 0;
}

/* line 28, ../materialize-src/sass/components/article/article.scss */
.article-info {
  padding: 0 0 24px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 24px;
}
/* line 33, ../materialize-src/sass/components/article/article.scss */
.article-info .profile-name {
  color: rgba(0, 0, 0, 0.87);
}
/* line 37, ../materialize-src/sass/components/article/article.scss */
.article-info p {
  margin: 0 0 15px;
}

/* line 41, ../materialize-src/sass/components/article/article.scss */
.article-timing {
  border: 1px solid #e0e0e0;
  padding: 20px 15px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 3px;
}

/* line 52, ../materialize-src/sass/components/article/article.scss */
.article-name h4 {
  font-weight: bold;
  margin-top: 14px;
}
/* line 57, ../materialize-src/sass/components/article/article.scss */
.article-name p {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.54);
}

/* line 62, ../materialize-src/sass/components/article/article.scss */
.people-going {
  margin: 10px 0 0;
}
/* line 65, ../materialize-src/sass/components/article/article.scss */
.people-going .material-icons {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  top: 3px;
  margin-right: 4px;
}

/* line 73, ../materialize-src/sass/components/article/article.scss */
.article-detail-info p {
  margin: 0 0 20px;
}

/* line 76, ../materialize-src/sass/components/article/article.scss */
.article-detail-info h1 {
  margin: 0 0 15px;
  font-size: 36px;
}

/* line 79, ../materialize-src/sass/components/article/article.scss */
.article-detail-info img {
  max-width: 100%;
}

/* line 82, ../materialize-src/sass/components/article/article.scss */
.article-bottom-cta {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
/* line 87, ../materialize-src/sass/components/article/article.scss */
.article-bottom-cta .people-going {
  margin-left: 10px;
}

/* line 91, ../materialize-src/sass/components/article/article.scss */
.further-eq {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 20px;
}

/* line 98, ../materialize-src/sass/components/article/article.scss */
.article-textarea {
  border: 1px solid #e0e0e0;
  padding: 7px 16px 7px 16px;
  border-radius: 3px;
  display: block;
  width: 100%;
  resize: none;
  height: 46px;
  line-height: 32px;
  overflow: hidden;
}

/* line 109, ../materialize-src/sass/components/article/article.scss */
.article-comment .btn-article {
  position: absolute;
  right: 8px;
  top: 8px;
}

/* line 115, ../materialize-src/sass/components/article/article.scss */
.article-question {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 30px;
}
/* line 120, ../materialize-src/sass/components/article/article.scss */
.article-question .question {
  font-style: italic;
  margin: 0 0 30px;
}

/* line 125, ../materialize-src/sass/components/article/article.scss */
.user-replay {
  display: none;
  margin: 20px 0;
}
/* line 129, ../materialize-src/sass/components/article/article.scss */
.user-replay .validate {
  margin: 0 !important;
}
/* line 132, ../materialize-src/sass/components/article/article.scss */
.user-replay .btn, .user-replay .btn-medium, .user-replay .btn-large {
  margin: 22px  0 0;
}

/* line 136, ../materialize-src/sass/components/article/article.scss */
.article-post-date {
  color: rgba(0, 0, 0, 0.54);
  margin: 10px 0 20px;
  text-align: center;
}

/* line 141, ../materialize-src/sass/components/article/article.scss */
.fb-share-in-header {
  position: absolute;
  color: white;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
}
/* line 149, ../materialize-src/sass/components/article/article.scss */
.fb-share-in-header .icn-fb-white {
  position: relative;
  top: 6px;
}
.article-question .help-block {
	bottom: -21px;
}
@media (max-width: 767px) {
  /* line 155, ../materialize-src/sass/components/article/article.scss */
  .article-detail {
    padding: 80px 20px 20px;
  }

  /* line 158, ../materialize-src/sass/components/article/article.scss */
  .fb-share-in-header, .article-question-web {
    display: none;
  }

  /* line 161, ../materialize-src/sass/components/article/article.scss */
  .article-question {
    padding: 15px 0;
  }
}

/* line 1, ../materialize-src/sass/components/event/event.scss */
.event-detail {
  padding: 100px  0 0;
}
/* line 4, ../materialize-src/sass/components/event/event.scss */
.event-detail .card {
  box-shadow: none;
}
/* line 8, ../materialize-src/sass/components/event/event.scss */
.event-detail .card-comments {
  border: 0;
  margin: 0;
  background-color: #fff;
}
/* line 13, ../materialize-src/sass/components/event/event.scss */
.event-detail .card-comments .related {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 20, ../materialize-src/sass/components/event/event.scss */
.icn-fb-white {
  position: relative;
  top: 6px;
}

/* line 24, ../materialize-src/sass/components/event/event.scss */
.event-banner {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}

/* line 29, ../materialize-src/sass/components/event/event.scss */
.bg-blur {
  -webkit-filter: blur(13px);
  -moz-filter: blur(13px);
  -o-filter: blur(13px);
  -ms-filter: blur(13px);
  overflow: hidden;
  position: absolute;
  filter: blur(13px);
  height: 325px;
  width: 100%;
  left: 0;
  background-size: cover;
  top: -13px;
  right: 0;
}

/* line 43, ../materialize-src/sass/components/event/event.scss */
.banner-holder {
  position: relative;
}

/* line 48, ../materialize-src/sass/components/event/event.scss */
.event-info .profile-name {
  color: rgba(0, 0, 0, 0.87);
}
/* line 52, ../materialize-src/sass/components/event/event.scss */
.event-info p {
  margin: 0 0 15px;
}

/* line 56, ../materialize-src/sass/components/event/event.scss */
.event-timing {
  border: 1px solid #e0e0e0;
  padding: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 3px;
}

/* line 67, ../materialize-src/sass/components/event/event.scss */
.event-name h1 {
  font-weight: bold;
  font-size: 34px;
  line-height: 42px;
}
/* line 73, ../materialize-src/sass/components/event/event.scss */
.event-name p {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.54);
}

/* line 78, ../materialize-src/sass/components/event/event.scss */
.people-going {
  margin: 10px 0 0;
}
/* line 81, ../materialize-src/sass/components/event/event.scss */
.people-going .material-icons {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  top: 3px;
  margin-right: 4px;
}

/* line 89, ../materialize-src/sass/components/event/event.scss */
.event-left {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 0 0 15px;
}

/* line 95, ../materialize-src/sass/components/event/event.scss */
.event-detail-info p {
  margin: 0 0 20px;
}

/* line 98, ../materialize-src/sass/components/event/event.scss */
.event-detail-info h1 {
  margin: 0 0 30px;
}

/* line 101, ../materialize-src/sass/components/event/event.scss */
.event-detail-info ul {
  margin: 0 0 20px 30px;
  list-style: disc;
}
/* line 105, ../materialize-src/sass/components/event/event.scss */
.event-detail-info ul li {
  list-style: disc;
}

/* line 109, ../materialize-src/sass/components/event/event.scss */
.event-detail-info img {
  max-width: 100%;
}

/* line 112, ../materialize-src/sass/components/event/event.scss */
.event-cta-fix {
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 15px 0 0;
  margin: 0 0 20px;
}

/* line 119, ../materialize-src/sass/components/event/event.scss */
.event-bottom-cta {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
/* line 123, ../materialize-src/sass/components/event/event.scss */
.event-bottom-cta .people-going {
  margin-left: 10px;
}

/* line 127, ../materialize-src/sass/components/event/event.scss */
.further-eq {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 30px 0 20px;
}

/* line 134, ../materialize-src/sass/components/event/event.scss */
.event-textarea {
  border: 1px solid #e0e0e0;
  padding: 7px 150px 7px 16px;
  border-radius: 3px;
  display: block;
  width: 100%;
  min-height: 46px;
  line-height: 32px;
  overflow: hidden;
}

/* line 144, ../materialize-src/sass/components/event/event.scss */
.event-comment .btn-event {
  position: absolute;
  right: 31px;
  bottom: 8px;
}

/* line 149, ../materialize-src/sass/components/event/event.scss */
.block-container {
  border-radius: 5px;
  margin: 0 0 15px;
  background-color: #fff;
}

/* line 154, ../materialize-src/sass/components/event/event.scss */
.event-map {
  border-radius: 5px 5px 0 0;
}

/* line 157, ../materialize-src/sass/components/event/event.scss */
.event-map-info {
  padding: 15px 25px;
}
/* line 160, ../materialize-src/sass/components/event/event.scss */
.event-map-info .venue {
  color: rgba(0, 0, 0, 0.54);
}
/* line 164, ../materialize-src/sass/components/event/event.scss */
.event-map-info .address {
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.87);
}
/* line 168, ../materialize-src/sass/components/event/event.scss */
.event-map-info .btn .material-icons, .event-map-info .btn-medium .material-icons, .event-map-info .btn-large .material-icons {
  color: rgba(0, 0, 0, 0.54);
}

/* line 172, ../materialize-src/sass/components/event/event.scss */
.related-tags {
  padding: 15px 25px;
}
/* line 175, ../materialize-src/sass/components/event/event.scss */
.related-tags h6 {
  margin: 0 0 15px;
  font-weight: bold;
}
/* line 180, ../materialize-src/sass/components/event/event.scss */
.related-tags ul {
  margin: 0;
}
/* line 183, ../materialize-src/sass/components/event/event.scss */
.related-tags ul li {
  display: inline-block;
  border-radius: 25px;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.54);
  line-height: 32px;
  padding: 0 12px;
  margin: 0 5px 5px 0;
}

/* line 194, ../materialize-src/sass/components/event/event.scss */
.side-nav {
  position: fixed;
  width: 400px;
  left: auto;
  top: 0;
  right: 0;
  margin: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 1002;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 40px;
}

/* line 216, ../materialize-src/sass/components/event/event.scss */
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  will-change: opacity;
}

/* line 228, ../materialize-src/sass/components/event/event.scss */
.form-right .modal-promotion {
  margin-top: 2rem;
}
/* line 231, ../materialize-src/sass/components/event/event.scss */
.form-right .modal-header {
  margin-bottom: 2rem;
}
/* line 235, ../materialize-src/sass/components/event/event.scss */
.form-right p {
  margin-bottom: 2rem;
}
.form-right h5 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}
/* line 238, ../materialize-src/sass/components/event/event.scss */
.form-right .share-in-fb {
  margin: 2rem 0;
}
/* line 241, ../materialize-src/sass/components/event/event.scss */
.form-right .share-in-fb label {
  color: rgba(0, 0, 0, 0.87);
}

/* line 249, ../materialize-src/sass/components/event/event.scss */
.thanks-participation h5 {
  color: #66BE00;
  font-size: 20px;
  margin: 15px 0;
  font-weight: bold;
}
/* line 256, ../materialize-src/sass/components/event/event.scss */
.thanks-participation p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  margin: 0 0 25px;
}
/* line 262, ../materialize-src/sass/components/event/event.scss */
.thanks-participation .material-done-wrapper {
  background-color: #fff;
  border: 1px solid #66BE00;
  border-radius: 50%;
  color: #66BE00;
  width: 45px;
  height: 45px;
  line-height: 43px;
  display: block;
  text-align: center;
}
/* line 273, ../materialize-src/sass/components/event/event.scss */
.thanks-participation .material-done-wrapper .material-icons {
  vertical-align: middle;
}

@media (max-width: 767px) {
  /* line 279, ../materialize-src/sass/components/event/event.scss */
  .event-cta-fix {
    position: static !important;
  }

  /* line 282, ../materialize-src/sass/components/event/event.scss */
  .event-cta-fix + div {
    display: none !important;
  }

  /* line 285, ../materialize-src/sass/components/event/event.scss */
  .event-timing {
    padding: 8px;
  }

  /* line 288, ../materialize-src/sass/components/event/event.scss */
  .event-name h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
