html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
form,
ol,
li,
dl,
dt,
dd,
td,
th,
tr,
fieldset {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
address {
  margin: 0 0 1em 0;
  padding: 0;
}
ol {
  margin-bottom: 1em;
}
ol > li {
  margin-left: 2em;
}
img,
fieldset {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
th {
  text-align: center;
}
tbody th {
  text-align: left;
}
a:hover,
a:active {
  outline: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption {
  display: block;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format('eot'), url("../fonts/icons.woff") format('woff'), url("../fonts/icons.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  font-family: icons;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
.icon-disclose:before {
  content: "\EA01";
}
.icon-driver:before {
  content: "\EA02";
}
.icon-car:before {
  content: "\EA03";
}
.icon-check:before {
  content: "\EA04";
}
.icon-menu:before {
  content: "\EA05";
}
.icon-adv-discount:before {
  content: "\EA06";
}
.icon-adv-privacy:before {
  content: "\EA07";
}
.icon-adv-relax:before {
  content: "\EA08";
}
.icon-adv-protect:before {
  content: "\EA09";
}
.icon-adv-report:before {
  content: "\EA0A";
}
.icon-adv-positive:before {
  content: "\EA0B";
}
.icon-adv-experience:before {
  content: "\EA0C";
}
.icon-adv-fraud:before {
  content: "\EA0D";
}
.icon-select:before {
  content: "\EA0E";
}
.icon-alert:before {
  content: "\EA0F";
}
.icon-drive:before {
  content: "\EA10";
}
.icon-parked:before {
  content: "\EA11";
}
.icon-cold:before {
  content: "\EA12";
}
.icon-time:before {
  content: "\EA13";
}
.icon-date:before {
  content: "\EA14";
}
.icon-distance:before {
  content: "\EA15";
}
.icon-duration:before {
  content: "\EA16";
}
.icon-speed:before {
  content: "\EA17";
}
.icon-add:before {
  content: "\EA18";
}
.icon-activate:before {
  content: "\EA19";
}
.icon-edit:before {
  content: "\EA1A";
}
.icon-info:before {
  content: "\EA1B";
}
.icon-adv-clock:before {
  content: "\EA1C";
}
.icon-adv-factory:before {
  content: "\EA1D";
}
.icon-adv-pump:before {
  content: "\EA1E";
}
.icon-adv-speed:before {
  content: "\EA1F";
}
.icon-adv-tools:before {
  content: "\EA20";
}
.icon-adv-map:before {
  content: "\EA21";
}
.icon-adv-plugplay:before {
  content: "\EA22";
}
body {
  font: 1em/1 Open Sans, sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  body {
    font-size: 0.9375em;
  }
}
@media (max-width: 479px) {
  body {
    font-size: 0.875em;
  }
}
h1 {
  font-size: 1.75em;
  font-weight: 300;
  line-height: 1.2;
}
h2 {
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin: 0 0 1.5em;
}
h3 {
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1.5em;
  line-height: 1.2;
}
p {
  line-height: 1.5;
}
p:last-of-type {
  margin-bottom: 2em;
}
b,
strong {
  font-weight: 600;
}
body {
  background: #f8f8f8;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
a {
  text-decoration: none;
  color: #428be3;
}
p a:hover,
p a:focus,
.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.dim {
  opacity: 0.5;
}
.ellips {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.well {
  padding: 1.5em 1.5em 0.5em;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 0 0 1.5em;
}
.well:last-child {
  margin-bottom: 0;
}
dl {
  margin: 0 0 1em;
  line-height: 1.2;
  overflow: auto;
}
dl dt {
  float: left;
  width: 50%;
  clear: both;
  font-weight: bold;
  padding: 0.4em 1em 0.4em 0;
}
dl dd {
  float: right;
  width: 50%;
  padding: 0.4em 0;
}
.table {
  width: 100%;
  margin: 0 0 2em;
}
.table.striped tr:nth-child(even) td {
  background: rgba(0,0,0,0.02);
}
.table thead th {
  border-bottom: 4px solid #eee;
}
.table td,
.table th {
  padding: 0.7em;
  line-height: 1.3;
  vertical-align: top;
  text-align: left;
}
.table td:last-child,
.table th:last-child {
  text-align: right;
}
.table th.bottom,
.table td.bottom {
  vertical-align: bottom;
}
.table th.middle,
.table td.middle {
  vertical-align: middle;
}
.table th.center,
.table td.center {
  text-align: center;
}
.table th {
  font-size: 600;
}
.table .seperator td {
  padding-top: 1.5em;
  border-top: 4px solid #eee;
}
.submenu {
  margin: 0 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.submenu a,
.submenu div {
  display: block;
  padding: 1.2em 1.5em;
  margin: 0 1px 0 0;
  text-transform: uppercase;
  background: #f8f8f8;
  color: #999;
  letter-spacing: 0.15em;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.submenu a {
  color: #428be3;
  background: #f8f8f8;
}
.submenu a:hover {
  background: #428be3;
  color: #fff;
}
.submenu .active {
  background: #428be3;
  color: #fff;
}
.submenu :first-child > * {
  border-radius: 99px 0 0 99px;
}
.submenu :last-child > * {
  border-radius: 0 99px 99px 0;
}
@media (max-width: 767px) {
  .submenu a,
  .submenu div {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 599px) {
  .submenu {
    font-size: 0.85em;
    margin: 0 0 2em;
  }
  .submenu li {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .submenu a,
  .submenu div {
    letter-spacing: 0.05em;
    padding: 1.2em 0.5em;
  }
}
@media (max-width: 359px) {
  .submenu {
    font-size: 0.7em;
  }
}
.msg-success,
.msg-error,
.msg-info {
  margin: 0 0 2em;
  padding: 1em 1em 1em 3em;
  position: relative;
}
.msg-success:before,
.msg-error:before,
.msg-info:before {
  font-family: icons;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 1em;
  top: 1em;
}
.msg-success:empty,
.msg-error:empty,
.msg-info:empty {
  display: none;
}
.msg-success {
  background: rgba(30,144,255,0.1);
}
.msg-success:before {
  content: "\EA04";
  color: #1e90ff;
}
.msg-info {
  background: rgba(66,139,227,0.1);
}
.msg-info:before {
  content: "\EA1B";
  color: #428be3;
}
.msg-error {
  background: rgba(238,26,67,0.1);
}
.msg-error:before {
  content: "\EA0F";
  color: #ee1a43;
}
.step-list {
  line-height: 1.5;
  counter-reset: step-list;
  list-style: none;
  margin: 0 0 2em;
}
.step-list li {
  padding: 0 0 0 3em;
  margin: 0 0 1em;
  position: relative;
}
.step-list li:before {
  content: counter(step-list);
  counter-increment: step-list;
  position: absolute;
  left: 0;
  top: -0.35em;
  width: 2em;
  height: 1.8em;
  text-align: center;
  padding: 0.2em 0 0;
  border: 1px solid;
  border-radius: 100%;
}
.main {
  background: #fff;
  padding: 3em 0;
}
@media (max-width: 767px) {
  .main {
    padding: 2em 0;
  }
}
@media (max-width: 599px) {
  .main {
    padding: 1.5em 0 1em;
  }
}
.content {
  max-width: 90em;
  margin: 0 auto;
  padding: 0 4.5em;
}
@media (max-width: 1199px) {
  .content {
    padding: 0 1.6em;
  }
}
@media (max-width: 1023px) {
  .content {
    padding: 0 1.3em;
  }
}
@media (max-width: 599px) {
  .content {
    padding: 0 1em;
  }
}
.block {
  padding: 6em 0;
}
@media (max-width: 1199px) {
  .block {
    padding: 5em 0;
  }
}
@media (max-width: 767px) {
  .block {
    padding: 4em 0;
  }
}
@media (max-width: 599px) {
  .block {
    padding: 3em 0;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0 -2em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row > .col {
  padding: 0 0 2em 2em;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.row.row-tight {
  margin: 0 0 0 -1em;
}
.row.row-tight > .col {
  padding: 0 0 2em 1em;
}
.row.row-wide {
  margin: 0 0 0 -4em;
}
.row.row-wide > .col {
  padding: 0 0 2em 4em;
}
.row.row-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row .col-75 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}
.row .col-66 {
  -webkit-flex: 0 0 66.6666%;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
}
.row .col-60 {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.row .col-50 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.row .col-40 {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.row .col-33 {
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}
.row .col-stretch {
  padding-bottom: 0;
}
.row .box {
  padding: 1em;
  background: #eee;
}
@media (max-width: 1023px) {
  .row .col-wrap-l {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .row .col-wrap-l-50 {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .row .col-wrap-m {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .row .col-wrap-m-50 {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 599px) {
  .row .col-wrap-s {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .row .col-wrap-s-50 {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 479px) {
  .row .col-wrap-s {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
input,
textarea,
button,
select {
  font: inherit;
  color: #000;
}
input.text,
textarea,
.select,
select {
  border: 1px solid #ddd;
  padding: 1em;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  border-radius: 5px;
  background: #fff;
  max-width: 100%;
  text-align: inherit;
}
input.text.small,
textarea.small,
.select.small,
select.small {
  padding: 0.5em;
}
input.text.full,
textarea.full,
.select.full,
select.full {
  width: 100%;
}
input.text.naked,
textarea.naked,
.select.naked,
select.naked {
  border: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  font-weight: 300;
  font-style: italic;
}
::-moz-input-placeholder {
  font-weight: 300;
  font-style: italic;
}
:-ms-input-placeholder {
  font-weight: 300;
  font-style: italic;
}
:input-placeholder {
  font-weight: 300;
  font-style: italic;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.select {
  display: inline-block;
  position: relative;
  background: none;
  padding: 0;
  border: 0;
}
.select select {
  line-height: 1.25;
  padding-right: 2em;
}
.select select::-ms-expand {
  display: none;
}
.select:after {
  content: "\EA0E";
  font-family: icons;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.select.small {
  padding: 0;
}
.select.small select {
  padding: 0.5em 1.5em 0.5em 0.5em;
}
.select.small:after {
  right: 0.5em;
}
fieldset {
  margin: 0 0 2em;
}
fieldset label {
  display: block;
  -webkit-box-shadow: inset 0 0 0 1px #ddd;
  box-shadow: inset 0 0 0 1px #ddd;
  margin: 0 0 -1px;
  padding: 1em 0 1em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
fieldset label:first-child {
  border-radius: 5px 5px 0 0;
}
fieldset label:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
fieldset .text {
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
fieldset .field {
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
fieldset input.text,
fieldset .select {
  margin: -1em 0;
  background: none;
  border: 0;
  width: 100%;
}
fieldset input[type=checkbox] {
  margin: 0 0 0 1em;
}
fieldset select {
  border: 0;
  background: none;
  width: 100%;
}
fieldset .form-error {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 0.2em;
  max-width: 13em;
}
fieldset .form-error:before {
  bottom: auto;
  left: auto;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  border-right: 0.5em solid #ee1a43;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
}
@media (max-width: 1023px) {
  fieldset .form-error {
    top: -1em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: 0;
    max-width: 100%;
  }
  fieldset .form-error:before {
    top: 100%;
    right: 0.8em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    border: 0;
    border-top: 0.5em solid #ee1a43;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
  }
}
.form-error {
  display: inline-block;
  background: #ee1a43;
  color: #fff;
  padding: 0.5em 0.8em;
  font-size: 0.875em;
  border-radius: 5px;
  white-space: nowrap;
  position: relative;
}
.form-error:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0.8em;
  border-bottom: 0.5em solid #ee1a43;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
}
.form-error:empty {
  display: none;
}
.form-progress div {
  padding-left: 2.5em;
}
.form-progress div:before,
.form-progress div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 100%;
  border-left: 1em solid #f8f8f8;
  border-top: 1.7em solid transparent;
  border-bottom: 1.7em solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-progress div:before {
  margin: 0 0 0 1px;
}
.form-progress :first-child > * {
  padding-left: 2em;
}
.form-progress :last-child > * {
  padding-right: 2em;
}
.form-progress :last-child > *:before,
.form-progress :last-child > *:after {
  display: none;
}
.form-progress .active:after,
.form-progress .done:after {
  border-left-color: #428be3;
}
.form-progress .done {
  background: #428be3;
  color: rgba(255,255,255,0.5);
}
@media (max-width: 599px) {
  .form-progress div {
    padding-left: 1.5em;
  }
  .form-progress :first-child > * {
    padding-left: 1em;
  }
  .form-progress :last-child > * {
    padding-right: 1em;
  }
}
.button-companion {
  margin: 0 0 1em;
  display: inline-block;
}
.button {
  display: inline-block;
  color: #fff;
  background: #428be3;
  padding: 1em 2em;
  margin: 0 1em 1em 0;
  border: 0;
  line-height: normal;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 99px;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button:hover,
.button:focus {
  -webkit-box-shadow: inset 0 0 0 100px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.3);
}
.button.button-positive {
  background: #1e90ff;
}
.button.button-alt {
  background: none;
  color: #1e90ff;
  -webkit-box-shadow: inset 0 0 0 2px #1e90ff;
  box-shadow: inset 0 0 0 2px #1e90ff;
}
.button.button-alt:hover,
.button.button-alt:focus {
  background: #1e90ff;
  color: #fff;
}
.button.disabled,
.button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.right .button {
  margin: 0 0 1em 1em;
}
.header {
  color: #fff;
  background: #1e90ff;
}
.header a {
  color: #fff;
}
.header .content {
  padding: 0 1.8em 0 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.header .logo {
  width: 10.0625em;
  height: 3.625em;
  margin: 0.4em 2em 0.5em 0;
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .menu > li > a,
.header .menu .language {
  display: inline-block;
  padding: 0.75em 1.25em;
  margin: 1.375em 0 1.375em 0.375em;
  border-radius: 99px;
}
.header .menu > li > a:hover,
.header .menu .language:hover,
.header .menu > li > a:focus,
.header .menu .language:focus {
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .menu > li > a.selected,
.header .menu .language.selected {
  background: rgba(0,0,0,0.3);
}
.header .menu .buy {
  -webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.3);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.3);
}
.header .menu .split {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.header .language {
  position: relative;
}
.header .language .submenu.active {
  display: block;
}
.header .submenu {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  top: -0.2em;
  margin: 0;
  background: #fff;
  border-radius: 5px;
  padding: 0.5em 0;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);
}
.header .submenu a {
  display: block;
  padding: 0.5em 0.9em;
  color: #1e90ff;
  background: none;
  border-radius: 0;
  margin: 0;
  text-align: right;
}
.header .submenu a.selected {
  color: #000;
}
.header .submenu a.selected:before {
  content: "\EA04";
  font-family: icons;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.4em 0 0;
}
.header .submenu a:hover {
  background: rgba(30,144,255,0.2);
}
.header .menu-trigger {
  font-size: 24px;
  padding: 0.5em;
  cursor: pointer;
  border-radius: 99px;
  display: none;
}
.has-menu .header .menu-trigger {
  background: rgba(0,0,0,0.3);
}
@media (max-width: 1199px) {
  .header {
    font-size: 0.875em;
  }
  .header .content {
    padding: 0 1em;
  }
  .header .menu {
    letter-spacing: 0.15em;
  }
}
@media (max-width: 1023px) {
  .header {
    font-size: 0.75em;
  }
  .header .menu {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .header {
    font-size: 1em;
  }
  .header .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .logo {
    font-size: 0.9em;
    margin: 0.6em 0;
  }
  .header .menu-trigger {
    display: block;
  }
  .header .menu {
    display: none;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    padding: 1em 0;
    letter-spacing: 0.2em;
  }
  .header .menu > li > a,
  .header .menu .language {
    display: block;
    text-align: center;
    margin: 0 0 0.3em;
  }
  .has-menu .header .menu {
    display: block;
  }
  .header .submenu {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    text-align: center;
  }
}
.footer {
  text-align: center;
  color: rgba(0,0,0,0.5);
  padding: 3em 0;
}
.footer .menu {
  text-transform: uppercase;
  font-size: 0.8125em;
  margin: 0 0 2em;
  letter-spacing: 0.2em;
  line-height: 2;
}
.footer .menu li {
  display: inline;
}
.footer .menu li:after {
  content: "•";
}
.footer .menu li:last-child:after {
  content: "";
}
.footer .menu a {
  display: inline-block;
  padding: 0 1em 0 0.5em;
}
.footer .copyright {
  font-size: 0.8125em;
}
@media (max-width: 1023px) {
  .footer {
    font-size: 0.9em;
  }
}
.page-index .main {
  padding: 0;
}
.page-index .main-content {
  max-width: none;
  padding: 0;
}
.page-index h3 {
  margin: 0 0 0.4em;
}
.page-indexpro .main {
  padding: 0;
}
.page-indexpro .main-content {
  max-width: none;
  padding: 0;
}
.page-indexpro h3 {
  margin: 0 0 0.4em;
}
.home-hero {
  padding-top: 35%;
  position: relative;
}
.home-hero .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
.home-hero .content,
.home-hero .wrapper {
  position: relative;
  height: 100%;
}
.home-hero .wrapper {
  font-size: calc(30% + 0.7vw);
}
.home-hero .quote {
  color: #fff;
  position: absolute;
  width: 50%;
  left: 41%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-hero .quote p {
  display: inline;
  background: rgba(0,119,246,0.7);
  font-size: 3em;
  font-weight: 300;
}
.home-hero .quote .author {
  margin: 0.8em 0 0;
  font-weight: 300;
}
.home-hero .quote .author span {
  background: rgba(0,119,246,0.7);
}
@media (max-width: 1023px) {
  .home-hero {
    padding-top: 40%;
  }
  .home-hero .author {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .home-hero {
    padding-top: 50%;
  }
}
@media (max-width: 599px) {
  .home-hero {
    padding-top: 55%;
  }
}
@media (max-width: 479px) {
  .home-hero {
    padding-top: 60%;
  }
  .home-hero .quote {
    width: 60%;
  }
  .home-hero .quote p {
    font-size: 2.3em;
  }
}
@media (max-width: 359px) {
  .home-hero .quote p {
    font-size: 2em;
  }
}
.home-what .graphicpro {
  background: url("../images/product-shot-pro.jpg") no-repeat center 35%;
  background-size: contain;
}
@media (max-width: 1023px) {
  .home-what .graphicpro {
    padding-top: 50%;
    margin-top: 1em;
  }
}
.home-what .graphic {
  background: url("../images/product-shot.png") no-repeat center 35%;
  background-size: contain;
}
@media (max-width: 1023px) {
  .home-what .graphic {
    padding-top: 50%;
    margin-top: 1em;
  }
}
.home-what .extra {
  font-style: italic;
  color: #999;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .home-what .extra {
    margin-bottom: -2em;
  }
}
.home-features {
  background: #f8f8f8 url("../images/map-bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
.home-features h1 {
  margin-bottom: 2.5em;
}
.home-features .feature {
  text-align: right;
  margin: 2em 0 3em;
}
.home-features .devices .graphic {
  padding-top: 40%;
  background: url("../images/home-devices.png") no-repeat center top;
  background-size: contain;
  max-width: 45em;
  margin: 0 auto;
}
.home-features .devicespro .graphicpro {
  padding-top: 40%;
  background: url("../images/home-devices-pro.png") no-repeat center top;
  background-size: contain;
  max-width: 45em;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .home-features h1 {
    margin-bottom: 1.5em;
  }
  .home-features .feature {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .home-features .devices {
    position: relative;
  }
  .home-features .devices .graphic {
    padding-top: 50%;
    position: absolute;
    width: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.home-quotes {
  background: #428be3;
  color: #fff;
  text-align: center;
}
.home-quotes p {
  font-size: 1.3125em;
  max-width: 40em;
  margin: 0 auto 1em;
  font-weight: 300;
}
.home-quotes a {
  color: rgba(255,255,255,0.5);
}
.home-quotes .source {
  font-size: 0.9em;
  margin: 0 0 3em;
}
.home-quotes .home-quotes-slider {
  position: relative;
  overflow: auto;
  margin: 0 auto;
  width: 100% !important;
}
.home-quotes .home-quotes-slider ul li {
  float: left;
  list-style: none;
}
.home-quotes .home-quotes-slider ul {
  margin: 0;
  padding: 0;
}
.home-quotes .dots {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-quotes .dots li {
  margin: 0 5px;
  display: inline-block;
  background: #fff;
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.home-quotes .dots li.active {
  opacity: 1;
}
.home-advantages {
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd, #fff);
  background: linear-gradient(to bottom, #ddd, #fff);
}
.home-advantages .advantages .icon {
  display: inline-block;
  background: #fff;
  padding: 0.5em;
  font-size: 3em;
  color: #1e90ff;
  border-radius: 100%;
  margin: 0 0 0.8em;
}
.home-advantages .advantages p {
  font-size: 0.875em;
}
.home-advantages .quote p {
  font-size: 2.5em;
  font-weight: 300;
  font-style: italic;
  margin: 0 0 0.8em;
  line-height: 1.2;
}
.home-advantages .quote .author {
  color: rgba(0,0,0,0.5);
  margin: 0 0 3em;
}
@media (max-width: 1023px) {
  .home-advantages {
    text-align: center;
  }
}
.home-relax {
  padding-top: 37%;
  background: url("../images/home-relax.jpg") no-repeat center bottom;
  background-size: cover;
}
.home-relaxpro {
  padding-top: 37%;
  background: url("../images/home-relax-pro.jpg") no-repeat center bottom;
  background-size: cover;
}
.page-howitworks .main {
  padding: 0;
}
.page-howitworks .main-content {
  max-width: none;
  padding: 0;
}
.page-howitworks .row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-howitworks h1 {
  position: relative;
  padding: 0 0 0 2.8em;
}
.page-howitworks .number {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.2em;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  padding-top: 0.3em;
  border-radius: 100%;
  color: #1e90ff;
  border: 1px solid;
  line-height: 1;
}
.page-howitworks .col p:last-of-type {
  margin: 0;
}
.page-howitworks .fancybox {
  display: block;
  margin: 1em 0 0;
}
.page-howitworks .fancybox img {
  width: 100%;
  border: 5px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.page-howitworks .fancybox:hover img {
  border-color: rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
  .page-howitworks h1 {
    font-size: 1.5em;
  }
  .page-howitworks .number {
    font-size: 1em;
  }
}
.page-howitworkspro .main {
  padding: 0;
}
.page-howitworkspro .main-content {
  max-width: none;
  padding: 0;
}
.page-howitworkspro .row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-howitworkspro h1 {
  position: relative;
  padding: 0 0 0 2.8em;
}
.page-howitworkspro .number {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.2em;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  padding-top: 0.3em;
  border-radius: 100%;
  color: #1e90ff;
  border: 1px solid;
  line-height: 1;
}
.page-howitworkspro .col p:last-of-type {
  margin: 0;
}
.page-howitworkspro .fancybox {
  display: block;
  margin: 1em 0 0;
}
.page-howitworkspro .fancybox img {
  width: 100%;
  border: 5px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.page-howitworkspro .fancybox:hover img {
  border-color: rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
  .page-howitworkspro h1 {
    font-size: 1.5em;
  }
  .page-howitworkspro .number {
    font-size: 1em;
  }
}
.how-hero {
  background: url("../images/how-road.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
.how-hero .wrapper {
  padding: 10em 0 12em;
  font-size: calc(30% + 0.7vw);
}
.how-hero .tagline {
  display: inline;
  background: rgba(0,119,246,0.7);
  font-size: 4.5em;
  font-weight: 300;
}
.how-hero-pro {
  background: url("../images/how-road-pro.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
.how-hero-pro .wrapper {
  padding: 10em 0 12em;
  font-size: calc(30% + 0.7vw);
}
.how-hero-pro .tagline {
  display: inline;
  background: rgba(0,119,246,0.7);
  font-size: 4.5em;
  font-weight: 300;
}
.how-step1 .graphic {
  padding-top: 70%;
  background: url("../images/how-step1.jpg") no-repeat center;
  background-size: contain;
  max-width: 40em;
  margin: -2em auto;
}
@media (max-width: 767px) {
  .how-step1 .graphic {
    margin: -2em auto 0;
  }
}
@media (max-width: 599px) {
  .how-step1 .graphic {
    margin: 0 1em 1em;
  }
}
.how-step1 .graphicpro {
  padding-top: 70%;
  background: url("../images/how-step1-pro.jpg") no-repeat center;
  background-size: contain;
  max-width: 40em;
  margin: -2em auto;
}
@media (max-width: 767px) {
  .how-step1 .graphicpro {
    margin: -2em auto 0;
  }
}
@media (max-width: 599px) {
  .how-step1 .graphicpro {
    margin: 0 1em 1em;
  }
}
.how-step2 {
  background: #f8f8f8 url("../images/map-bg.jpg") no-repeat center;
  background-size: cover;
}
.how-step2 .graphic {
  padding-top: 60%;
  background: url("../images/how-step2.png") no-repeat center;
  background-size: contain;
  max-width: 40em;
  margin: 0 auto;
}
.how-step3 .support {
  margin-top: 5em;
}
.how-step3 .graphic {
  padding-top: 60%;
  background: url("../images/how-step3.png") no-repeat center;
  background-size: contain;
  max-width: 40em;
  margin: 0 auto;
}
.how-step3 .graphicpro {
  padding-top: 60%;
  background: url("../images/how-step3-pro.jpg") no-repeat center;
  background-size: contain;
  max-width: 40em;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .pagegroup-order .page-order-cols > :first-child {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.pagegroup-order .order-summary {
  width: 100%;
}
.pagegroup-order .order-summary.striped tr:nth-child(even) td {
  background: rgba(0,0,0,0.015);
}
.pagegroup-order .order-summary td,
.pagegroup-order .order-summary th {
  padding: 0 0 1.5em;
  line-height: 1.3;
  vertical-align: top;
}
.pagegroup-order .order-summary td:last-child,
.pagegroup-order .order-summary th:last-child {
  text-align: right;
}
.pagegroup-order .order-summary .seperator td {
  padding-top: 1.5em;
  border-top: 4px solid #eee;
}
.pagegroup-order .order-summary .totals {
  font-size: 1.3125em;
  font-weight: 700;
}
.pagegroup-order .order-summary .totals .price {
  color: #1e90ff;
}
.pagegroup-order .order-summary .select.small {
  margin: -0.8em 0.3em;
  vertical-align: 0.1em;
}
.pagegroup-order .order-summary .product {
  padding: 0;
}
.pagegroup-order .order-summary .product img {
  height: 4.8em;
  margin: 0 0.5em 0 0;
}
@media (max-width: 359px) {
  .pagegroup-order .order-summary .product img {
    display: none;
  }
}
.pagegroup-order .payment-cc {
  margin: 0 0 2em;
}
.pagegroup-order .payment-cc img {
  vertical-align: middle;
}
.pagegroup-order .handling {
  padding-bottom: 0;
}
.pagegroup-order .handling .col p {
  margin-bottom: 0;
}
.car-list .car {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: 1.3em 1em 1.3em 60px;
  line-height: 1.3;
}
.car-list .car > * {
  display: block;
  position: relative;
}
.car-list .car:last-child {
  border: 0;
}
.car-list .icon {
  position: absolute;
  right: 100%;
  width: 56px;
  text-align: center;
}
.car-list .name {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 0.3em;
}
.car-list .driver {
  color: #999;
  margin: 0 0 0.8em;
  font-size: 0.875em;
}
.car-list .status {
  margin: 0 0 0.3em;
  font-size: 0.875em;
}
.car-list .status a {
  color: #000;
}
.car-list .signal {
  font-size: 0.6875em;
  color: #999;
  margin-bottom: 0.8em;
}
.car-list .alert {
  font-size: 0.875em;
  color: #ed7a1b;
}
.status-parked {
  color: #428be3;
}
.status-cold {
  color: #4a708c;
}
.status-drive {
  color: #4a708c;
}
.status-drive0 {
  color: #50b948;
}
.status-drive1 {
  color: #b7c837;
}
.status-drive2 {
  color: #fcc400;
}
.status-drive3 {
  color: #fca700;
}
.status-drive4 {
  color: #ed7a1b;
}
.status-drive5 {
  color: #ed1b1b;
}
.status-drive6 {
  color: #c6000f;
}
.status-drive7 {
  color: #c6000f;
}
.status-drive8 {
  color: #c6000f;
}
.status-drive9 {
  color: #c6000f;
}
.status-drive10 {
  color: #c6000f;
}
.status-drive11 {
  color: #c6000f;
}
.status-drive12 {
  color: #c6000f;
}
.status-type0 {
  color: #8fa0b1;
}
.status-type1 {
  color: #bdf;
}
.status-type2 {
  color: #80c0ff;
}
.status-type3 {
  color: #1e90ff;
}
.status-type4 {
  color: #ad96bc;
}
.status-type5 {
  color: #87679d;
}
.dayscore-drive0 {
  background: #50b948;
}
.dayscore-drive1 {
  background: #b7c837;
}
.dayscore-drive2 {
  background: #fcc400;
}
.dayscore-drive3 {
  background: #fca700;
}
.dayscore-drive4 {
  background: #ed7a1b;
}
.dayscore-drive5 {
  background: #ed1b1b;
}
.dayscore-drive6 {
  background: #c6000f;
}
.dayscore-drive7 {
  background: #c6000f;
}
.dayscore-drive8 {
  background: #c6000f;
}
.dayscore-drive9 {
  background: #c6000f;
}
.dayscore-drive10 {
  background: #c6000f;
}
.dayscore-drive11 {
  background: #c6000f;
}
.dayscore-drive12 {
  background: #c6000f;
}
.icon-drive0:before,
.icon-drive1:before,
.icon-drive2:before,
.icon-drive3:before,
.icon-drive4:before,
.icon-drive5:before,
.icon-drive6:before {
  content: "\EA10";
}
.speed-sign {
  display: inline-block;
  font-size: 0.8125em;
  font-weight: 600;
  width: 2.4em;
  height: 2.4em;
  padding: 0.4em 0 0;
  text-align: center;
  line-height: 1;
  background: #fff;
  border: 0.3em solid #ee1a43;
  border-radius: 100%;
  letter-spacing: -0.05em;
  -webkit-box-shadow: 0 0 1px 0 #000;
  box-shadow: 0 0 1px 0 #000;
}
.speeding-block {
  margin: 0 0 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.speeding-block .score {
  font-size: 1.5em;
  margin: 0 0.6em 0 0;
  border-radius: 100%;
  width: 2.1em;
  height: 2.1em;
  padding: 0.5em 0 0;
  text-align: center;
  background: currentColor;
}
.speeding-block .score span {
  color: #fff;
}
.speeding-block .graph-wrapper {
  position: relative;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.speeding-block .graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}
.speeding-block .graph div {
  background: currentColor;
  height: 0.8em;
}
.speeding-block .info {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  margin: 1em 0 0;
  z-index: 2;
  background: rgba(0,0,0,0.8);
  padding: 1em;
  color: #fff;
  border-radius: 5px;
  font-size: 0.875em;
  line-height: 1.4;
}
.speeding-block .info:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 0.5em solid rgba(0,0,0,0.8);
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
}
.speeding-block:hover {
  cursor: help;
}
.speeding-block.active .info {
  display: block;
}
.calendar {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.4em 0 0;
}
.calendar table {
  table-layout: fixed;
  width: 100%;
  min-width: 420px;
}
.calendar th {
  background: #666;
  color: #fff;
  padding: 0.8em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  border: 1px solid #666;
}
.calendar td {
  background: #fff;
  vertical-align: top;
  height: 8em;
  border: 1px solid #ddd;
  text-align: center;
}
.calendar .day {
  display: block;
  padding: 0.4em 0 0.4em;
  background: #f8f8f8;
}
.calendar .workday {
  height: 6em;
  padding: 0.5em;
}
.calendar .holiday {
  height: 6em;
  padding: 0.5em;
  background: #bdf;
}
.calendar .trips {
  padding: 0.5em;
}
.calendar .trip {
  display: inline-block;
  padding: 0.3em;
  background: currentColor;
  margin: 0 0.15em 0.3em;
  font-size: 0.875em;
  border-radius: 3px;
}
.calendar .trip a,
.calendar .trip span {
  color: #fff;
}
.calendar .dayscore {
  height: 5em;
  line-height: 4em;
  padding: 0.5em;
  font-size: 1.25em;
}
.calendar .dayscore a,
.calendar .dayscore span {
  color: #fff;
}
.bookingcalendar {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.4em 0 0;
}
.bookingcalendar table {
  table-layout: fixed;
  width: 100%;
  min-width: 420px;
}
.bookingcalendar th {
  background: #666;
  color: #fff;
  padding: 0.8em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  border: 1px solid #666;
}
.bookingcalendar td {
  background: #fff;
  vertical-align: top;
  height: 4em;
  border: 1px solid #ddd;
  text-align: center;
}
.bookingcalendar .bookings {
  padding: 0.5em;
}
.bookingcalendar .booking {
  display: inline-block;
  width: 100%;
  padding: 0.3em;
  margin: 0 0.15em 0.3em;
  font-size: 0.875em;
  border-radius: 3px;
  color: #8fa0b1;
}
.bookingcalendar .booking a,
.bookingcalendar .booking span {
  color: #fff;
}
.booking-1 {
  background: #7647a2;
}
.booking-2 {
  background: #8cc4c5;
}
.booking-3 {
  background: #c4c58c;
}
.booking-4 {
  background: #4772a2;
}
.booking-5 {
  background: #bba3d0;
}
.booking-6 {
  background: #47a0a2;
}
.booking-7 {
  background: #a0a247;
}
.page-main .main,
.page-main .main-content {
  padding: 0;
}
.page-main .map-sidebar {
  padding-bottom: 0;
  max-height: 80vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
}
.page-plandispatch .main,
.page-plandispatch .main-content {
  padding: 0;
}
.page-plandispatch .map-sidebar {
  padding-bottom: 0;
  max-height: 80vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
}
@media (max-width: 767px) {
  .page-main .map-sidebar {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.page-mainwide .main,
.page-mainwide .main-content {
  padding: 0;
}
.page-plandispatchwide .main,
.page-plandispatchwide .main-content {
  padding: 0;
}
.map-wrapper.col {
  position: relative;
}
.map-wrapper.col:after {
  content: "";
  display: block;
  padding-top: 50%;
}
@media (min-width: 1200px) and (min-height: 1000px) {
  .map-wrapper.col:after {
    padding-top: 60%;
  }
}
@media (max-width: 479px) {
  .map-wrapper.col:after {
    padding-top: 100%;
  }
}
.map-wrapper.col #map {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-trip .main {
  padding: 0;
}
.page-trip .main-content {
  padding-right: 0;
}
.page-trip .map-sidebar {
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  padding-top: 2em;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .page-trip .map-sidebar {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .page-trip .map-sidebar {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.page-trip .trip-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1em;
}
.page-trip .trip-detail > * {
  width: 50%;
  padding: 0.2em 0.5em 0.8em 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-trip .trip-detail .icon {
  margin: 0 0.5em 0 0;
  color: #000;
}
.page-trip .speeding-block {
  margin-right: 1em;
}
.page-trip .street-list {
  max-height: 60vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-trip .street-list .street {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
  position: relative;
}
.page-trip .street-list .street:nth-child(odd) {
  background: #f8f8f8;
}
.page-trip .street-list .street > * {
  position: relative;
  padding: 0.5em 0 0.5em 0.5em;
}
.page-trip .street-list .time {
  color: #999;
  -webkit-flex: 0 0 3.5em;
  -ms-flex: 0 0 3.5em;
  flex: 0 0 3.5em;
}
.page-trip .street-list .name {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-trip .street-list .max {
  -webkit-flex: 0 0 4em;
  -ms-flex: 0 0 4em;
  flex: 0 0 4em;
  text-align: right;
  padding: 0 1em 0 0;
}
.page-trip .street-list .delta {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: currentColor;
  padding: 0;
}
.page-tripfeedback .main {
  padding: 0;
}
.page-tripfeedback .main-content {
  padding-right: 0;
}
.page-tripfeedback .map-sidebar {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-top: 2em;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .page-tripfeedback .map-sidebar {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .page-tripfeedback .map-sidebar {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.page-tripfeedback .trip-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1em;
}
.page-tripfeedback .trip-detail > * {
  width: 100%;
  padding: 0.2em 0.5em 0.8em 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-tripfeedback .trip-detail .icon {
  margin: 0 0.5em 0 0;
  color: #000;
}
.page-triptrip .main {
  padding: 0;
}
.page-triptrip .main-content {
  padding-right: 0;
}
.page-triptrip .map-sidebar {
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  padding-top: 2em;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .page-triptrip .map-sidebar {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .page-triptrip .map-sidebar {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.page-triptrip .trip-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1em;
}
.page-triptrip .trip-detail > * {
  width: 50%;
  padding: 0.2em 0.5em 0.8em 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-triptrip .trip-detail .icon {
  margin: 0 0.5em 0 0;
  color: #000;
}
.page-triptrip .speeding-block {
  margin-right: 1em;
}
.page-triptrip .street-list {
  max-height: 60vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-triptrip .street-list .street {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
  position: relative;
}
.page-triptrip .street-list .street:nth-child(odd) {
  background: #f8f8f8;
}
.page-triptrip .street-list .street > * {
  position: relative;
  padding: 0.5em 0 0.5em 0.5em;
}
.page-triptrip .street-list .time {
  color: #999;
  -webkit-flex: 0 0 3.5em;
  -ms-flex: 0 0 3.5em;
  flex: 0 0 3.5em;
}
.page-triptrip .street-list .name {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-triptrip .street-list .max {
  -webkit-flex: 0 0 4em;
  -ms-flex: 0 0 4em;
  flex: 0 0 4em;
  text-align: right;
  padding: 0 1em 0 0;
}
.page-triptrip .street-list .delta {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: currentColor;
  padding: 0;
}
.page-trips h2 {
  margin: 0;
}
.driver-score-chart {
  margin: 0 0 2em;
  padding-bottom: 0.5em /* prevent vert scrollbar */;
  width: 100%;
  overflow: auto;
}
.driver-score-chart td {
  vertical-align: bottom;
}
.driver-score-chart .bar {
  display: block;
  background: currentColor;
  margin: 0 1px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  min-height: 2.2em;
  width: 2.5em;
}
.driver-score-chart .percentage {
  color: #fff;
  padding: 0.7em 0 0;
}
.driver-score-chart .month {
  padding: 0.6em 0;
  font-weight: 600;
}
.driver-score-chart .year {
  color: #999;
  font-size: 0.875em;
}
.driver-score-fleet {
  margin: 0 0 0 0;
  width: 100%;
  overflow: auto;
}
.driver-score-fleet .td {
  vertical-align: bottom;
}
.driver-score-fleet .bar-fleet {
  display: block;
  background: currentColor;
  margin: 0 1px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  min-height: 1.1em;
  width: 2.5em;
  vertical-align: bottom;
  margin: 0 0 0 0;
}
.driver-score-fleet .percentage {
  color: #fff;
  padding: 0 0 0;
}
.page-personhoursedit .hours-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1em;
}
.page-personhoursedit .hours-detail > * {
  width: 50%;
  padding: 0.2em 0.5em 0.8em 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-personhoursedit .hours-detail .icon {
  margin: 0 0.5em 0 0;
  color: #000;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
  background-image: url("../images/fancybox_loading@2x.gif");
  background-size: 24px 24px;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
}
.H_ib {
  position: absolute;
  left: 0.91em;
  background: #000;
  color: black;
  font-size: 1.5em;
  white-space: nowrap;
  line-height: 1.5em;
  fill: black;
  left: -100%;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  -webkit-user-select: initial;
  -o-user-select: initial;
  -ms-user-select: initial;
}
.H_ib_driver {
  color: #999;
}
.H_ib_tail {
  display: none;
}
.H_ib_notail .H_ib_tail {
  display: none;
}
.H_ib_body {
  background: white;
  position: absolute;
  bottom: 0.5em;
  padding: 0 1.2em 0 0;
  border-radius: 0.2em;
  margin-right: -1em;
  right: 0;
  border: 1px solid black;
}
.H_ib_close {
  font-size: 0.6em;
  position: absolute;
  right: 0.2em;
  top: 0.2em;
  cursor: pointer;
  fill: #fff;
}
.H_disabled .H_ib_close {
  cursor: default;
}
.H_ib_noclose .H_ib_close {
  display: none;
}
.H_ib_noclose .H_ib_body {
  padding: 0 0 0 0;
}
.H_ib_content {
  min-width: 6em;
  margin: 0.2em 0;
  padding: 0 0.2em;
}
.H_icon {
  fill: #000 !important;
}
