/* general typography */

.leaflet-container {
  background:#fff;
  font:15px/25px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color:#404040;
  color:rgba(0,0,0,0.75);
  outline:0;
  overflow:hidden;
  -ms-touch-action:none;
  }
.leaflet-container *,
.leaflet-container *:after,
.leaflet-container *:before {
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  }

.leaflet-container h1,
.leaflet-container h2,
.leaflet-container h3,
.leaflet-container h4,
.leaflet-container h5,
.leaflet-container h6,
.leaflet-container p {
  font-size:15px;
  line-height:25px;
  margin:0 0 10px;
  }
.mapbox-small,
.leaflet-control-attribution,
.leaflet-control-scale,
.leaflet-container input,
.leaflet-container textarea,
.leaflet-container label,
.leaflet-container small {
  font-size:12px;
  line-height:20px;
  }

.leaflet-container a            {
  color:#3887BE;
  font-weight:normal;
  text-decoration:none;
  }
.leaflet-container a:hover      { color:#63b6e5; }
.leaflet-container.dark a       { color:#63b6e5; }
.leaflet-container.dark a:hover { color:#8fcaec; }

.leaflet-container.dark .mapbox-button,
.leaflet-container .mapbox-button {
  background-color:#3887be;
  display:inline-block;
  height:40px;
  line-height:40px;
  text-decoration:none;
  color:#fff;
  font-size:12px;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
  .leaflet-container.dark .mapbox-button:hover,
  .leaflet-container .mapbox-button:hover {
    color:#fff;
    background-color:#3bb2d0;
    }

/* Base Leaflet
------------------------------------------------------- */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position:absolute;
  left:0;
  top:0;
  }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-drag:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  }
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
  }

.leaflet-tile {
  filter:inherit;
  visibility:hidden;
  }
.leaflet-tile-loaded {
  visibility:inherit;
  }
.leaflet-zoom-box {
  width:0;
  height:0;
  }

.leaflet-tile-pane    { z-index:2; }
.leaflet-objects-pane { z-index:3; }
.leaflet-overlay-pane { z-index:4; }
.leaflet-shadow-pane  { z-index:5; }
.leaflet-marker-pane  { z-index:6; }
.leaflet-popup-pane   { z-index:7; }

.leaflet-control {
  position:relative;
  z-index:7;
  pointer-events:auto;
  float:left;
  clear:both;
  }
  .leaflet-right .leaflet-control   { float:right; }
  .leaflet-top .leaflet-control     { margin-top:10px; }
  .leaflet-bottom .leaflet-control  { margin-bottom:10px; }
  .leaflet-left .leaflet-control    { margin-left:10px; }
  .leaflet-right .leaflet-control   { margin-right:10px; }

.leaflet-top,
.leaflet-bottom {
  position:absolute;
  z-index:1000;
  pointer-events:none;
  }
  .leaflet-top    { top:0; }
  .leaflet-right  { right:0; }
  .leaflet-bottom { bottom:0; }
  .leaflet-left   { left:0; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity:0;
  -webkit-transition:opacity 0.2s linear;
     -moz-transition:opacity 0.2s linear;
       -o-transition:opacity 0.2s linear;
          transition:opacity 0.2s linear;
  }
  .leaflet-fade-anim .leaflet-tile-loaded,
  .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity:1;
    }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition:-webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
     -moz-transition:   -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
       -o-transition:     -o-transform 0.25s cubic-bezier(0,0,0.25,1);
          transition:        transform 0.25s cubic-bezier(0,0,0.25,1);
  }
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition:none;
     -moz-transition:none;
       -o-transition:none;
          transition:none;
  }
.leaflet-zoom-anim .leaflet-zoom-hide { visibility: hidden; }

/* cursors */
.map-clickable,
.leaflet-clickable {
  cursor: pointer;
  }
.leaflet-popup-pane,
.leaflet-control {
  cursor:auto;
  }
.leaflet-container {
  cursor:-webkit-grab;
  cursor:   -moz-grab;
  }
.leaflet-dragging,
.leaflet-dragging .map-clickable,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor:move;
  cursor:-webkit-grabbing;
  cursor:   -moz-grabbing;
  }

.leaflet-zoom-box {
  background:#fff;
  border:2px dotted #202020;
  opacity:0.5;
  }

/* general toolbar styles */
.leaflet-control-layers,
.leaflet-bar {
  background-color:#fff;
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  border-radius:3px;
  box-shadow:none;
  }
.leaflet-bar a,
.leaflet-bar a:hover {
  color:#404040;
  color:rgba(0,0,0,0.75);
  border-bottom:1px solid #ddd;
  border-bottom-color:rgba(0,0,0,0.10);
  }
  .leaflet-bar a:hover,
  .leaflet-bar a:active {
    background-color:#f8f8f8;
    cursor:pointer;
    }
  .leaflet-bar a:first-child {
    border-radius:3px 3px 0 0;
    }
  .leaflet-bar a:last-child {
    border-bottom:none;
    border-radius:0 0 3px 3px;
    }
  .leaflet-bar a:only-of-type {
    border-radius:3px;
    }

.leaflet-bar .leaflet-disabled {
  cursor:default;
  opacity:0.75;
  }
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  display:block;
  content:'';
  text-indent:-999em;
  }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display:none;
  }
  .leaflet-control-layers-expanded .leaflet-control-layers-list {
    display:block;
    position:relative;
    }

.leaflet-control-layers-expanded {
  background:#fff;
  padding:6px 10px 6px 6px;
  color:#404040;
  color:rgba(0,0,0,0.75);
  }
.leaflet-control-layers-selector {
  margin-top:2px;
  position:relative;
  top:1px;
  }
.leaflet-control-layers label {
  display: block;
  }
.leaflet-control-layers-separator {
  height:0;
  border-top:1px solid #ddd;
  border-top-color:rgba(0,0,0,0.10);
  margin:5px -10px 5px -6px;
  }

.leaflet-container .leaflet-control-attribution {
  background-color:rgba(255,255,255,0.25);
  margin:0;
  box-shadow:none;
  }
.leaflet-control-attribution a:hover,
.map-info-container a:hover {
  color:inherit;
  text-decoration:underline;
  }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding:0 5px;
  }
  .leaflet-left .leaflet-control-scale    { margin-left:5px; }
  .leaflet-bottom .leaflet-control-scale  { margin-bottom:5px; }

.leaflet-control-scale-line {
  background-color:rgba(255,255,255,0.5);
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  border-top:none;
  padding:2px 5px 1px;
  white-space:nowrap;
  overflow:hidden;
  }
  .leaflet-control-scale-line:not(:first-child) {
    border-top:2px solid #ddd;
    border-top-color:rgba(0,0,0,0.10);
    border-bottom:none;
    margin-top:-2px;
    }
  .leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom:2px solid #777;
    }

/* popup */
.leaflet-popup {
  position:absolute;
  text-align:center;
  pointer-events:none;
  }
.leaflet-popup-content-wrapper {
  padding:1px;
  text-align:left;
  pointer-events:all;
  }
.leaflet-popup-content {
  padding:10px 10px 15px;
  margin:0;
  line-height:inherit;
  }
.leaflet-popup-tip-container {
  width:20px;
  height:20px;
  margin:0 auto;
  position:relative;
  }
.leaflet-popup-tip {
  width:0;
	height:0;
  margin:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #fff;
  box-shadow:none;
  }
.leaflet-popup-close-button {
  text-indent:-999em;
  position:absolute;
  top:0;right:0;
  pointer-events:all;
  }
  .leaflet-popup-close-button:hover {
    background-color:#f8f8f8;
    }

.leaflet-popup-scrolled {
  overflow:auto;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
  }

/* div icon */
.leaflet-div-icon {
  background:#fff;
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  }
.leaflet-editing-icon {
  border-radius:3px;
  }

/* Leaflet + Mapbox
------------------------------------------------------- */
.leaflet-bar a,
.mapbox-icon,
.map-tooltip.closable .close,
.leaflet-control-layers-toggle,
.leaflet-popup-close-button,
.mapbox-button-icon:before {
  content:'';
  display:inline-block;
  width:26px;
  height:26px;
  vertical-align:middle;
  background-repeat:no-repeat;
  }
.leaflet-bar a {
  display:block;
  }

.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-close-button,
.leaflet-control-layers-toggle,
.leaflet-container.dark .map-tooltip .close,
.map-tooltip .close,
.mapbox-icon {
  opacity: .75;
  background-image:url(/assets/icons-000000.png);
  background-repeat:no-repeat;
  background-size:26px 260px;
  }
  .mapbox-button-icon:before,
  .leaflet-container.dark .leaflet-control-zoom-in,
  .leaflet-container.dark .leaflet-control-zoom-out,
  .leaflet-container.dark .leaflet-control-layers-toggle,
  .leaflet-container.dark .mapbox-icon {
    opacity: 1;
    background-image:url(/assets/icons-ffffff.png);
    background-size:26px 260px;
    }
  .leaflet-bar .leaflet-control-zoom-in                 { background-position:0 0; }
  .leaflet-bar .leaflet-control-zoom-out                { background-position:0 -26px; }
  .map-tooltip .close, .leaflet-popup-close-button      { background-position:0 -52px; }
  .mapbox-icon-info                                     { background-position:0 -78px; }
  .leaflet-control-layers-toggle                        { background-position:0 -104px; }
  .mapbox-icon-share:before, .mapbox-icon-share         { background-position:0 -130px; }
  .mapbox-icon-geocoder:before, .mapbox-icon-geocoder   { background-position:0 -156px; }
  .mapbox-icon-facebook:before, .mapbox-icon-facebook   { background-position:0 -182px; }
  .mapbox-icon-twitter:before, .mapbox-icon-twitter     { background-position:0 -208px; }
  .mapbox-icon-pinterest:before, .mapbox-icon-pinterest { background-position:0 -234px; }

@media
  (-webkit-min-device-pixel-ratio:2),
  (min-resolution:192dpi) {
    .leaflet-control-zoom-in,
    .leaflet-control-zoom-out,
    .leaflet-popup-close-button,
    .leaflet-control-layers-toggle,
    .mapbox-icon {
      background-image:url(/assets/icons-000000@2x.png);
      }
    .mapbox-button-icon:before,
    .leaflet-container.dark .leaflet-control-zoom-in,
    .leaflet-container.dark .leaflet-control-zoom-out,
    .leaflet-container.dark .leaflet-control-layers-toggle,
    .leaflet-container.dark .mapbox-icon {
      background-image:url(/assets/icons-ffffff@2x.png);
      }
}

.leaflet-popup-content-wrapper,
.map-legends,
.map-tooltip {
  background:#fff;
  border-radius:3px;
  box-shadow:0 1px 2px rgba(0,0,0,0.10);
  }
.map-legends,
.map-tooltip {
  max-width:300px;
  }
.map-legends .map-legend {
  padding:10px;
  }
.map-tooltip {
  z-index:999999;
  padding:10px;
  min-width:180px;
  max-height:400px;
  overflow:auto;
  opacity:1;
  -webkit-transition:opacity 150ms;
     -moz-transition:opacity 150ms;
       -o-transition:opacity 150ms;
          transition:opacity 150ms;
  }

.map-tooltip .close {
  text-indent:-999em;
  overflow:hidden;
  display:none;
  }
  .map-tooltip.closable .close {
    position:absolute;
    top:0;right:0;
    border-radius:3px;
    }
    .map-tooltip.closable .close:active  {
      background-color:#f8f8f8;
      }

.leaflet-control-interaction {
  position:absolute;
  top:10px;
  right:10px;
  width:300px;
  }
.leaflet-popup-content .marker-title {
  font-weight:bold;
  }
.leaflet-control .mapbox-button {
  background-color:#fff;
  border:1px solid #ddd;
  border-color:rgba(0,0,0,0.10);
  padding:5px 10px;
  border-radius:3px;
  }

/* Share modal
------------------------------------------------------- */
.mapbox-modal > div {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
  overflow-y:auto;
  }
  .mapbox-modal.active > div {
    z-index:99999;
    transition:all .2s, z-index 0 0;
    }

.mapbox-modal .mapbox-modal-mask {
  background:rgba(0,0,0,0.5);
  opacity:0;
  }
  .mapbox-modal.active .mapbox-modal-mask { opacity:1; }

.mapbox-modal .mapbox-modal-content {
  -webkit-transform:translateY(-100%);
     -moz-transform:translateY(-100%);
      -ms-transform:translateY(-100%);
          transform:translateY(-100%);
  }
  .mapbox-modal.active .mapbox-modal-content {
    -webkit-transform:translateY(0);
       -moz-transform:translateY(0);
        -ms-transform:translateY(0);
            transform:translateY(0);
    }

.mapbox-modal-body {
  position:relative;
  background:#fff;
  padding:20px;
  z-index:1000;
  width:50%;
  margin:20px 0 20px 25%;
  }
.mapbox-share-buttons {
  margin:0 0 20px;
  }
.mapbox-share-buttons a {
  width:33.3333%;
  border-left:1px solid #fff;
  text-align:center;
  border-radius:0;
  }
  .mapbox-share-buttons a:last-child  { border-radius:0 3px 3px 0; }
  .mapbox-share-buttons a:first-child { border:none; border-radius:3px 0 0 3px; }

.mapbox-modal input {
  width:100%;
  height:40px;
  padding:10px;
  border:1px solid #ddd;
  border-color:rgba(0,0,0,0.10);
  color:rgba(0,0,0,0.5);
  }

/* Info Control
------------------------------------------------------- */
.leaflet-control.mapbox-control-info {
  margin:5px 30px 10px 10px;
  min-height:26px;
  }
  .leaflet-control.mapbox-control-info-right {
    margin:5px 10px 10px 30px;
    }

.mapbox-info-toggle {
  background-color:#fff;
  background-color:rgba(255,255,255,0.5);
  border-radius:50%;
  position:absolute;
  bottom:0;left:0;
  z-index:1;
  }
  .mapbox-control-info-right .mapbox-info-toggle  { left:auto; right:0; }
  .mapbox-info-toggle:hover { background-color:#fff; }

.map-info-container {
  background:#fff;
  padding:3px 5px 3px 27px;
  display:none;
  position:relative;
  bottom:0;left:0;
  border-radius:13px 3px 3px 13px;
  }
.mapbox-control-info.active .map-info-container {
  display:inline-block;
  }
.mapbox-control-info-right .map-info-container {
  left: auto;
  right: 0;
  padding: 3px 27px 3px 5px;
  border-radius:3px 13px 13px 3px;
  }

/* Geocoder
------------------------------------------------------- */
.leaflet-control-mapbox-geocoder {
  position:relative;
  }
.leaflet-control-mapbox-geocoder.searching {
  opacity:0.75;
  }
.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-wrap {
  background:#fff;
  position:absolute;
  border:1px solid #999;
  border-color:rgba(0,0,0,0.4);
  border-bottom-width:0;
  overflow:hidden;
  left:26px;
  height:27px;
  width:0;
  top:-1px;
  border-radius:0 3px 3px 0;
  opacity:0;
  -webkit-transition:opacity 100ms;
     -moz-transition:opacity 100ms;
       -o-transition:opacity 100ms;
          transition:opacity 100ms;
  }
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-wrap {
  width:180px;
  opacity:1;
  }
.leaflet-bar .leaflet-control-mapbox-geocoder-toggle,
.leaflet-bar .leaflet-control-mapbox-geocoder-toggle:hover {
  border-bottom:none;
  }
.leaflet-control-mapbox-geocoder-toggle {
  border-radius:3px;
  }
.leaflet-control-mapbox-geocoder.active,
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  }
.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-form input {
  background:transparent;
  border:0;
  width:180px;
  padding:0 0 0 10px;
  height:26px;
  outline:none;
  }
.leaflet-control-mapbox-geocoder-results {
  width:180px;
  position:absolute;
  left:26px;
  top:25px;
  border-radius:0 0 3px 3px;
  }
  .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-results {
    background:#fff;
    border:1px solid #999;
    border-color:rgba(0,0,0,0.4);
    }

.leaflet-control-mapbox-geocoder-results a,
.leaflet-control-mapbox-geocoder-results span {
  padding:0 10px;
  text-overflow:ellipsis;
  white-space:nowrap;
  display:block;
  width:100%;
  font-size:12px;
  line-height:26px;
  text-align:left;
  overflow:hidden;
  }
  .leaflet-control-mapbox-geocoder-results a:first-child {
    border-top:1px solid #999;
    border-top-color:rgba(0,0,0,0.4);
    border-radius:0;
    }
  .leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a:hover,
  .leaflet-control-mapbox-geocoder-results a:hover {
    background:#f8f8f8;
    opacity:1;
    }

/* Dark Theme
------------------------------------------------------- */
.leaflet-container.dark .leaflet-bar {
  background-color:#404040;
  border-color:#202020;
  border-color:rgba(0,0,0,0.75);
  }
  .leaflet-container.dark .leaflet-bar a {
    color:#404040;
    border-color:rgba(0,0,0,0.5);
    }
  .leaflet-container.dark .leaflet-bar a:active,
  .leaflet-container.dark .leaflet-bar a:hover {
    background-color:#505050;
    }

.leaflet-container.dark .mapbox-info-toggle,
.leaflet-container.dark .map-info-container,
.leaflet-container.dark .leaflet-control-attribution {
  background-color:rgba(0,0,0,0.25);
  color:#f8f8f8;
  }
.leaflet-container.dark .leaflet-bar a.leaflet-disabled,
.leaflet-container.dark .leaflet-control .mapbox-button.disabled {
  background-color:#252525;
  color:#404040;
  }
.leaflet-container.dark .leaflet-control-mapbox-geocoder > div {
  border-color:#202020;
  border-color:rgba(0,0,0,0.75);
  }
  .leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a {
    border-color:#ddd #202020;
    border-color:rgba(0,0,0,0.10) rgba(0,0,0,0.75);
    }
  .leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results span {
    border-color:#202020;
    border-color:rgba(0,0,0,0.75);
    }

/* Larger Screens
------------------------------------------------------- */
@media only screen and (max-width:800px) {
.mapbox-modal-body {
  width:83.3333%;
  margin-left:8.3333%;
  }
}

/* Smaller Screens
------------------------------------------------------- */
@media only screen and (max-width:640px) {
.mapbox-modal-body {
  width:100%;
  height:100%;
  margin:0;
  }
}

/* Browser Fixes
------------------------------------------------------- */
/* Map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img { max-width:none!important; }
/* Stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer { max-width:15000px!important; }
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg { -moz-user-select:none; }
/* Older IEs don't support the translateY property for display animation */
.leaflet-oldie .mapbox-modal .mapbox-modal-content        { display:none; }
.leaflet-oldie .mapbox-modal.active .mapbox-modal-content { display:block; }
.map-tooltip { width:280px\8; /* < IE9 */ }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
  cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* CSS Document */

/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Thu Nov 21 2013 08:34 GMT+0000
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: basic css3
 */

.qtip{
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;

    max-width: 280px;
    min-width: 50px;

    font-size: 10.5px;
    line-height: 12px;

    direction: ltr;

    box-shadow: none;
    padding: 0;
}

.qtip-content{
    position: relative;
    padding: 5px 9px;
    overflow: hidden;

    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar{
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;

    border-width: 0 0 1px;
    font-weight: bold;
}

.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

/* Default close button class */
.qtip-close{
    position: absolute;
    right: -9px; top: -9px;

    cursor: pointer;
    outline: medium none;

    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.qtip-titlebar .qtip-close{
    right: 4px; top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon{
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.qtip-icon .ui-icon{
    width: 18px;
    height: 14px;

    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Tahoma,sans-serif;

    color: inherit;
    background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
    border-width: 1px;
    border-style: solid;
    border-color: #F1D031;

    background-color: #FFFFA3;
    color: #555;
}

.qtip-default .qtip-titlebar{
    background-color: #FFEF93;
}

.qtip-default .qtip-icon{
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.qtip-default .qtip-titlebar .qtip-close{
    border-color: #AAA;
    color: #111;
}



/*! Light tooltip style */
.qtip-light{
    background-color: white;
    border-color: #E2E2E2;
    color: #454545;
}

.qtip-light .qtip-titlebar{
    background-color: #f1f1f1;
}


/*! Dark tooltip style */
.qtip-dark{
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3;
}

.qtip-dark .qtip-titlebar{
    background-color: #404040;
}

.qtip-dark .qtip-icon{
    border-color: #444;
}

.qtip-dark .qtip-titlebar .ui-state-hover{
    border-color: #303030;
}


/*! Cream tooltip style */
.qtip-cream{
    background-color: #FBF7AA;
    border-color: #F9E98E;
    color: #A27D35;
}

.qtip-cream .qtip-titlebar{
    background-color: #F0DE7D;
}

.qtip-cream .qtip-close .qtip-icon{
    background-position: -82px 0;
}


/*! Red tooltip style */
.qtip-red{
    background-color: #F78B83;
    border-color: #D95252;
    color: #912323;
}

.qtip-red .qtip-titlebar{
    background-color: #F06D65;
}

.qtip-red .qtip-close .qtip-icon{
    background-position: -102px 0;
}

.qtip-red .qtip-icon{
    border-color: #D95252;
}

.qtip-red .qtip-titlebar .ui-state-hover{
    border-color: #D95252;
}


/*! Green tooltip style */
.qtip-green{
    background-color: #CAED9E;
    border-color: #90D93F;
    color: #3F6219;
}

.qtip-green .qtip-titlebar{
    background-color: #B0DE78;
}

.qtip-green .qtip-close .qtip-icon{
    background-position: -42px 0;
}


/*! Blue tooltip style */
.qtip-blue{
    background-color: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD;
}

.qtip-blue .qtip-titlebar{
    background-color: #D0E9F5;
}

.qtip-blue .qtip-close .qtip-icon{
    background-position: -2px 0;
}

.qtip-shadow{
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;

    color: white;
    border-width: 0;

    background: #4A4A4A;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
    background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
    background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

.qtip-youtube .qtip-titlebar{
    background-color: #4A4A4A;
    background-color: rgba(0,0,0,0);
}

.qtip-youtube .qtip-content{
    padding: .75em;
    font: 12px arial,sans-serif;

    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

.qtip-youtube .qtip-icon{
    border-color: #222;
}

.qtip-youtube .qtip-titlebar .ui-state-hover{
    border-color: #303030;
}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
    background: #232323;
    background: rgba(0, 0, 0, 0.7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -moz-linear-gradient(top, #717171, #232323);
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -ms-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);

    border: 2px solid #ddd;
    border: 2px solid rgba(241,241,241,1);

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
}

/* IE Specific */
.qtip-jtools .qtip-titlebar{
    background-color: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content{
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content{
    background: transparent;
    color: white;
    border: 0 dashed transparent;
}

.qtip-jtools .qtip-icon{
    border-color: #555;
}

.qtip-jtools .qtip-titlebar .ui-state-hover{
    border-color: #333;
}


/* Cluetip style */
.qtip-cluetip{
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent;
}

.qtip-cluetip .qtip-titlebar{
    background-color: #87876A;
    color: white;
    border: 0 dashed transparent;
}

.qtip-cluetip .qtip-icon{
    border-color: #808064;
}

.qtip-cluetip .qtip-titlebar .ui-state-hover{
    border-color: #696952;
    color: #696952;
}


/* Tipsy style */
.qtip-tipsy{
    background: black;
    background: rgba(0, 0, 0, .87);

    color: white;
    border: 0 solid transparent;

    font-size: 11px;
    font-family: 'Lucida Grande', sans-serif;
    font-weight: bold;
    line-height: 16px;
    text-shadow: 0 1px black;
}

.qtip-tipsy .qtip-titlebar{
    padding: 6px 35px 0 10px;
    background-color: transparent;
}

.qtip-tipsy .qtip-content{
    padding: 6px 10px;
}

.qtip-tipsy .qtip-icon{
    border-color: #222;
    text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover{
    border-color: #303030;
}


/* Tipped style */
.qtip-tipped{
    border: 3px solid #959FA9;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    background-color: #F9F9F9;
    color: #454545;

    font-weight: normal;
    font-family: serif;
}

.qtip-tipped .qtip-titlebar{
    border-bottom-width: 0;

    color: white;
    background: #3A79B8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
    background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

.qtip-tipped .qtip-icon{
    border: 2px solid #285589;
    background: #285589;
}

.qtip-tipped .qtip-icon .ui-icon{
    background-color: #FBFBFB;
    color: #555;
}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
    /** Taken from Bootstrap body */
    font-size: 14px;
    line-height: 20px;
    color: #333333;

    /** Taken from Bootstrap .popover */
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar{
    /** Taken from Bootstrap .popover-title */
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close{
    /**
     * Overrides qTip2:
     * .qtip-titlebar .qtip-close{
     *   [...]
     *   right: 4px;
     *   top: 50%;
     *   [...]
     *   border-style: solid;
     * }
     */
    right: 11px;
    top: 45%;
    border-style: none;
}

.qtip-bootstrap .qtip-content{
    /** Taken from Bootstrap .popover-content */
    padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon{
    /**
     * Overrides qTip2:
     * .qtip-default .qtip-icon {
     *   border-color: #CCC;
     *   background: #F1F1F1;
     *   color: #777;
     * }
     */
    background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon{
    /**
     * Overrides qTip2:
     * .qtip-icon .ui-icon{
     *   width: 18px;
     *   height: 14px;
     * }
     */
    width: auto;
    height: auto;

    /* Taken from Bootstrap .close */
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover{
    /* Taken from Bootstrap .close:hover */
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
    filter: none;
    -ms-filter: none;
}



.qtip .qtip-tip{
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;

}

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip{
    visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas{
    position: absolute;

    color: #123456;
    background: transparent;
    border: 0 dashed transparent;
}

.qtip .qtip-tip canvas{ top: 0; left: 0; }

.qtip .qtip-tip .qtip-vml{
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}

#qtip-overlay{
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs{ cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div{
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;

    background-color: black;

    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.qtipmodal-ie6fix{
    position: absolute !important;
}
/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: white;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #cccccc; }
.mfp-preloader a:hover {
    color: white; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
    padding: 0; }
.mfp-ie7 .mfp-content {
    padding-top: 44px; }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
.floow_blackout {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  z-index: 20000;
  top: 0;
  left: 0;
}

.floow_popup_content {
  text-align: center;
  font-weight: 300;
  margin: 30px;
}

.floow_popup_ok {
  text-align: center;
  display: block;
  color: #00A4DD;
  font-size: 24px;
  font-weight: 300;
  width: 35px;
  margin: 32px auto 0 auto;
}

.floow_popup_ok:focus {
  outline: 0;
}

.floow_popup {
  position: fixed;
  background-color: white;
  width: 16em;
  color: #333;
  z-index: 30000;
  display: none;
  font-size: 0.9em;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  border-radius: 30px;
  padding-bottom: 32px;
  behavior: url(/PIE.htc);
  margin: 0 auto;
  max-width: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}

.floow_popup.open {
  display: block;
}

.floow_popup_content_container {
  max-height: 70%;
  overflow: auto;
  width: 94%;
  margin: 0 auto;
}

.floow_popup_content_container a:focus, .floow_popup_content_container img:focus {
  outline: 0;
}

.floow_popup_image {
  max-height: 4em;
  margin: 1em auto;
  display: block;
}

.floow_popup_close {
  position: relative;
  background-color: transparent;
  color: #333;
  padding: 0;
  border: 0;
  font-size: 16px;
  float: right;
  display: inline-block;
  margin: 18px 20px 0 0;
}

.floow_popup_close span {
  display: none;
}

.floow_popup_title {
  font-size: 28px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  color: #333333;
  margin: 40px 0 20px 0;
}

.floow_popup_text {
  font-size: 20px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  color: #333333;
}

.floow_popup_subtitle{
  font-size: 24px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  margin: 20px 0 12px;
  color: #333333;
}

.floow_popup_score_circle{
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  behavior: url(/PIE.htc);
  background-color: black;
  position: relative;
  top: 4px;
  margin-right: 20px;
}

.floow_popup_score_circle.red{
  background-color: #EE393B;
}

.floow_popup_score_circle.amber{
  background-color: #F8B537;
}

.floow_popup_score_circle.green{
  background-color: #15BE63;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*






*/


#score_value .no-score {
  font-size: 0.9rem;
  color: #959595;
  width: 155px;
  margin: 18px auto 0 auto;
}

.journey_title_container .prev-journey,
.journey_title_container .next-journey {
  text-decoration: none;
}

#vehicle-selection-popup .select2-selection--single {
  background-color: #F9F9F9;
}

#vehicle-selection-popup #select2-vehicle_select-container {
  position: absolute;
  top: 17px;
  left: 10px;
  right: 20px;
  font-weight: 400
}

#vehicle-selection-popup {
  padding-bottom: 0;
}

#vehicle-selection-popup #change-vehicle-form button:focus {
  outline: 0;
}

#vehicle-selection-popup #change-vehicle-form button {
  color: #ffffff;
  border: solid 1px #b2cf23;
  border-radius: 30px;
  background-color: #b2cf23;
  padding: 14px 0;
  font-size: 22px;
  min-width: 220px;
  display: block;
  font-family: Museo Sans_Light;
  margin: 40px auto;
  cursor: pointer;
}

#vehicle-selection-popup .floow_popup_content {
  margin: 15px 30px 30px 30px;
}

#vehicle-selection-popup .floow_popup_text {
  font-size: 22px;
}

#vehicle-selection-popup .policy-details-container {
  margin-bottom: 35px;
}

#vehicle-selection-popup .policy-details-container p {
  font-size: 22px;
}

#vehicle-selection-popup .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
}

#vehicle-selection-popup .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 13px 7px 0 9px;
  height: 0;
  left: 50%;
  margin-left: -21px;
  margin-top: -3px;
}

#vehicle-selection-popup .select2-container .select2-selection--single {
  height: 65px;
  outline: 0;
}

#vehicle-selection-popup .floow_popup_title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
}

#vehicle-selection-popup .policy-number {
  font-weight: 400;
  margin-bottom: 0;
}

#vehicle-selection-popup .header {
  color: #00A8D9;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 0;
}

#vehicle-selection-popup .floow_popup_text {
  text-align: left;
  line-height: 30px;
}

.select2-container {
  z-index: 40000;
}

.vehicle_selection_details {
  color: #929292;
  position: absolute;
  top: -76px;
  left: 10px;
  font-size: 16px;
  font-family: "Museo Sans_Light";
}

.vehicle_selection_details_row {
  margin-bottom: 15px;
}

.vehicle_selection_details_row:last-child {
  margin-bottom: 0;
}

.vehicle_selection_details_number_plate {
  padding: 2px 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #929292;
  color: #fff;
  margin-left: 6px;
}

.vehicle_selection_details a {
  color: #00A5D8;
}

#version-details-popup #email-me-link:hover {
  text-decoration: none;
}

#version-details-popup #email-me-link {
  display: block;
  background-color: #00A5D8;
  margin: 50px auto 0 auto;
  text-align: center;
  color: #fff;
  width: 200px;
  padding: 16px;
  border-radius: 35px;
}

#version-details-popup .download {
  float: left;
  width: 50%;
  margin: 60px auto 0 auto;
  text-align: center;
}

#version-details-popup .floow_popup_title {
  font-weight: 500;
  font-size: 1.9rem;
  margin-bottom: 35px;
}

#version-details-popup .floow_popup_text {
  line-height: 30px;
  font-size: 1.6rem;
}

#dev-info {
  background-color: antiquewhite;
  padding: 10px 20px;
}

#dev-info p {
  margin-bottom: 0;
}

#dev-info .underline {
  font-size: 1em;
}

#dev-info #show-hide-score-info:focus,
#dev-info #show-hide-score-info:active,
#dev-info #show-hide-score-info:active,
#dev-info #show-hide-score-info:visited {
  color: #cc3333;
  text-decoration: none;
}

#dev-info #show-hide-score-info {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.9em;
}

.underline {
  text-decoration: underline;
}

hr {
  border-top: 1px solid #E7E7E7;
}

#bg_image_login {
  width: 100%;
  bottom: 0;
  position: absolute;
  font-family: Museo Sans;
  z-index: -100;
}

#login_register_container h1 {
  font-size: 44px;
  display: block;
  margin: 60px 0px;
  text-align: center;
  font-family: Museo Sans_ExtraLight;
}

#login-button-container {
  margin: 0 auto;
  display: block;
  width: 75%;
  padding-top: 7px;
  padding-right: 18px;
}

/*#login_background {*/
/*height: 100%;*/
/*width: 100%;*/
/*display: block;*/
/*}*/

#create-account-button {
  color: #b2cf23;
  border: solid 1px #b2cf23;
  border-radius: 30px;
  background-color: transparent;
  padding: 14px 0;
  font-size: 30px;
  min-width: 340px;
  display: inline-block;
  font-family: Museo Sans_Light;
}

/*#create_account_button:hover {*/
/*text-decoration: none;*/
/*}*/

#login-button {
  color: #ffffff;
  border: solid 1px #b2cf23;
  border-radius: 30px;
  background-color: #b2cf23;
  padding: 14px 0;
  font-size: 30px;
  min-width: 340px;
  display: inline-block;
  font-family: Museo Sans_Light;
}

.btn:hover {
  text-decoration: none;
}

/*.or_spacer {*/
/*display: inline-block;*/
/*width: 19%;*/
/*text-align: center;*/
/*color: #878787;*/
/*font-family: 'gillsanslight';*/
/*position: relative;*/
/*top: 5px;*/
/*font-size: 26px;*/
/*}*/

/*#forgotten_password_button:hover {*/
/*text-decoration: none;*/
/*}*/

.or-spacer {
  width: 10%;
  text-align: center;
  display: inline-block;
  color: #878787;
  position: relative;
  top: 16px;
  font-size: 26px;
  font-family: Museo Sans_Light;
}

.create-account, .login-or-forgot {
  width: 45%;
  text-align: center;
}

.login-or-forgot #forgotten-password-button {
  color: #878787;
  font-size: 29px;
  margin-top: 24px;
  /*min-width: 340px;*/
  display: inline-block;
  position: relative;
  left: 10px;
  font-family: Museo Sans_Light;
}

@media screen and (max-height: 600px) {
  .login-or-forgot #forgotten-password-button {
    color: #ffffff;
  }

  .login-or-forgot #forgotten-password-button .chevron-right {
    background-image: url(/assets/ic_chevron_right_white-cd5032919482d75e93cf4cb0af0d4bcb43c1990de5c19f28596b08e8d5a975a0.png);
  }
}

.login-or-forgot {
  position: relative;
}

.logo {
  background: transparent url(/assets/logo_main-eeb7ddbfe48cf57b2385df094dbcc4233d83092d9174839e571445bcc8678cb7.png) no-repeat center;
  background-size: contain;
  display: block;
  width: auto;
  height: 85px;
  margin-top: 52px;
  margin-bottom: 32px;
}

.logo.dashboard {
  background-position: left;
  margin-top: 0;
  margin-bottom: 30px;
}

.logo.mobile {
  background: transparent url(/assets/logo_main_mobile-b1ee232d0a7ddfc796319e0f5500fd66299e3a634e058bb06d9567918f0fbeb6.png) no-repeat left center;
  background-size: contain;
  display: none;
  width: 165px;
  height: 85px;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 20px;
}

.chevron {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin-left: 14px;
  position: relative;
  top: 4px;
  right: 4px;
}

.chevron-right {
  background-image: url(/assets/ic_chevron_right_grey-a4946124bbc80869b4aecf55d45e5fd675681d4600c7ac93d60984c041dd21a9.png);
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  clear: both;
}

#top-bar-container {
  margin-top: 100px;
}

/*#nav {*/
/*margin-left: 22px;*/
/*}*/

#nav ul {
  margin-top: -20px;
  height: auto;
}

#nav #contact_us span {
  /*top: 20px;*/
}

#nav #contact_us .red-line {
  margin-top: 25px;
}

#nav #dashboard span {
  right: 5px;
}

#nav ul li {
  display: inline-block;
  padding: 20px;
  height: 85px;
  width: 80px;
  border-top: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  top: 10px;
  position: relative;
}

.white-spacer {
  background-color: white;
  height: 20px;
  width: 119px;
  position: absolute;
  bottom: -12px;
  z-index: 100000;
  display: none;
  margin-left: -20px;
  margin-top: -20px;
}

/*#nav .active .white-spacer {*/
/*display: block!important;*/
/*}*/

#nav .sub-menu {
  display: inherit;
  padding: 0;
  height: auto;
  width: auto;
  border-top: 0;
  border-right: 0;
  top: 140px;
  right: 0;
  z-index: 1;
  position: static;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#nav .sub-menu-item {
  display: inherit;
  padding: 0;
  height: auto;
  width: auto;
  border-top: 0;
  border-right: 0;
  top: 140px;
  right: 0;
  z-index: 1;
  position: static;
  font-family: "Museo Sans_Light";
}

#nav ul.sub-menu {
  position: absolute;
  border: 1px solid #ccc;
  margin-right: 28px;
  margin-top: -24px;
  box-shadow: 0 0 10px #a3a3a3;
  background-color: white;
  z-index: 10001;
}

#nav ul a {
  display: inline-block;
  color: black;
  margin-right: -5px;
}

#nav ul.sub-menu a {
  display: block;
  color: black;
  padding: 17px 20px;
  border-bottom: 1px solid #ccc;
  margin-right: 0;
}

#nav ul.sub-menu a:hover {
  color: #db0814;
  text-decoration: none;
}

#nav ul li a:hover {
  text-decoration: none;
}

#nav ul a li span {
  position: relative;
  top: 30px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: "Museo Sans_Light";
}

#dashboard li {
  border-left: 1px solid #bebebe;
}

#nav ul.sub-menu li:first-child {
  border-left: 0;
}

#nav ul a.active li {
  box-shadow: -2px -2px 1px -1px #dcdcdc, 2px -2px 1px -1px #dcdcdc, -1px 15px 0 -1px #fff;
  height: 94px;
  top: 0;
  border-left: 1px solid #bebebe;
  width: 79px;
}

#nav ul a#dashboard.active li {
  width: 80px;
}

#nav ul a.active.no-box-shadow {
  box-shadow: 0 0 0;
}

#nav ul a.active.no-box-shadow-after-click {
  box-shadow: 0 0 0;
}

#nav ul a.active li.active-li {
  box-shadow: -2px -2px 1px -1px #dcdcdc, 2px -2px 1px -1px #dcdcdc, -1px 0 0 -1px #dcdcdc;
  z-index: 10002;
}

#nav ul a.active {
  -moz-box-shadow: 0 0 10px #a3a3a3;
  -webkit-box-shadow: 0 0 10px #a3a3a3;
  box-shadow: 0 0 10px #a3a3a3;
}

#nav ul a#car_health li span, #nav ul a#find_my_car li span {
  top: 25px;
}

#nav ul a#car_health li .red-line, #nav ul a#find_my_car li .red-line {
  margin-top: 30px;
}

.red-line {
  margin-top: 15px;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  border-top: 1px solid #D50C17;
  position: absolute;
}

.nice-line {
  height: 6px;
  border: 0;
  margin-top: 0;
  box-shadow: inset 0 4px 5px -5px #111;
}

.vertical-line {
  border-right: 1px solid #ccc;
  height: 300px;
  margin-top: 70px;
  width: 15px;
}

.bottom-spacer {
  margin-left: -22px;
  margin-right: -22px;
  height: 50px;
  background-color: #fff;
}

/*.container_12.wrapper {*/
/*width: 1054px;*/
/*}*/

#your-points .low, #your-points .medium, #your-points .high {
  margin-right: 30px;
}

#your-points .low {
  margin-left: 14px;
}

#your-points .medium {
  margin: 0 34px 0 6px;
}

#your-points .high {
  margin-right: 0;
}

#your-points .points {
  display: block;
  text-align: center;
  margin-top: 38px;
  font-size: 22px;
  color: #A1A1A1;
  font-family: "Museo Sans_ExtraLight";
  padding: 8px 0;
}

#your-points .low,
#your-points .medium,
#your-points .high {
  width: 32%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#your-points .low,
#your-points .high {
  margin-left: 1% !important;
  margin-right: 1% !important;
}

@media screen and (min-width: 999px) {
  #your-points .badge-container {
    position: relative;
  }

  #your-points .badge-container:before {
    content: ' ';
    width: 1px;
    height: 300px;
    background: #cccccc;
    position: absolute;
    top: 0;
    left: -15px;
  }
}

#your-points .points.active {
  background-color: #B6D138;
  color: #fff;
  width: 172px;
  margin: 38px auto 0 auto;
  border-radius: 20px;
}

.full-width-info {
  background-color: #F9F9F9;
  width: 100%;
  z-index: 100;
}

.full-width-info .small-icons {
  margin-top: 36px;
}

.full-width-info .info {
  display: table-cell;
  line-height: 1.2;
  font-size: 19px;
  margin-left: 20px;
  position: relative;
  top: 8px !important;
  font-family: "Museo Sans_ExtraLight";
  width: 80%;
  padding: 20px 20px 20px 15px;
}

@media screen and (min-width: 999px) {
  .full-width-info .info {
    top: 0px !important;
  }
}

.full-width-info .info .blue {
  color: #1D99D4;
}

.full-width-info .tip-if-no-journey {
  position: relative;
  bottom: 15px;
  left: 15px;
  margin: 0 auto !important;
  display: block;
  float: none;
}

.small-icons {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.small-icons.clock {
  background-image: url(/assets/ic_quarter_duration-1041f6c89b8225074d5a214d2ce30479c9f55a4abd8be8e2d9df9824813f8b7e.png);
}

.small-icons.green-tick {
  background-image: url(/assets/ic_green_tick-1ed4ba68d47218e2fea7f7fba23c21ecb57e35159d90e2d3dae0989f8ef32c08.png);
}

.small-icons.red-cross {
  background-image: url(/assets/ic_red_cross-33358d9590c350ea5671ed015233b817ca0b340a439e0433c8b6a57d2fb94491.png);
}

hr.full-width {
  width: 100%;
  left: 0;
  position: absolute;
  border-left: 0;
  border-right: 0;
}

.social-icons {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  display: block;
}

.social-icons.facebook {
  background-image: url(/assets/ic_social_facebook-64b7f610b315962864d37056ea3b9e328e21db09b52c193a2316d3a57e3b872c.png);
}

.social-icons.twitter {
  background-image: url(/assets/ic_social_twitter-ee1b7263046d691079a6694c67eda62e589e80093170b49acc488873126d0004.png);
}

.social-icons.youtube {
  background-image: url(/assets/ic_social_youtube-574135b76442d5f6584ca36c27655e5f762e4c8e296e0aa419075de82b304089.png);
}

.social-icons.gplus {
  background-image: url(/assets/ic_social_google_plus-c4caa02df48688241fb41317a5f1e6e53f94c02047489cc5c08f549c96e6f569.png);
}

.social-icons.blog {
  background-image: url(/assets/ic_social_blog-7f257c10f3516398545f7c3a0b514643f00c6d79e70e294a815ad3eaf41a5362.png);
}

.text-spacer {
  width: 40px;
}

.top-links-container {
  position: absolute;
  right: 20px;
  top: -76px;
  font-size: 18px;
  letter-spacing: 0.7px;
}

.top-links-container a, .top-links-container span {
  color: #929292;
  font-family: "Museo Sans_Light";
}

.top-links-container span {
  margin: 0 2px;
}

.journey-table-container {
  margin-top: 60px;
}

#journey-table {
  width: 715px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}

#journey-table a.car:hover .driving-tips {
  display: block !important;
}

#journey-table .table-chevron {
  margin-top: 15px;
  margin-right: 62px;
}

#journey-table .info {
  padding: 12px 0;
  display: inline-block;
}

#journey-table .journey {
  display: block;
}

#journey-table li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

#journey-table .info.first {
  margin-right: 42px;
  margin-left: 44px;
  font-size: 36px;
}

#journey-table .info.second {
  color: #000000;
  font-size: 24px;
  position: absolute;
  bottom: 4px;
  font-family: "Museo Sans_Light";
}

#journey-table .no_car .info.second {
  color: #ccc;
  text-decoration: line-through;
  bottom: 6px;
}

#journey-table .blue {
  color: #2FA3D7;
}

#journey-table .show .driving-tips {
  display: block;
}

#journey-table .driving-tips {
  margin-top: 20px;
}

#journey-table .journey:hover {
  background-color: #F4FAFD;
}

#journey-table .journey:hover,
#journey-table .journey:focus,
#journey-table .journey:active,
#journey-table .journey:visited,
#car-health-container .issue-row:hover,
#car-health-container .issue-row:focus,
#car-health-container .issue-row:active,
#car-health-container .issue-row:visited {
  text-decoration: none;
}

.table-chevron {
  background: no-repeat url(/assets/ic_chevron_right_blue-d1fa993d74b4e69a5e8e9432489a20beff551c997394f89de69e8e268603337d.png) right center;
  width: 30px;
  height: 30px;
  display: block;
}

.circular-btn {
  margin: 0 auto;
  padding: 9px 25px;
  text-align: center;
  font-size: 21px;
  background-color: #33A6D9;
  color: #fff;
  border-radius: 20px;
}

.circular-btn:hover {
  color: white;
}

.circular-btn:hover,
.circular-btn:active,
.circular-btn:focus,
.circular-btn:visited {
  text-decoration: none;
}

.circular-btn.show-more {
  color: #33A6D9;
  background-color: #fff;
  border: 1px solid #33A6D9;
  font-family: "Museo Sans_Light";
}

.circular-btn.calendar {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #fff;
  font-family: "Museo Sans_Light";
}

.center {
  text-align: center;
}

#car-health-container {
  width: 715px;
  margin: 25px auto;
  border-top: 1px solid #ccc;
}

#car-health-container li {
  border-bottom: 1px solid #ccc;
}

#car-health-container a:hover {
  text-decoration: none;
}

#car-health-container .section {
  margin-left: 42px;
  margin-right: 30px;
}

#car-health-container .section.call p {
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 15px;
}

#car-health-container .section.call h2 {
  font-size: 55px;
  margin-top: -6px;
  letter-spacing: 0.8px;
  color: #C70813;
  font-weight: 100;
}

#car-health-container .section.call small {
  position: relative;
  top: 3px;
  left: 6px;
  letter-spacing: 0.3px;
  margin-bottom: 28px;
  display: block;
}

#car-health-container .section.issue p {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #cc3333;
}

#car-health-container .issue-row .section .issue-text {
  color: #000;
}

#car-health-container .issue-row .section .light-text {
  color: #626262;
}

#car-health-container .table-chevron.down {
  margin-top: 5px;
  background: no-repeat url(/assets/ic_list_expand-ce4d3448a082f87670277ec07255e1d62c83e9eaea59d401cabc4ae49d8e62e7.png) right center;
}

#car-health-container .table-chevron.up {
  margin-top: 5px;
  background: no-repeat url(/assets/ic_list_collapse-bcc70edff9703d2f8341fc5fb8c7643a8020f36486ab0c1a39b82e532d15dfbd.png) right center;
}

.forgotten_password .chevron {
  top: 2px;
  right: 19px;
  width: 10px;
  height: 16px;
  background-size: 95%;
}

#menu-mobile a {
  position: absolute;
  right: 20px;
  top: 19px;
  padding: 10px 20px;
  border: 1px solid #bebebe;
  border-radius: 20px;
  font-size: 20px;
  color: #000;
}

#menu-mobile a:hover {
  text-decoration: none;
  border-color: transparent;
  background-color: #d91f26;
  color: white;
}

.left_label {
  font-family: Museo Sans_ExtraLight;
}

.journey_title_container {
  height: 120px;
  position: relative;
}

.journey_title_container .journey_title {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.75em;
  font-family: "Museo Sans_Light";
}

.journey_info .journey_details {
  text-align: center;
  font-family: Museo Sans, Helvetica Neue, Helvetica, Arial, Verdana, Sans, sans-serif;
  font-weight: 200;
}

.journey_info .journey_details .journey_detail {
  display: inline-block;
  padding: 15px 50px;
}

.journey_info .journey_details .journey_detail:nth-child(2) {
  border: solid 1px #D9D9D9;
  border-bottom: 0;
  border-top: 0;
}

.journey_info .journey_details .journey_detail .journey_detail_title {
  font-size: 1.31rem;
  color: #2AA5DB;
  letter-spacing: 1px;
}

.journey_info .journey_details .journey_detail .journey_detail_value {
  font-size: 2.25rem;
  color: #323232;
  font-family: "Museo Sans_Light";
}

.journey_info .journey_details .journey_detail .journey_detail_unit {
  font-size: 0.875rem;
  color: #7d7d7d;
  letter-spacing: 1px;
}

.prev-chevron {
  background: no-repeat url(/assets/ic_chevron_left_blue-cd4c4f45f56c56e2e02f42860687badd87d37b5a672da1e6c1acb326677abfc6.png) left center;
  width: 20px;
  height: 20px;
  margin-right: 60px;
  display: inline-block;
}

.next-chevron {
  background: no-repeat url(/assets/ic_chevron_right_blue-d1fa993d74b4e69a5e8e9432489a20beff551c997394f89de69e8e268603337d.png) right center;
  width: 20px;
  height: 20px;
  margin-left: 60px;
  display: inline-block;
}

.prev-chevron.disabled {
  background: none;
}

.next-chevron.disabled {
  background: none;
}

.journey_feedback_container {
  font-family: Museo Sans, Helvetica Neue, Helvetica, Arial, Verdana, Sans, sans-serif;
  font-weight: 200;
}

.journey_feedback {
  margin: 0 80px;
  padding: 10px 40px;
  border-bottom: solid 1px #d9d9d9;
  height: 2.5em;
  overflow: hidden;
}

.journey_feedback.open {
  /*height: auto;*/
}

.journey_feedback:hover {
  cursor: pointer;
  background-color: #F2F9FD;
}

.journey_feedback_container:first-child .journey_feedback {
  border-top: solid 1px #d9d9d9;
}

.journey_feedback_title {
  font-size: 1.31rem;
  color: #1e1f1d;
  letter-spacing: 1px;
  margin: 10px 0;
  margin-bottom: 20px;
  font-family: "Museo Sans_Light";
}

.journey_feedback_scorebar {
  display: none;
}

.journey_feedback_content {
  font-size: 1.19rem;
  color: #323232;
  display: none;
  font-family: "Museo Sans_Light";
}

.open .journey_feedback_content {
  display: block;
}

.open .journey_feedback_scorebar {
  display: block;
  margin-bottom: 10px;
}

.journey_feedback_show_more {
  font-size: 1.19rem;
  color: #2AA5DB;
  float: right;
  display: none;
}

.journey_feedback:hover .journey_feedback_show_more {
  display: inline-block;
}

.journey_feedback.open:hover .journey_feedback_show_more {
  display: none;
}

.journey_feedback_show_less {
  font-size: 1.19rem;
  color: #2AA5DB;
  float: right;
  display: none;
}

.journey_feedback.open:hover .journey_feedback_show_less {
  display: inline-block;
}

.journey_feedback_chevron {
  background-image: url(/assets/ic_list_expand-ce4d3448a082f87670277ec07255e1d62c83e9eaea59d401cabc4ae49d8e62e7.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: right;
  margin-left: 10px;
}

.open .journey_feedback_chevron {
  background-image: url(/assets/ic_list_collapse-bcc70edff9703d2f8341fc5fb8c7643a8020f36486ab0c1a39b82e532d15dfbd.png);
}

.map_primary_marker_container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.map_primary_marker {
  font-family: Museo Sans_Light, Helvetica Neue, Helvetica, Arial, Verdana, Sans, sans-serif;
  font-weight: 200;
  font-size: 1em;
  background-color: #54020e;
  border-radius: 25px;
  padding: 4px 20px;
  display: table;
  margin: 0 auto;
  opacity: 0.95;
  color: white;
}

.map_primary_marker_bottom {
  display: table;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: solid 9px;
  border-color: #54020e transparent transparent transparent;
  opacity: 0.95;
}

.map_event_marker_container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

#top_map_fade {
  position: absolute;
  top: 0;
  height: 82px;
  width: 100%;
  left: 0;
  background-image: url(/assets/map_fade_upper-6d76d54d7c27f99127b25893b8ca44c30af506597f7dec2a383de3e99fe8abeb.png);
  background-repeat: repeat-x;
  z-index: 10000;
}

#bottom_map_fade {
  position: absolute;
  bottom: 0;
  height: 82px;
  width: 100%;
  left: 0;
  background-image: url(/assets/map_fade_lower-47d0a2ee8af5f0bb35ceb31e9388e6ee2c918815816e8e7facbde64f591cfde6.png);
  background-repeat: repeat-x;
  z-index: 10000;
}

.map_event_marker {
  font-family: Museo Sans_Light, Helvetica Neue, Helvetica, Arial, Verdana, Sans, sans-serif;
  font-weight: 200;
  font-size: 1em;
  background-color: #d61f26;
  border-radius: 25px;
  padding: 4px 20px;
  display: table;
  margin: 0 auto;
  opacity: 0.95;
  color: white;
}

.map_event_marker_bottom {
  display: table;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: solid 9px;
  border-color: #d61f26 transparent transparent transparent;
  opacity: 0.95;
}

.scorebar_segment {
  width: 19%;
  margin: 0 0.25%;
  height: 8px;
  background-color: #EDEDED;
  display: inline-block;
}

.scorebar_segment.red1, .scorebar_segment.legacyred, .scorebar_segment.legacyred1 {
  background-color: #92191c;
}

.scorebar_segment.red2, .scorebar_segment.legacyamber1 {
  background-color: #ee393d;
}

.scorebar_segment.amber, .scorebar_segment.legacyamber, .scorebar_segment.legacyamber2 {
  background-color: #fa9000;
}

.scorebar_segment.green1, .scorebar_segment.legacygreen, .scorebar_segment.legacygreen1 {
  background-color: #b6d323;
}

.scorebar_segment.green2, .scorebar_segment.legacygreen2 {
  background-color: #75b900;
}

.scorebar_segment:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.scorebar_segment:last-child {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media only screen and (min-width: 860px) and (max-width: 1054px) {
  #nav {
    width: 576px !important;
    margin: 0;
    margin-top: -20px;
    position: relative;
    margin-left: 20px;
  }

  #nav ul.sub-menu {
    top: 146px;
    right: -4px;
  }

  #nav ul {
    margin-top: 0;
  }

  #nav ul li {
    height: 70px;
    width: 70px;
  }

  #nav ul a li span {
    font-size: 16px;
  }

  #nav ul a.active li span {
    top: 32px;
    /*width: 70px;*/
  }

  #nav ul a.active li {
    width: 69px;
  }

  #nav ul a#dashboard.active li {
    width: 70px;
  }

  #nav ul a.active li {
    height: 80px;
  }

  #nav ul a#car_health li span,
  #nav ul a#find_my_car li span {
    top: 25px;
  }

  #nav ul a#car_health li .red-line,
  #nav ul a#find_my_car li .red-line {
    margin-top: 30px;
  }

  #more .white-spacer {
    width: 109px;
  }

  .red-line {
    margin-top: 21px;
    color: #D50C17;
  }

  .logo.dashboard {
    margin: 15px 15px 0 10px;
    width: 300px;
    background-size: 100%;
  }

  .container_12 .grid_5 {
    width: auto !important;
  }

  #top-bar-container {
    width: auto !important;
  }

  #dashboard-show-container .grid_4,
  #dashboard-show-container .grid_1 {
    position: relative;
    right: 0px;
  }

  #dashboard-show-container .grid_8 {
    position: relative;
    right: 0px;
  }

  .vehicle_selection_details {
    left: 20px;
  }

}

@media only screen and (min-width: 1000px) {
  #nav {
    display: block !important;
  }
}

@media screen and (min-width: 999px) {
  #nav {
    float: right;
  }
}

@media only screen and (max-width: 900px) {
  #version-details-popup .download {
    width: auto;
    margin: 30px auto 0 auto;
    display: block;
    float: none;
  }

  #version-details-popup .floow_popup_text a:first-of-type {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 999px) {

  #menu-mobile {
    display: block !important;
  }

  #nav.grid_8 {
    width: auto !important;
    position: absolute;
    right: 20px;
    top: 90px;
    margin-left: 0;
    z-index: 10001;
    /*background-color: white;*/
  }

  #nav {
    display: none;
  }

  #nav #dashboard li {
    border-top: 1px solid #bebebe;
  }

  #nav ul.sub-menu {
    position: relative;
    margin-right: 0;
    margin-top: 0;
    top: inherit;
    right: 181px;
    bottom: 148px;
    width: 180px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-bor§der-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
  }

  #nav ul.sub-menu a {
    /*padding: 13px 12px;*/
    /*width: 146px;*/
  }

  #nav .sub-menu-item {
    font-size: 14px;
    border-bottom: 0;
  }

  #nav a:hover,
  #nav a:active,
  #nav a:focus,
  #nav a:visited {
    text-decoration: none;
  }

  #menu-mobile a:hover,
  #menu-mobile a:active,
  #menu-mobile a:focus,
  #menu-mobile a:visited {
    text-decoration: none;
  }

  #nav ul {
    margin-top: 0;
    /*height: 72px;*/
    /*width: 96px;*/
  }

  #nav ul li {
    padding: 20px;
    height: 65px;
    width: 140px;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-top: none;
    top: 0;
    position: relative;
    display: block;
    background-color: white;
  }

  #nav ul a.active li {
    border-left: 0;
  }

  #dashboard li {
    border-left: 0;
  }

  #nav ul a {
    color: black;
    margin-right: 0;
    display: block;
    border-left: 1px solid #bebebe;
  }

  #nav ul li a:hover {
    text-decoration: none;
  }

  #nav ul a li span {
    position: relative;
    top: 30px;
    display: block;
    text-align: center;
    font-size: 16px;
  }

  #nav ul a.active li span {
    top: 32px;
    /*width: 60px;*/
    margin-top: -5px;
  }

  #nav #dashboard span {
    right: auto;
  }

  #nav #journeys span {
    right: auto;
  }

  #nav #more .white-spacer {
    display: none !important;
  }

  #nav ul a.active li {
    height: 65px;
    top: 0;
    box-shadow: none;
    width: 140px !important;
  }

  #nav ul a.active {
    box-shadow: none;
  }

  #nav ul a#car_health li span, #nav ul a#find_my_car li span {
    top: 25px;
  }

  #nav ul a#car_health li .red-line, #nav ul a#find_my_car li .red-line {
    margin-top: 30px;
  }

  .red-line {
    margin-top: 25px;
    width: 30px;
    border-top: 1px solid #D50C17;
    color: #D50C17;
  }

  .logo.dashboard {
    margin: -10px 15px 0 20px;
    width: 380px;
    height: 100px;
    background-size: 100%;
  }

  .container_12 .grid_4,
  .container_12 .grid_5 {
    width: auto !important;
  }

  #top-bar-container {
    width: auto !important;
  }
}

@media only screen and (max-width: 999px) {

  #dashboard-show-container .white_content_inner .grid_4 {
    width: 100% !important;
    right: 0;
  }

  .badge-container .low, .badge-container .medium, .badge-container .high {
    width: 32%;
  }

  .badge-container .badge-inner {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .badge-container .cashback-amount {
    width: 180px;
  }

  #your-points .badge-container .low {
    margin-left: 1%;
  }

  #dashboard-show-container .grid_1 {
    display: none;
  }

  #dashboard-show-container .white_content_inner .grid_8 {
    width: 98% !important;
    left: 0;
  }

  #dashboard-show-container .your_score_circle_container {
    margin-left: auto;
    margin-right: auto;
  }

  #dashboard-show-container .your_score {
    margin-top: -19px;
    margin-bottom: 25px;
  }

  #dashboard-show-container .badge_score_text, #dashboard-show-container .badge_score_text {
    position: relative;
    right: 0;
    margin-top: -10px;
    margin-bottom: 12px;

  }

  .full-width-info .tip-if-no-journey {
    bottom: 7px;
    left: 0;
  }

  #dashboard-show-container #your-points .badge-container .points {
    margin: 20px auto 0;
    width: 172px;
  }

  .your_score, .badge_score_text {
    font-size: 30px;
  }

  hr.full-width {
    display: block !important;
  }

  .full-width-info {
    background-color: #fff;
    height: auto;
    margin: 0 0 20px 20px;
    position: static;
    padding-top: 20px;
    width: auto !important;
  }

  .full-width-info .grid_4 {
    width: 100% !important;
    margin-bottom: 15px;
  }

  #score-history {
    margin-top: 70px !important;
    margin-left: 10px;
  }

}

.badge-inner {
  text-align: center;
}

@media screen and (min-width: 999px) {
  .full-width-info .grid_4 {
    width: 33.3333333333% !important;
  }

  .full-width-info .grid_4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .full-width-info .grid_4:first-child .info {
    top: 14px !important;
  }
}

@media screen and (min-width: 840px) and (max-width: 999px) {
  .full-width-info .container_12.wrapper {
    padding-left: 20px;
    padding-right: 20px;
    width: auto !important;
  }
}

@media screen and (max-width: 999px) {
  .full-width-info .grid_4 {
    width: 100% !important;
  }

  .full-width-info .grid_4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .full-width-info .small-icons {
    margin-top: 20px;
  }
}

.terms_heading{
  padding: 0 20px;
  display: block;
}

.terms_box{
  background-color: #f5f5f5;
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
  white-space: pre-line;
  overflow-wrap: break-word;
  margin-bottom: 20px;
  border: solid 1px #cccccc;
  border-radius: 10px;
}

.raw_terms{
  padding: 8px;
  white-space: pre-line;
  overflow-wrap: break-word;
}

#opt_in_button{
  color: #ffffff;
  border: solid 1px #b2cf23;
  border-radius: 30px;
  background-color: #b2cf23;
  padding: 14px 34px;
  font-size: 1.1em;
  display: inline-block;
  font-family: Museo Sans_Light;
  text-align: center;
  margin: 20px 24px 40px;
}

.cookie-content {
  padding: 0 30px;
}
.cookie-content h2 {
  margin-bottom: 8px;
  font-weight: bold;
}
.cookie-content ul {
  margin-bottom: 22px;
  list-style: disc inside;
}
.cookie-content ul li {
  margin-bottom: 11px;
  font-size: 0.9em;
  line-height: 1.6;
}
.cookie-content table.browsers {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 22px;
}
.cookie-content table.browsers th,
.cookie-content table.browsers td {
  border: 1px solid #d7d7d7;
  padding: 12px 15px;
  text-align: left;
}
.cookie-content table.browsers th {
  background: #F8F8F8;
}
