﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,700';
@font-face {
  font-family: "Icons";
  src: url("fonts/Icons.eot");
  src: url("fonts/Icons.eot?#iefix") format("eot"), url("fonts/Icons.woff") format("woff"), url("fonts/Icons.ttf") format("truetype"), url("fonts/Icons.svg#Icons") format("svg"); }

.icon:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.icon-icons_001-search:before {
  content: "\E001"; }

.icon-icons_002-chevron-right:before {
  content: "\E002"; }

.icon-icons_003-close:before {
  content: "\E003"; }

.icon-icons_004-download:before {
  content: "\E004"; }

.icon-icons_005-menu:before {
  content: "\E005"; }

.icon-icons_006-north-south:before {
  content: "\E006"; }

.icon-icons_007-data-car:before {
  content: "\E007"; }

.icon-icons_008-data-truck:before {
  content: "\E008"; }

.icon-icons_009-legend:before {
  content: "\E009"; }

.icon-icons_010-tba:before {
  content: "\E00A"; }

.icon-icons_011-legend-bike:before {
  content: "\E00B"; }

.icon-icons_012-legend-car:before {
  content: "\E00C"; }

.icon-icons_013-car-truck:before {
  content: "\E00D"; }

.icon-icons_014-chevron-down:before {
  content: "\E00E"; }

/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* 2 */ }

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

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

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/*
  breakpoint mixin - usage:

  +breakpoint(ipad-down)       Predefined breakpoint (see below)
  +breakpoint(768px, 0)        Setting only a min-width breakpoint
  +breakpoint(0, 767px)        Setting only a max-width breakpoint
  +breakpoint(320px, 480px)    Setting a min-width and max-width breakpoint

                              | Mobile    | Small     | iPad      | Large     |
                              0          480         768         1000        ...
  +breakpoint(mobile)         |-----------|           |           |           |
  +breakpoint(small-down)     |-----------|-----------|           |           |
  +breakpoint(small-only)     |           |-----------|           |           |
  +breakpoint(small-up)       |           |-----------|-----------|-----------|
  +breakpoint(ipad-down)      |-----------|-----------|-----------|           |
  +breakpoint(ipad-to-small)  |           |-----------|-----------|           |
  +breakpoint(ipad-only)      |           |           |-----------|           |
  +breakpoint(ipad-up)        |           |           |-----------|-----------|
  +breakpoint(large)          |           |           |           |-----------|

  */
/* Default Margin */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: normal;
  margin: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

p {
  margin: 0 0 20px; }

small {
  font-size: 80%; }

a {
  text-decoration: underline;
  outline: 0;
  color: #3597eb; }

a:hover,
a:focus {
  color: #2c6596; }

blockquote,
blockquote p {
  font-style: italic; }

blockquote {
  margin: 0 0 15px;
  padding: 0;
  font-size: 14px; }

blockquote cite {
  display: block; }

blockquote cite:before {
  content: "\2014 \0020"; }

figure {
  margin: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  min-height: 100%; }

body {
  min-width: 320px; }

.page-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  min-width: 320px;
  left: 0;
  -moz-transition: left 250ms ease;
  -o-transition: left 250ms ease;
  -webkit-transition: left 250ms ease;
  transition: left 250ms ease;
  -ms-zoom: 1;
  zoom: 1; }
  .page-container:before, .page-container:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .page-container:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .mobile-menu-open .page-container {
      left: -230px; } }

a[href]:focus {
  text-decoration: underline; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.photo-header {
  margin-bottom: 80px;
  color: #fff;
  background-attachment: inherit !important; }
  .photo-header .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/welcome-splash.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .photo-header .content {
    position: relative;
    width: 100%;
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
    z-index: 2; }
  .photo-header h2 {
    text-align: center;
    margin: 0;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
    font-size: 24px;
    max-width: 90%; }
  .photo-header .header-logo {
    max-width: 90%; }
    .photo-header .header-logo img {
      max-width: 100%; }
  .photo-header .scroll-chevron {
    display: block;
    position: absolute;
    top: 75%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 60px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease; }
    .photo-header .scroll-chevron:hover {
      background: rgba(0, 135, 95, 0.8); }
    .photo-header .scroll-chevron::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      border-radius: 100%;
      opacity: 0;
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
      -moz-animation: chevron-throb 3s infinite;
      -o-animation: chevron-throb 3s infinite;
      -webkit-animation: chevron-throb 3s infinite;
      animation: chevron-throb 3s infinite; }

@-moz-keyframes chevron-throb {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    -webkit-box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes chevron-throb {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    -webkit-box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes chevron-throb {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    -webkit-box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 64px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }
  @media (min-width: 480px) {
    .photo-header .header-logo {
      width: 420px; }
    .photo-header h2 {
      width: 480px;
      font-size: 28px; } }
  @media (min-width: 768px) {
    .photo-header .header-logo {
      width: 480px; }
    .photo-header h2 {
      width: 600px;
      font-size: 32px; } }
  @media (min-width: 1024px) {
    .photo-header .header-logo {
      width: 600px; }
    .photo-header h2 {
      width: 800px;
      font-size: 40px; } }

#map {
  position: absolute;
  top: 0;
  left: 0;
  right: 55px;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    #map {
      right: 0; } }

#map * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.mr-cluster {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: rgba(0, 135, 108, 0.75);
  border-radius: 50%;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -moz-transition: transform 250ms ease;
  -o-transition: transform 250ms ease;
  -webkit-transition: transform 250ms ease;
  transition: transform 250ms ease; }
  .mr-cluster:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .mr-cluster.cluster0 {
    width: 32px;
    height: 32px;
    font-size: 14px; }
  .mr-cluster.cluster1 {
    width: 48px;
    height: 48px;
    font-size: 16px; }
  .mr-cluster.cluster2 {
    width: 64px;
    height: 64px;
    font-size: 18px; }
  .mr-cluster.cluster3 {
    width: 80px;
    height: 80px;
    font-size: 20px; }
  .mr-cluster.cluster4 {
    width: 96px;
    height: 96px;
    font-size: 24px; }

#search {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  @media (min-width: 480px) {
    #search {
      top: 95px;
      left: 15px;
      width: 425px;
      z-index: 2; } }
  #search input[type="text"] {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 40px;
    /*line-height: 40px;*/
    padding: 0 15px;
    font-size: 14px;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #dcddde; }
    #search input[type="text"]:focus + .search-hints {
      display: block; }
    @media (min-width: 480px) {
      #search input[type="text"] {
        height: 40px;
        /*line-height: 40px;*/
        font-size: 16px; } }
  #search .search-hints:hover {
    display: block; }
  #search button {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 40px;
    height: 40px;
    border: 0;
    background: #00aeef;
    color: #ffffff;
    border-radius: 0;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    #search button span {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    #search button:hover {
      background: #0abcff; }
    #search button:after {
      content: '\E001';
      display: block;
      position: absolute;
      top: 12px;
      left: 12px;
      font-family: "Icons";
      font-size: 16px; }
    #search button[disabled] {
      background: #dcddde; }

main.welcome {
  position: relative;
  left: 0;
  -moz-transition: left 250ms ease;
  -o-transition: left 250ms ease;
  -webkit-transition: left 250ms ease;
  transition: left 250ms ease; }
  .mobile-menu-open main.welcome {
    left: -230px; }
  @media (min-width: 768px) {
    main.welcome {
      position: static;
      left: initial;
      -moz-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      transition: none; }
      .mobile-menu-open main.welcome {
        left: 0; } }
  main.welcome > section {
    padding-top: 40px;
    padding-bottom: 40px; }
    main.welcome > section h2 {
      font-size: 24px;
      line-height: 36px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #0e1e63; }
    main.welcome > section h3 {
      text-align: center;
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #0e1e63; }
    main.welcome > section p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 15px;
      text-align: left; }
    @media (min-width: 768px) {
      main.welcome > section h2 {
        font-size: 32px;
        line-height: 36px; }
      main.welcome > section h3 {
        font-size: 32px; } }
    main.welcome > section img.video {
      margin: 5px 0 15px; }
  main.welcome > footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #0e1e63;
    color: #ffffff;
    text-align: center; }
  main.welcome .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px; }
  main.welcome .column {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    main.welcome .column > img {
      width: 100%;
      max-width: 100%; }
  @media (min-width: 768px) {
    main.welcome .column-md-1-2 {
      width: 50%; }
    main.welcome .column-md-1-3 {
      width: 33.33%; }
    main.welcome .column-md-2-3 {
      width: 66.66%; }
    main.welcome .column-md-1-4 {
      width: 25%; }
    main.welcome .column-md-3-4 {
      width: 75%; } }
  @media (min-width: 1024px) {
    main.welcome .column-lg-1-2 {
      width: 50%; }
    main.welcome .column-lg-1-3 {
      width: 33.33%; }
    main.welcome .column-lg-2-3 {
      width: 66.66%; }
    main.welcome .column-lg-1-4 {
      width: 25%; }
    main.welcome .column-lg-3-4 {
      width: 75%; } }
  main.welcome #home {
    text-align: center; }
    @media (min-width: 1024px) {
      main.welcome #home {
        text-align: left; } }
    main.welcome #home .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      margin-bottom: 30px;
      border-radius: 3px;
      overflow: hidden; }
      main.welcome #home .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    main.welcome #home .icon-row {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -ms-flex-flow: row nowrap;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 25px 0 0; }
      main.welcome #home .icon-row .icon-block {
        display: block;
        width: 33.33%;
        padding: 5px;
        text-align: center;
        font-size: 16px;
        color: #0e1e63; }
      main.welcome #home .icon-row .svg-wrapper {
        margin: 10px auto;
        text-align: center;
        width: 50px;
        height: 50px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        main.welcome #home .icon-row .svg-wrapper img {
          width: 100%;
          height: 100%; }
      @media (min-width: 768px) {
        main.welcome #home .icon-row .icon-block {
          padding: 0 15px;
          width: 15%;
          font-size: 18px; }
        main.welcome #home .icon-row .svg-wrapper {
          margin: 10px auto 15px;
          width: 64px;
          height: 64px; } }
      @media (min-width: 1024px) {
        main.welcome #home .icon-row {
          padding: 30px 15px 5px; }
          main.welcome #home .icon-row .icon-block {
            padding: 0 20px; }
          main.welcome #home .icon-row .svg-wrapper {
            margin: 10px auto 20px;
            width: 80px;
            height: 80px; } }
  main.welcome .tagline {
    text-align: center; }
    main.welcome .tagline .row {
      -webkit-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
    main.welcome .tagline h3 {
      margin: 0; }
    @media (min-width: 768px) {
      main.welcome .tagline h3 {
        font-size: 32px; } }
  main.welcome > footer p {
    margin: 0 0 10px;
    font-size: 12px; }
    main.welcome > footer p.larger {
      margin: 0 0 5px;
      font-size: 14px; }
  main.welcome > footer a {
    color: #ffffff; }
  main.welcome .btn-travel {
    display: inline-block;
    margin: 20px 0 0;
    padding: 15px 50px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    background: #00875f;
    color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0.5px 1px 1px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0.5px 1px 1px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0.5px 1px 1px 1px rgba(0, 0, 0, 0.6);
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease; }
    main.welcome .btn-travel .fa {
      font-size: 18px;
      margin-left: 10px; }
    main.welcome .btn-travel:hover, main.welcome .btn-travel:focus, main.welcome .btn-travel:active {
      color: #fff; }
    main.welcome .btn-travel:hover {
      background: #009b6d;
      -webkit-box-shadow: 0.5px 1px 3px 1px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0.5px 1px 3px 1px rgba(0, 0, 0, 0.6);
      box-shadow: 0.5px 1px 3px 1px rgba(0, 0, 0, 0.6); }
    main.welcome .btn-travel:focus {
      text-decoration: underline; }
    main.welcome .btn-travel:active {
      background: #007d58;
      -webkit-box-shadow: 0.5px 1px 1px 1px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 0.5px 1px 1px 1px rgba(0, 0, 0, 0.8);
      box-shadow: 0.5px 1px 1px 1px rgba(0, 0, 0, 0.8); }
    @media (min-width: 768px) {
      main.welcome .btn-travel {
        margin-top: 30px; } }
    @media (min-width: 1024px) {
      main.welcome .btn-travel {
        margin-top: 36px; } }

.fluid-container {
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .fluid-container {
      width: 738px; } }
  @media (min-width: 1024px) {
    .fluid-container {
      width: 994px; } }
  @media (min-width: 1200px) {
    .fluid-container {
      width: 1170px; } }

.pac-container-custom[style] {
  display: inherit !important; }

#detail-expander {
  display: none; }
  @media (min-width: 768px) {
    #detail-expander {
      display: block;
      position: fixed;
      z-index: 9;
      top: 50%;
      left: -20px;
      width: 20px;
      height: 80px;
      margin-top: -40px;
      background: #ffffff;
      color: #58585b;
      border-radius: 0 2px 2px 0;
      -moz-transition: left 250ms ease;
      -o-transition: left 250ms ease;
      -webkit-transition: left 250ms ease;
      transition: left 250ms ease;
      cursor: pointer;
      -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.25);
      box-shadow: 2px 0 2px rgba(0, 0, 0, 0.25); }
      #detail-expander::after {
        position: absolute;
        top: 0;
        left: -10px;
        width: 30px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        content: '\f105';
        font-family: FontAwesome;
        font-size: 30px;
        border-radius: 2px;
        -moz-transition: background-color 250ms ease, color 250ms ease;
        -o-transition: background-color 250ms ease, color 250ms ease;
        -webkit-transition: background-color 250ms ease, color 250ms ease;
        transition: background-color 250ms ease, color 250ms ease; }
      #detail-expander:hover::after {
        background-color: #00aeef;
        color: #fff; }
      .panel-detail-open #detail-expander {
        left: 439px; }
      .panel-detail-open.panel-detail-expanded #detail-expander {
        left: 599px; }
        .panel-detail-open.panel-detail-expanded #detail-expander::after {
          content: '\f104'; } }

#marker-detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: calc(-50vw - 220px);
  height: 70%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #ffffff;
  -moz-transition: left 250ms ease, bottom 250ms ease, width 250ms ease;
  -o-transition: left 250ms ease, bottom 250ms ease, width 250ms ease;
  -webkit-transition: left 250ms ease, bottom 250ms ease, width 250ms ease;
  transition: left 250ms ease, bottom 250ms ease, width 250ms ease; }
  .panel-detail-open #marker-detail {
    bottom: 0;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25); }
  @media (min-width: 480px) {
    #marker-detail {
      top: 80px;
      left: -440px;
      bottom: 0;
      width: 440px;
      height: auto;
      z-index: 8; }
      .panel-detail-open #marker-detail {
        left: 0;
        -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 0 2px rgba(0, 0, 0, 0.25); }
      .panel-detail-open.panel-detail-expanded #marker-detail {
        width: 600px; } }
  #marker-detail .location {
    position: relative;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 60px;
    padding: 10px 50px 10px 10px;
    background: #eef0f2; }
    #marker-detail .location h2 {
      margin-bottom: 0;
      font-size: 14px; }
      @media (min-width: 480px) {
        #marker-detail .location h2 {
          font-size: 16px; } }
    #marker-detail .location p {
      margin-bottom: 0;
      font-size: 12px;
      color: #58585b; }
      @media (min-width: 480px) {
        #marker-detail .location p {
          font-size: 14px; } }
    #marker-detail .location #detail-close {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 100%;
      text-decoration: none;
      color: #ffffff;
      background: #00aeef;
      -moz-transition: background 250ms ease;
      -o-transition: background 250ms ease;
      -webkit-transition: background 250ms ease;
      transition: background 250ms ease; }
      #marker-detail .location #detail-close:after {
        content: '\E003';
        display: block;
        position: absolute;
        top: 50%;
        left: 14px;
        margin-top: -6px;
        width: 12px;
        height: 12px;
        font-size: 12px;
        font-family: "Icons"; }
      #marker-detail .location #detail-close:hover {
        background: #0abcff; }
      #marker-detail .location #detail-close span {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0; }
    @media (min-width: 480px) {
      #marker-detail .location {
        padding: 15px 60px 15px 20px; } }
  #marker-detail .site-info {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative; }
    #marker-detail .site-info table {
      margin: 10px 20px 5px;
      padding: 0;
      font-size: 12px; }
      #marker-detail .site-info table th, #marker-detail .site-info table td {
        padding-bottom: 5px; }
      #marker-detail .site-info table th {
        text-align: left;
        font-weight: 600; }
      #marker-detail .site-info table td {
        padding-left: 40px; }
    #marker-detail .site-info .slider {
      overflow: hidden;
      max-height: 0;
      -moz-transition: max-height 750ms ease;
      -o-transition: max-height 750ms ease;
      -webkit-transition: max-height 750ms ease;
      transition: max-height 750ms ease; }
    #marker-detail .site-info.expanded .slider {
      max-height: 200px; }
    #marker-detail .site-info .expander {
      width: 100%;
      height: 40px;
      text-align: center;
      font-size: 35px;
      line-height: 35px;
      overflow: hidden;
      cursor: pointer;
      color: #58585b;
      border-top: 1px solid transparent;
      border-bottom: 1px solid #dcddde;
      /*-moz-transition: border $slide-transition;
            -o-transition: border $slide-transition;
            -webkit-transition: border $slide-transition;
            transition: border $slide-transition;*/
      -moz-transition: color 250ms ease;
      -o-transition: color 250ms ease;
      -webkit-transition: color 250ms ease;
      transition: color 250ms ease;
      background: #ffffff;
      -moz-transition: background 250ms ease;
      -o-transition: background 250ms ease;
      -webkit-transition: background 250ms ease;
      transition: background 250ms ease; }
      #marker-detail .site-info .expander .fa {
        -moz-transition: transform 750ms ease;
        -o-transition: transform 750ms ease;
        -webkit-transition: transform 750ms ease;
        transition: transform 750ms ease; }
      #marker-detail .site-info .expander:hover {
        background: #eef0f2; }
    #marker-detail .site-info.expanded .expander {
      border-top: 1px solid #dcddde; }
      #marker-detail .site-info.expanded .expander .fa {
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg); }
  #marker-detail .data-filters {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 36px;
    margin: 10px 10px 12px; }
    #marker-detail .data-filters select {
      -ms-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 50%;
      height: 100%;
      margin-right: 5px;
      padding-left: 2px;
      font-size: 12px;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      border: 1px solid #dcddde; }
      #marker-detail .data-filters select[disabled] {
        color: #dcddde; }
    #marker-detail .data-filters .buttons {
      -ms-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 90px;
      height: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -ms-flex-flow: row nowrap;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      #marker-detail .data-filters .buttons button {
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0;
        height: 100%;
        border: 1px solid #dcddde;
        background: #ffffff;
        -moz-transition: background 250ms ease;
        -o-transition: background 250ms ease;
        -webkit-transition: background 250ms ease;
        transition: background 250ms ease; }
        #marker-detail .data-filters .buttons button:hover {
          background: #eef0f2; }
        #marker-detail .data-filters .buttons button.active {
          border: none;
          background: #00aeef;
          color: #ffffff; }
        #marker-detail .data-filters .buttons button:first-child {
          border-right: none; }
        #marker-detail .data-filters .buttons button:last-child {
          border-left: none; }
        #marker-detail .data-filters .buttons button .icon {
          width: 18px;
          font-size: 12px; }
    @media (min-width: 480px) {
      #marker-detail .data-filters {
        margin: 20px; }
        #marker-detail .data-filters select {
          margin-right: 10px; }
        #marker-detail .data-filters .buttons {
          width: 108px; } }
  #marker-detail .details, #marker-detail .loading {
    position: relative;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: visible;
    z-index: 2; }
  #marker-detail .details .detail-table, #marker-detail .details .detail-reports {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto; }
    @media (min-width: 480px) {
      #marker-detail .details .detail-table, #marker-detail .details .detail-reports {
        left: 20px;
        right: 20px;
        bottom: 20px; } }
  #marker-detail .details .detail-table {
    font-size: 12px; }
    #marker-detail .details .detail-table table {
      width: 100%; }
    #marker-detail .details .detail-table td, #marker-detail .details .detail-table th {
      border-bottom: 1px solid #dcddde;
      padding: 8px;
      text-align: right; }
    #marker-detail .details .detail-table th {
      text-transform: uppercase;
      font-weight: bold; }
    #marker-detail .details .detail-table thead tr:first-child th {
      padding: 5px;
      text-align: center;
      border-top: 1px solid #58585b;
      border-bottom: 1px solid #58585b;
      color: #333;
      font-size: 14px; }
    #marker-detail .details .detail-table tbody td:first-child {
      text-align: left;
      font-weight: bold; }
  #marker-detail .details .detail-graph {
    margin: 0 10px 10px; }
    @media (min-width: 480px) {
      #marker-detail .details .detail-graph {
        margin: 0 20px 20px; } }
  #marker-detail .details .detail-reports h4 {
    font-weight: bold; }
  #marker-detail .details .detail-reports .report-info {
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    color: #999;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease; }
    #marker-detail .details .detail-reports .report-info span {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    #marker-detail .details .detail-reports .report-info:hover {
      color: #00aeef; }
  #marker-detail .details .detail-reports ul {
    list-style: none;
    padding: 0;
    margin: 10px 0; }
  #marker-detail .details .detail-reports li {
    margin-bottom: 10px; }
    #marker-detail .details .detail-reports li a {
      font-size: 12px;
      line-height: 16px;
      text-decoration: none; }
      #marker-detail .details .detail-reports li a:hover {
        text-decoration: underline; }
      #marker-detail .details .detail-reports li a::before {
        content: '\f016';
        font-family: FontAwesome;
        font-size: 16px;
        display: inline-block;
        margin: 0 7px 0 5px; }
      #marker-detail .details .detail-reports li a[data-type=".pdf"]::before {
        content: '\f1c1'; }
      #marker-detail .details .detail-reports li a[data-type^=".xls"]::before {
        content: '\f1c3'; }
  #marker-detail .details .detail-reports .download-all {
    display: inline-block;
    padding: 10px 15px;
    border: none;
    background: #00aeef;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    -moz-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease; }
    #marker-detail .details .detail-reports .download-all:before {
      content: '\E004';
      display: inline-block;
      margin-right: 10px;
      width: 12px;
      height: 12px;
      font-size: 12px;
      font-family: "Icons"; }
    #marker-detail .details .detail-reports .download-all:hover {
      background: #0abcff; }
  #marker-detail .loading .loading-spinner {
    margin: 10px auto; }
  #marker-detail .loading .loading-text {
    text-align: center;
    font-size: 16px; }

.infowindow-outer {
  position: absolute;
  width: 260px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer; }
  .infowindow-outer, .infowindow-outer * {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important; }
  .infowindow-outer::after {
    content: "";
    position: absolute;
    display: block;
    background: url("../img/longarrow.png") no-repeat;
    background-size: 140px 140px; }
  [data-alignment='top'] .infowindow-outer {
    bottom: 76px;
    left: -130px; }
    [data-alignment='top'] .infowindow-outer::after {
      top: 100%;
      left: 120px;
      width: 20px;
      height: 60px;
      background-position: center top; }
  [data-alignment='bottom'] .infowindow-outer {
    top: 84px;
    left: -130px; }
    [data-alignment='bottom'] .infowindow-outer::after {
      bottom: 100%;
      left: 120px;
      width: 20px;
      height: 60px;
      background-position: center bottom; }
  [data-alignment='left'] .infowindow-outer {
    top: 0;
    right: 75px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    [data-alignment='left'] .infowindow-outer::after {
      left: 100%;
      top: 50%;
      width: 60px;
      height: 20px;
      margin-top: -10px;
      background-position: left center; }
  [data-alignment='right'] .infowindow-outer {
    top: 0;
    left: 75px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    [data-alignment='right'] .infowindow-outer::after {
      right: 100%;
      top: 50%;
      width: 60px;
      height: 20px;
      margin-top: -10px;
      background-position: right center; }
  .infowindow-outer:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }
  .infowindow-outer .title-box {
    margin: 0;
    padding: 15px;
    background: #0e1e63;
    color: #ffffff; }
    .infowindow-outer .title-box .icon {
      top: 8px;
      left: 8px;
      width: 35px;
      height: 35px;
      background-size: 35px 35px;
      margin-right: 10px;
      float: left;
      vertical-align: middle; }
      .infowindow-outer .title-box .icon[data-type="TL"] {
        background-image: url("../img/icon-trafficlights-70x70.png"); }
      .infowindow-outer .title-box .icon[data-type="VS"] {
        background-image: url("../img/icon-videosurvey-70x70.png"); }
    .infowindow-outer .title-box h2 {
      font-size: 16px; }
    .infowindow-outer .title-box p {
      margin: 0;
      font-size: 11px; }
  .infowindow-outer .body-box {
    position: relative;
    width: 100%;
    height: 90px;
    background: #ffffff; }
    .infowindow-outer .body-box .collection {
      position: absolute; }
      .infowindow-outer .body-box .collection .direction, .infowindow-outer .body-box .collection .icon {
        position: absolute;
        background-position: 0 0;
        background-repeat: no-repeat; }
      .infowindow-outer .body-box .collection .direction {
        top: 10px;
        left: 10px;
        width: 35px;
        height: 35px;
        background-size: 35px 35px; }
        .infowindow-outer .body-box .collection .direction[data-direction="North"] {
          background-image: url("../img/dir-north.png"); }
        .infowindow-outer .body-box .collection .direction[data-direction="South"] {
          background-image: url("../img/dir-south.png"); }
        .infowindow-outer .body-box .collection .direction[data-direction="East"] {
          background-image: url("../img/dir-east.png"); }
        .infowindow-outer .body-box .collection .direction[data-direction="West"] {
          background-image: url("../img/dir-west.png"); }
        .infowindow-outer .body-box .collection .direction[data-direction="NorthSouth"] {
          background-image: url("../img/dir-north-south.png"); }
        .infowindow-outer .body-box .collection .direction[data-direction="EastWest"] {
          background-image: url("../img/dir-east-west.png"); }
      .infowindow-outer .body-box .collection .icon {
        top: 8px;
        left: 8px;
        width: 24px;
        height: 24px;
        background-size: 24px 24px; }
        .infowindow-outer .body-box .collection .icon[data-type="cars"] {
          background-image: url("../img/icon-cars.png"); }
        .infowindow-outer .body-box .collection .icon[data-type="trucks"] {
          background-image: url("../img/icon-trucks.png"); }
      .infowindow-outer .body-box .collection .loading-spinner {
        position: absolute;
        top: 27px;
        left: 30px; }
      .infowindow-outer .body-box .collection .loading-text, .infowindow-outer .body-box .collection .value, .infowindow-outer .body-box .collection .desc {
        position: absolute;
        color: #58585b; }
      .infowindow-outer .body-box .collection .desc {
        line-height: 1.2;
        font-size: 10px;
        text-transform: uppercase; }
    .infowindow-outer .body-box .collection-single, .infowindow-outer .body-box .collection-0 {
      top: 0;
      left: 0;
      height: 100%; }
      .infowindow-outer .body-box .collection-single .value, .infowindow-outer .body-box .collection-0 .value {
        top: 10px;
        left: 53px;
        right: 0;
        line-height: 35px; }
      .infowindow-outer .body-box .collection-single .loading-text, .infowindow-outer .body-box .collection-0 .loading-text {
        top: 27px;
        left: 75px;
        right: 0;
        font-size: 16px;
        line-height: 35px; }
      .infowindow-outer .body-box .collection-single .value, .infowindow-outer .body-box .collection-0 .value {
        font-size: 26px;
        font-weight: 600; }
      .infowindow-outer .body-box .collection-single .desc, .infowindow-outer .body-box .collection-0 .desc {
        top: 55px;
        left: 50px;
        right: 10px; }
    .infowindow-outer .body-box .collection-single {
      width: 100%; }
    .infowindow-outer .body-box .collection-0 {
      width: 160px;
      height: 100%;
      border-right: 1px solid #dcddde; }
    .infowindow-outer .body-box .collection-1, .infowindow-outer .body-box .collection-2 {
      left: 160px;
      width: 100px;
      height: 50%; }
      .infowindow-outer .body-box .collection-1 .value, .infowindow-outer .body-box .collection-2 .value {
        top: 10px;
        left: 40px;
        right: 0px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px; }
      .infowindow-outer .body-box .collection-1 .desc, .infowindow-outer .body-box .collection-2 .desc {
        top: 28px;
        left: 40px;
        right: 8px;
        font-size: 9px; }
    .infowindow-outer .body-box .collection-1 {
      top: 0;
      border-bottom: 1px solid #dcddde; }
    .infowindow-outer .body-box .collection-2 {
      bottom: 0; }

.loading-spinner {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 5px solid #0061a7;
  border-top-color: #00aeef;
  -moz-animation: loader-spin 750ms linear infinite;
  -o-animation: loader-spin 750ms linear infinite;
  -webkit-animation: loader-spin 750ms linear infinite;
  animation: loader-spin 750ms linear infinite; }

@-moz-keyframes loader-spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#map-filter {
  position: absolute;
  top: 0;
  right: -175px;
  width: 230px;
  height: 100vh;
  z-index: 11;
  background: #ffffff;
  -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.25);
  display: none; }
  @media (min-width: 768px) {
    #map-filter {
      display: block;
      -moz-transition: right 250ms ease;
      -o-transition: right 250ms ease;
      -webkit-transition: right 250ms ease;
      transition: right 250ms ease; }
      #map-filter:hover {
        right: 0; }
      .map-filter-open #map-filter {
        right: 0; } }
  #map-filter h2 {
    position: relative;
    padding-left: 65px;
    height: 80px;
    line-height: 80px;
    background: #0e1e63;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff; }
    @media (min-width: 768px) {
      #map-filter h2:before {
        position: absolute;
        top: 0;
        left: 16px;
        content: "\E009";
        display: block;
        background: #0e1e63;
        font-family: "Icons";
        font-size: 20px; } }
  #map-filter ul {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff; }
    #map-filter ul.bottom {
      position: absolute;
      bottom: 0; }
      #map-filter ul.bottom li {
        border-bottom: none;
        border-top: 1px solid #eef0f2; }
    #map-filter ul li {
      position: relative;
      border-bottom: 1px solid #eef0f2;
      height: 45px;
      list-style: none; }
      #map-filter ul li:before {
        position: absolute;
        z-index: 10;
        top: 10px;
        left: 10px;
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        background: url("../img/icon-tba.svg") 0 0 no-repeat;
        background-size: 25px; }
      #map-filter ul li.map-filter-item-satellite::before {
        background-image: url("../img/icon-satellite.png"); }
      #map-filter ul li.map-filter-item-traffic::before {
        background-image: url("../img/icon-traffic.png"); }
      #map-filter ul li.map-filter-item-cars::before {
        background-image: url("../img/icon-cars.png"); }
      #map-filter ul li.map-filter-item-trucks::before {
        background-image: url("../img/icon-trucks.png"); }
      #map-filter ul li.map-filter-item-combined::before {
        background-image: url("../img/icon-combined.png"); }
      #map-filter ul li.map-filter-item-bicycles::before {
        background-image: url("../img/icon-bicycles.png"); }
      #map-filter ul li.map-filter-item-nps::before {
        background-image: url("../img/icon-nps.png"); }
      #map-filter ul li.map-filter-item-trafficlights::before {
        background-image: url("../img/icon-trafficlights.png"); }
      #map-filter ul li.map-filter-item-weighinmotion::before {
        background-image: url("../img/icon-weighinmotion.png"); }
      #map-filter ul li.map-filter-item-videosurvey::before {
        background-image: url("../img/icon-videosurvey.png"); }
    #map-filter ul input {
      margin-right: 10px; }
    #map-filter ul label {
      position: relative;
      width: 100%;
      height: 45px;
      margin: 0;
      display: block;
      cursor: pointer;
      position: relative;
      padding: 18px 0 10px 65px;
      margin-right: 15px;
      font-size: 12px;
      color: #58585b;
      border-bottom: 1px solid #eef0f2;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #map-filter ul label:hover {
        background: #f7f8f9; }
      #map-filter ul label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 45px;
        background: #ffffff;
        border-bottom: 1px solid #eef0f2;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    #map-filter ul input[type="checkbox"] {
      display: none; }
      #map-filter ul input[type="checkbox"]:checked + label {
        background: #eef0f2;
        border-bottom: 1px solid #dcddde; }
        #map-filter ul input[type="checkbox"]:checked + label:hover {
          background: #f7f8f9; }
      #map-filter ul input[type="checkbox"]:checked + label:after {
        background: #dcddde;
        border-bottom: 1px solid #dcddde; }

.ct-label, .mr-label {
  font-size: 11px;
  color: #58585b;
  fill: #58585b; }

.mr-label {
  dominant-baseline: text-before-edge; }
  .mr-label.mr-label-line-horizontal {
    text-anchor: middle; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.3); }

.ct-grids .ct-horizontal {
  stroke-dasharray: none; }

.ct-grids .ct-vertical {
  stroke-dasharray: none; }

.ct-grids .ct-horizontal ~ .ct-horizontal {
  stroke: none; }

.ct-grids .ct-vertical ~ .ct-vertical {
  stroke-dasharray: 6px;
  stroke: rgba(0, 0, 0, 0.3); }

.mr-volume-bar .ct-bar {
  stroke-width: 14px; }

.mr-volume-bar .ct-series-a .ct-bar {
  stroke: #00aeef; }

.mr-volume-bar .ct-series-b .ct-bar {
  stroke: #0061a7; }

.mr-volume-line .ct-line, .mr-speed-line .ct-line {
  stroke-width: 3px; }

.mr-volume-line .ct-point, .mr-speed-line .ct-point {
  stroke-width: 5px;
  stroke-linecap: square; }

.mr-volume-line .ct-series-a .ct-line, .mr-volume-line .ct-series-a .ct-point, .mr-speed-line .ct-series-a .ct-line, .mr-speed-line .ct-series-a .ct-point {
  stroke: #00aeef; }

.mr-volume-line .ct-series-b .ct-line, .mr-volume-line .ct-series-b .ct-point, .mr-speed-line .ct-series-b .ct-line, .mr-speed-line .ct-series-b .ct-point {
  stroke: #0061a7; }

.mr-volume-line .ct-series-c .ct-line, .mr-volume-line .ct-series-c .ct-point, .mr-speed-line .ct-series-c .ct-line, .mr-speed-line .ct-series-c .ct-point {
  stroke: #0e1e63; }

.ctc-infoline {
  stroke: #94002d !important;
  stroke-width: 2px;
  stroke-dasharray: none !important; }

.chart-title {
  margin-bottom: 10px;
  padding: 5px;
  color: #333;
  border-top: 1px solid #58585b;
  border-bottom: 1px solid #58585b;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center; }

.mr-bg-stripe {
  fill: #eef0f2; }

.mr-tooltip-g {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .mr-tooltip-g .mr-tooltip-hover {
    fill: none;
    pointer-events: all; }
  .mr-tooltip-g .mr-tooltip-line {
    display: none;
    stroke: rgba(0, 0, 0, 0.5);
    stroke-width: 2px;
    fill: none; }
    .mr-tooltip-g .mr-tooltip-line.active {
      display: block; }

.mr-tooltip-popup {
  display: none;
  position: absolute;
  bottom: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  -moz-transition: left linear 50ms;
  -o-transition: left linear 50ms;
  -webkit-transition: left linear 50ms;
  transition: left linear 50ms; }
  .mr-tooltip-popup.active {
    display: block; }
  .mr-tooltip-popup table {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px; }
    .mr-tooltip-popup table th, .mr-tooltip-popup table td {
      padding: 6px 5px; }
    .mr-tooltip-popup table thead th {
      background: #0e1e63;
      color: #ffffff;
      font-weight: normal; }
    .mr-tooltip-popup table tbody th, .mr-tooltip-popup table tbody td {
      border-bottom: 1px solid #eef0f2; }
    .mr-tooltip-popup table tbody tr:last-child th, .mr-tooltip-popup table tbody tr:last-child td {
      border-bottom: none; }
    .mr-tooltip-popup table tbody th[data-series] {
      padding-right: 2px; }
      .mr-tooltip-popup table tbody th[data-series]::before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 1px;
        margin-left: 5px;
        vertical-align: bottom;
        background: #dcddde; }
    .mr-tooltip-popup table tbody th[data-series="0"]::before {
      background: #00aeef; }
    .mr-tooltip-popup table tbody th[data-series="1"]::before {
      background: #0061a7; }
    .mr-tooltip-popup table tbody th[data-series="2"]::before {
      background: #0e1e63; }
    .mr-tooltip-popup table tbody th {
      text-align: left;
      font-weight: 600; }
    .mr-tooltip-popup table tbody td {
      text-align: right;
      padding-left: 12px;
      padding-right: 10px; }

.mr-legend {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 12px; }
  .mr-legend li {
    -ms-flex: 1 1 1;
    -webkit-flex: 1 1 1;
    flex: 1 1 1;
    display: block;
    margin: 5px 10px; }
    .mr-legend li::before {
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 1px;
      margin: 0 5px 2px 0;
      vertical-align: bottom;
      background: #dcddde; }
    .mr-legend li.ct-series-a::before {
      background: #00aeef; }
    .mr-legend li.ct-series-b::before {
      background: #0061a7; }
    .mr-legend li.ct-series-c::before {
      background: #0e1e63; }
    .mr-legend li.mr-speedlimit::before {
      background: #94002d; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-pips {
  position: absolute; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding-left: 25px; }
  .noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }

.mr-time-slider {
  position: relative;
  width: 100%;
  height: 200px;
  padding: 27px 0 28px 18px;
  z-index: 1;
  display: none; }
  @media (min-width: 768px) {
    .mr-time-slider {
      display: block; } }

.noUi-target {
  width: 9px;
  height: 150px;
  border: none;
  border-radius: 6px;
  background: #dcddde; }

.noUi-connect {
  left: -1px;
  right: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #aa2572;
  border-radius: 6px; }

/* Start and end nubs */
.noUi-base::before, .noUi-base::after {
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 50%; }

.noUi-base::before {
  content: '';
  width: 21px;
  height: 21px;
  top: -10px;
  left: -6px;
  background: #dcddde; }

.noUi-base::after {
  content: attr(data-maxyear);
  width: 25px;
  height: 25px;
  bottom: -14px;
  left: -8px;
  background: #592666;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 9px;
  z-index: 2; }

.noUi-vertical .noUi-handle {
  width: 230px;
  height: 25px;
  left: -8px;
  top: -11px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  cursor: move;
  cursor: grab;
  outline: none; }
  .noUi-vertical .noUi-handle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #aa2572;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none; }
  .noUi-vertical .noUi-handle::after {
    content: attr(aria-valuetext);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: none;
    color: #fff;
    font-size: 9px; }

.noUi-pips-vertical {
  padding: 0;
  left: -1px; }

.noUi-marker-vertical {
  width: 11px;
  height: 2px;
  margin-top: -1px;
  background: rgba(255, 255, 255, 0.5); }

.noUi-value-vertical {
  padding-left: 0px; }

.noUi-tooltip {
  position: absolute;
  left: 50px;
  padding: 7px;
  font-size: 12px;
  color: #58585b; }

.noUi-value {
  display: none; }

#mr-time-select {
  padding: 5px 15px; }
  #mr-time-select label {
    display: block; }
  #mr-time-select select {
    display: block;
    width: 100%;
    height: 36px;
    margin: 5px 0;
    padding: 0 2px;
    font-size: 12px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: 1px solid #dcddde; }
  @media (min-height: 600px) {
    #mr-time-select {
      padding: 10px 15px; } }

.sticky-header {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
  background: #0e1e63; }
  .sticky-header.over-map {
    top: 0;
    background: rgba(14, 30, 99, 0.88); }
  .sticky-header.stuck {
    position: fixed;
    top: 0;
    -moz-transition: left 250ms ease;
    -o-transition: left 250ms ease;
    -webkit-transition: left 250ms ease;
    transition: left 250ms ease; }
    .mobile-menu-open .sticky-header.stuck {
      left: -230px; }
  .sticky-header .header-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    /*-ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;*/
    /*flex-flow: row nowrap;*/
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 80px;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .sticky-header .header-inner {
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
  .sticky-header .logo {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 80px; }
    .sticky-header .logo img {
      width: auto;
      height: 80px; }
  .sticky-header .fluid-container .logo {
    margin-left: -15px; }
  .sticky-header .menu {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: none;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .sticky-header .menu {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex; } }
    .sticky-header .menu li {
      padding: 0 5px; }
    .sticky-header .menu a {
      display: block;
      padding: 0 25px;
      height: 80px;
      line-height: 80px;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      -moz-transition: background 250ms ease;
      -o-transition: background 250ms ease;
      -webkit-transition: background 250ms ease;
      transition: background 250ms ease; }
      .sticky-header .menu a:hover, .sticky-header .menu a:focus {
        text-decoration: underline; }
    .sticky-header .menu .active a {
      background: #00875f; }
  .sticky-header #toggle-mobile-menu {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 60px;
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 0;
    text-indent: 9999px; }
    @media (min-width: 768px) {
      .sticky-header #toggle-mobile-menu {
        display: none; } }
    .sticky-header #toggle-mobile-menu:focus {
      outline: none; }
    .sticky-header #toggle-mobile-menu span {
      display: block;
      position: absolute;
      top: 38px;
      left: 15px;
      right: 15px;
      height: 4px;
      border-radius: 2px;
      background: #ffffff;
      -moz-transition: transform 250ms ease;
      -o-transition: transform 250ms ease;
      -webkit-transition: transform 250ms ease;
      transition: transform 250ms ease; }
      .sticky-header #toggle-mobile-menu span::before, .sticky-header #toggle-mobile-menu span::after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: #ffffff; }
      .sticky-header #toggle-mobile-menu span::before {
        top: -10px;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -moz-transition: top 250ms ease, transform 250ms ease, width 250ms ease;
        -o-transition: top 250ms ease, transform 250ms ease, width 250ms ease;
        -webkit-transition: top 250ms ease, transform 250ms ease, width 250ms ease;
        transition: top 250ms ease, transform 250ms ease, width 250ms ease; }
      .sticky-header #toggle-mobile-menu span::after {
        bottom: -10px;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -moz-transition: bottom 250ms ease, transform 250ms ease, width 250ms ease;
        -o-transition: bottom 250ms ease, transform 250ms ease, width 250ms ease;
        -webkit-transition: bottom 250ms ease, transform 250ms ease, width 250ms ease;
        transition: bottom 250ms ease, transform 250ms ease, width 250ms ease; }
    .mobile-menu-open .sticky-header #toggle-mobile-menu span {
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
      .mobile-menu-open .sticky-header #toggle-mobile-menu span::before {
        width: 50%;
        top: 0;
        -moz-transform: translateY(1px) rotate(-45deg);
        -ms-transform: translateY(1px) rotate(-45deg);
        -o-transform: translateY(1px) rotate(-45deg);
        -webkit-transform: translateY(1px) rotate(-45deg);
        transform: translateY(1px) rotate(-45deg); }
      .mobile-menu-open .sticky-header #toggle-mobile-menu span::after {
        width: 50%;
        bottom: 0;
        -moz-transform: translateY(-1px) rotate(45deg);
        -ms-transform: translateY(-1px) rotate(45deg);
        -o-transform: translateY(-1px) rotate(45deg);
        -webkit-transform: translateY(-1px) rotate(45deg);
        transform: translateY(-1px) rotate(45deg); }

#mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -230px;
  width: 230px;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  -moz-transition: right 250ms ease;
  -o-transition: right 250ms ease;
  -webkit-transition: right 250ms ease;
  transition: right 250ms ease; }
  .mobile-menu-open #mobile-menu {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    right: 0; }
  #mobile-menu .header-logo {
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 21px 14px 14px;
    background: #0e1e63;
    color: #fff;
    text-decoration: none; }
    #mobile-menu .header-logo img {
      max-width: 100%; }
  #mobile-menu h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0 5px;
    border-bottom: 1px solid #dcddde; }
    @media (min-height: 600px) {
      #mobile-menu h3 {
        padding: 30px 0 10px; } }
  #mobile-menu .btn-travel {
    display: block;
    margin: 15px;
    padding: 10px 0;
    text-align: center; }
  #mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    #mobile-menu ul li {
      display: block;
      position: relative;
      padding: 5px;
      border-bottom: 1px solid #dcddde; }
    @media (min-height: 600px) {
      #mobile-menu ul.bottom {
        position: absolute;
        bottom: 0; } }
    #mobile-menu ul.bottom li {
      border-bottom: none;
      border-top: 1px solid #dcddde; }
  #mobile-menu .menu li:first-child {
    border-top: 1px solid #dcddde; }
  #mobile-menu .menu a {
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: #333333; }
  #mobile-menu .map-filter-item label {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 0 5px 35px; }
    #mobile-menu .map-filter-item label::before, #mobile-menu .map-filter-item label::after {
      content: '';
      display: block;
      position: absolute; }
    #mobile-menu .map-filter-item label::before {
      top: 7px;
      left: 10px;
      width: 15px;
      height: 15px;
      border: 1px solid #58585b;
      border-radius: 1px; }
    #mobile-menu .map-filter-item label::after {
      top: 12px;
      left: 15px;
      width: 5px;
      height: 5px;
      background: #ffffff;
      border-radius: 1px;
      -moz-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  #mobile-menu .map-filter-item input[type="checkbox"] {
    display: none; }
    #mobile-menu .map-filter-item input[type="checkbox"]:checked + label::after {
      top: 9px;
      left: 12px;
      width: 11px;
      height: 11px;
      background: #00aeef; }

#report-popup {
  position: absolute;
  display: none;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 15px;
  -moz-transition: left 250ms ease, right 250ms ease;
  -o-transition: left 250ms ease, right 250ms ease;
  -webkit-transition: left 250ms ease, right 250ms ease;
  transition: left 250ms ease, right 250ms ease; }
  @media (min-width: 768px) {
    #report-popup {
      right: 55px;
      padding: 30px;
      z-index: 3; }
      .panel-detail-open #report-popup {
        left: 440px; }
      .panel-detail-expanded #report-popup {
        left: 600px; } }
  #report-popup.shown {
    display: block; }
  #report-popup .popup-body {
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      #report-popup .popup-body {
        max-width: 600px; } }
  #report-popup .popup-header {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    background: #eef0f2; }
    #report-popup .popup-header h2 {
      -ms-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto;
      padding-left: 20px; }
    #report-popup .popup-header .close {
      -ms-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      position: relative;
      width: 40px;
      height: 60px;
      text-decoration: none;
      background: #00aeef;
      color: #ffffff;
      -moz-transition: background 250ms ease;
      -o-transition: background 250ms ease;
      -webkit-transition: background 250ms ease;
      transition: background 250ms ease; }
      #report-popup .popup-header .close:after {
        content: '\E003';
        font-family: "Icons";
        display: block;
        position: absolute;
        top: 50%;
        left: 14px;
        margin-top: -6px;
        width: 12px;
        height: 12px;
        font-size: 12px; }
      #report-popup .popup-header .close:hover {
        background: #0abcff; }
      #report-popup .popup-header .close span {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0; }
  #report-popup .popup-content {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 20px 20px; }
    #report-popup .popup-content dl {
      margin: 0; }
    #report-popup .popup-content dt {
      font-style: italic;
      font-size: 16px;
      margin: 12px 0 3px; }
    #report-popup .popup-content dd {
      margin: 0; }

#howtouse {
  background: #deebf4;
  padding-bottom: 0; }
  #howtouse .road-wrapper {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 40px; }
    #howtouse .road-wrapper .road {
      position: absolute;
      bottom: 0;
      top: 80px;
      left: 24px;
      margin-left: -12px;
      width: 24px;
      overflow: hidden;
      background: url("../img/road.png") top center repeat-y;
      background-size: 30px auto; }
    #howtouse .road-wrapper .car {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -10px;
      width: 20px;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
      #howtouse .road-wrapper .car img {
        max-width: 100%; }
    #howtouse .road-wrapper .marker-group {
      position: relative;
      width: 100%;
      height: 160px; }
      #howtouse .road-wrapper .marker-group .marker {
        position: absolute;
        top: 50%;
        left: 24px;
        margin-top: -20px;
        margin-left: -18px; }
        #howtouse .road-wrapper .marker-group .marker svg {
          width: 36px;
          height: 48px; }
        #howtouse .road-wrapper .marker-group .marker.marker-green svg {
          fill: #71bf4b; }
        #howtouse .road-wrapper .marker-group .marker.marker-purple svg {
          fill: #aa2572; }
        #howtouse .road-wrapper .marker-group .marker.marker-blue svg {
          fill: #0061a7; }
        #howtouse .road-wrapper .marker-group .marker.marker-orange svg {
          fill: #f37021; }
        #howtouse .road-wrapper .marker-group .marker.marker-pink svg {
          fill: #ed1260; }
      #howtouse .road-wrapper .marker-group .marker-content {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 20px;
        background: url("../img/popup_md_1.png") top left no-repeat;
        background-size: auto 160px; }
        #howtouse .road-wrapper .marker-group .marker-content .text {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 75px;
          right: 20px;
          background: url("../img/popup_md_2.png") top left repeat-x;
          background-size: auto 160px;
          padding: 1px 5px 11px 0;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -ms-flex-flow: column nowrap;
          -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          text-align: right; }
          #howtouse .road-wrapper .marker-group .marker-content .text h4 {
            font-size: 16px;
            line-height: 20px; }
          #howtouse .road-wrapper .marker-group .marker-content .text p {
            margin: 8px 0 0;
            font-size: 12px;
            line-height: 16px;
            text-align: right; }
        #howtouse .road-wrapper .marker-group .marker-content .image {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          width: 20px;
          background: url("../img/popup_sm_3.png") top left no-repeat;
          background-size: auto 160px; }
          #howtouse .road-wrapper .marker-group .marker-content .image img {
            display: none; }
      #howtouse .road-wrapper .marker-group h4 {
        font-size: 22px;
        font-weight: 600;
        color: #0e1e63; }
    @media (min-width: 375px) {
      #howtouse .road-wrapper .marker-group .marker-content .text h4 {
        font-size: 18px;
        line-height: 22px; }
      #howtouse .road-wrapper .marker-group .marker-content .text p {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 480px) {
      #howtouse .road-wrapper .marker-group .marker-content .text h4 {
        font-size: 20px;
        line-height: 24px; }
      #howtouse .road-wrapper .marker-group .marker-content .text p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 600px) {
      #howtouse .road-wrapper {
        padding-bottom: 80px; }
        #howtouse .road-wrapper .road {
          top: 80px;
          left: 30px;
          margin-left: -15px;
          width: 30px;
          background-size: 30px auto; }
        #howtouse .road-wrapper .car {
          margin-left: -11px;
          width: 22px; }
        #howtouse .road-wrapper .marker-group .marker {
          left: 30px;
          margin-top: -24px;
          margin-left: -23px; }
          #howtouse .road-wrapper .marker-group .marker svg {
            width: 45px;
            height: 60px; }
        #howtouse .road-wrapper .marker-group .marker-content {
          left: 30px; }
          #howtouse .road-wrapper .marker-group .marker-content .text {
            right: 155px;
            padding-right: 11px; }
            #howtouse .road-wrapper .marker-group .marker-content .text p {
              margin-top: 10px; }
          #howtouse .road-wrapper .marker-group .marker-content .image {
            width: 155px;
            background: url("../img/popup_md_3.png") top left no-repeat;
            background-size: auto 160px; }
            #howtouse .road-wrapper .marker-group .marker-content .image img {
              display: block;
              position: absolute;
              top: 13px;
              left: 9px;
              width: 128px;
              height: 128px;
              border-radius: 100%; } }
    @media (min-width: 1024px) {
      #howtouse .road-wrapper .road {
        left: 50%; }
      #howtouse .road-wrapper .marker-group .marker {
        left: 50%; }
      #howtouse .road-wrapper .marker-group .marker-content {
        left: 50%; }
        #howtouse .road-wrapper .marker-group .marker-content .text p {
          margin-top: 8px; }
      #howtouse .road-wrapper .marker-group:nth-child(odd) .marker-content {
        background-image: url("../img/popup_md_1f.png");
        background-position: top right;
        right: 50%;
        left: 0; }
        #howtouse .road-wrapper .marker-group:nth-child(odd) .marker-content .text {
          left: 155px;
          right: 75px;
          padding-left: 11px;
          padding-right: 0;
          text-align: left; }
          #howtouse .road-wrapper .marker-group:nth-child(odd) .marker-content .text h4 {
            font-size: 20px; }
          #howtouse .road-wrapper .marker-group:nth-child(odd) .marker-content .text p {
            text-align: left; }
        #howtouse .road-wrapper .marker-group:nth-child(odd) .marker-content .image {
          right: auto;
          left: 0;
          background-image: url("../img/popup_md_3f.png");
          background-position: top right; }
          #howtouse .road-wrapper .marker-group:nth-child(odd) .marker-content .image img {
            left: auto;
            right: 10px; } }
    @media (min-width: 1200px) {
      #howtouse .road-wrapper .road {
        margin-left: -20px;
        width: 40px;
        background-size: 40px auto; }
      #howtouse .road-wrapper .car {
        margin-left: -14px;
        width: 28px; }
      #howtouse .road-wrapper .marker-group {
        height: 192px; }
        #howtouse .road-wrapper .marker-group .marker {
          margin-top: -32px;
          margin-left: -30px; }
          #howtouse .road-wrapper .marker-group .marker svg {
            width: 60px;
            height: 80px; }
        #howtouse .road-wrapper .marker-group .marker-content {
          background-size: auto 192px; }
          #howtouse .road-wrapper .marker-group .marker-content .text {
            background-size: auto 192px;
            left: 90px;
            right: 186px; }
          #howtouse .road-wrapper .marker-group .marker-content .image {
            background-size: auto 192px;
            width: 186px; }
            #howtouse .road-wrapper .marker-group .marker-content .image img {
              top: 15px;
              left: 10px;
              width: 155px;
              height: 155px; }
        #howtouse .road-wrapper .marker-group:nth-child(odd) .marker-content .text {
          left: 186px;
          right: 90px; } }

#faq {
  margin-top: 80px;
  /*@media ($gt-large) {
        a[href^="tel"] {
            color: inherit;
            text-decoration: none;
        }
    }*/
  /*
    .icon-header {
        background: $light-grey;

        display: flex;
        flex-flow: row nowrap;

        margin: 25px 0;
        padding: 30px 50px;

        a {
            width: 20%;

            display: block;
            text-align: center;

            font-size: 18px;
            color: $navy;
            text-decoration: none;

            &:hover {
                text-decoration: underline;
            }
        }

        .svg-wrapper {
            margin: 10px auto 20px;
            text-align: center;
            width: 80px;
            height: 60px;

            display: flex;
            justify-content: center;
            align-items: center;

            img {
                max-width: 100%;
                max-height: 100%;
            }
        }
    }*/
  /*
    .faq-expander {
        margin-top: 10px;
        padding: 10px 0;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        color: #939393;
        transition: color $base-transition;

        &:hover {
            color: $mid-grey;
        }

        .fa {
            vertical-align: baseline;
            margin-left: 10px;
            transition: transform $slide-transition;
        }

        .show-closed { display: inline-block; }
        .show-open { display: none; }

        &.open {
            .show-open { display: inline-block; }
            .show-closed { display: none; }

            .fa {
                transform: rotateX(180deg);
            }
        }
    }

    .icon-block {
        display: flex;
        flex-flow: row nowrap;
        margin-bottom: 5px;

        &:last-child {
            margin-bottom: 0;
        }

        .image {
            flex: 0 0 auto;
            margin-right: 15px;

            img {
                width: 30px;
                height: auto;
            }
        }
        .details {
            p {
                margin: 6px 0 10px;

                &.title {
                    font-weight: 600;
                }
            }
        }
    }


    .faq-block {
        position: relative;
        margin: 20px 0;
        background: $white;
        box-shadow: 0.5px 1px 1px rgba(0,0,0,0.5);

        .question {
            position: relative;
            padding: 15px 45px 15px 20px;
            font-size: 18px;
            font-weight: 300;
            font-style: italic;
            cursor: pointer;

            &::before {
                content: '\f107'; // fa-angle-down
                font-family: FontAwesome;
                font-size: 20px;
                font-style: normal;
                position: absolute;
                right: 20px;
                top: 50%;
                margin-top: -10px;
                color: $light-grey;
                transition: color $base-transition, transform $slide-transition;
            }

            &:hover::before {
                color: $navy;
            }

            @media ($gt-small) {
                font-size: 20px;
            }
            @media ($gt-desktop) {
                font-size: 22px;
            }
        }
        .answer {
            font-size: 16px;
            line-height: 20px;
            border-top: 1px solid $light-grey;
            padding: 15px 20px;

            :last-child { margin-bottom: 0; }
        }

        &.open {
            .question::before {
                transform: rotateX(180deg);
            }
        }
    }
    */ }
  #faq h1 {
    font-weight: 600;
    color: #0e1e63;
    margin-bottom: 20px; }
  #faq .inline-fa {
    color: #999;
    vertical-align: top;
    margin: 0 2px; }
  #faq .icon-header {
    display: none; }
    @media (min-width: 768px) {
      #faq .icon-header {
        background: #dcddde;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin: 25px 0;
        padding: 20px; }
        #faq .icon-header a {
          width: 20%;
          padding: 0 10px;
          display: block;
          text-align: center;
          font-size: 18px;
          color: #0e1e63;
          text-decoration: none; }
          #faq .icon-header a:hover {
            text-decoration: underline; }
        #faq .icon-header .svg-wrapper {
          margin: 10px auto 20px;
          text-align: center;
          width: 70px;
          height: 50px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          -ms-align-items: center;
          -moz-align-items: center;
          align-items: center; }
          #faq .icon-header .svg-wrapper img {
            width: 100%;
            height: 100%;
            -moz-transition: transform 250ms ease;
            -o-transition: transform 250ms ease;
            -webkit-transition: transform 250ms ease;
            transition: transform 250ms ease; } }
    @media (min-width: 1024px) {
      #faq .icon-header {
        padding: 30px; }
        #faq .icon-header a {
          padding: 0 15px; }
          #faq .icon-header a:hover img {
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1); }
        #faq .icon-header .svg-wrapper {
          width: 80px;
          height: 60px; } }
  #faq .faq-section {
    padding: 15px 0; }
    #faq .faq-section h1 img {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 30px; }
    #faq .faq-section h2 {
      font-size: 26px;
      font-weight: 600;
      color: #0e1e63; }
      #faq .faq-section h2 img {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 30px;
        margin-right: 10px; }
  #faq .faq-block {
    border-bottom: 1px solid #cccccc; }
    #faq .faq-block .question {
      position: relative;
      cursor: pointer;
      padding: 15px 45px 15px 0;
      color: #0e1e63;
      font-size: 18px; }
      #faq .faq-block .question::before {
        content: '\f107';
        font-family: FontAwesome;
        font-size: 32px;
        font-style: normal;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -16px;
        color: #dcddde;
        -moz-transition: color 250ms ease, transform 750ms ease;
        -o-transition: color 250ms ease, transform 750ms ease;
        -webkit-transition: color 250ms ease, transform 750ms ease;
        transition: color 250ms ease, transform 750ms ease; }
      #faq .faq-block .question:hover::before {
        color: #0e1e63; }
    #faq .faq-block .answer {
      display: none;
      color: #58585b;
      font-size: 16px;
      line-height: 24px;
      padding: 5px 0 15px; }
      #faq .faq-block .answer p {
        margin-bottom: 10px; }
        #faq .faq-block .answer p:last-child {
          margin-bottom: 0; }
    #faq .faq-block .icon-inline {
      width: 25px;
      height: 25px; }
    #faq .faq-block.open .question::before {
      color: #0e1e63;
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      -o-transform: rotateX(180deg);
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg); }
  #faq .icon-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 10px; }
    #faq .icon-block:last-child {
      margin-bottom: 0; }
    #faq .icon-block .image {
      -ms-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-right: 15px; }
      #faq .icon-block .image img {
        width: 30px;
        height: auto; }
      #faq .icon-block .image.bigger img {
        width: 35px; }
    #faq .icon-block .details p {
      margin: 5px 0 10px; }
      #faq .icon-block .details p.title {
        font-weight: 600; }
  #faq .faqLoadingError {
    color: red;
    text-align: center; }
