@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,700,900|Roboto+Condensed:400,700");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "icons";
  src: url("../typography/icons/fonts/icons.eot?d95lul");
  src: url("../typography/icons/fonts/icons.eot?d95lul#iefix") format("embedded-opentype"), url("../typography/icons/fonts/icons.ttf?d95lul") format("truetype"), url("../typography/icons/fonts/icons.woff?d95lul") format("woff"), url("../typography/icons/fonts/icons.svg?d95lul#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-external-link .path1:before {
  content: "";
  color: white;
}

.icon-external-link .path2:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-non-current-model .path1:before {
  content: "";
  color: black;
}

.icon-non-current-model .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-return:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-accordian:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-house:before {
  content: "";
}

.btn__green {
  background-color: #00e9c3;
  text-decoration: none;
  border: none;
  border-radius: 20px;
  width: 22.4rem;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.btn__green:hover {
  cursor: pointer;
  text-decoration: underline;
  -webkit-box-shadow: 0 3px 20px 0 rgba(221, 221, 221, 0.6);
          box-shadow: 0 3px 20px 0 rgba(221, 221, 221, 0.6);
}

.btn__green__back-to-understanding {
  display: block;
  max-width: 350px;
  margin: 20px 0;
  margin-bottom: 4.4rem;
  background-color: #00e9c3;
  text-decoration: none;
  border-radius: 20px;
  border: none;
  position: relative;
  padding: 15px 15px 15px 50px;
  font-weight: 600;
}

.btn__green__back-to-understanding:hover {
  cursor: pointer;
}

.btn__green__back-to-understanding:before {
  content: url("../images/Function_icons/Return.svg");
  position: absolute;
  height: 23px;
  width: 20px;
  z-index: 200;
  left: 20px;
  top: 13px;
}

.btn__green__back-to-news {
  display: block;
  max-width: 200px;
  margin: 20px 0;
  margin-bottom: 4.4rem;
  background-color: #00e9c3;
  text-decoration: none;
  border-radius: 20px;
  border: none;
  position: relative;
  padding: 15px 15px 15px 50px;
  font-weight: 600;
}

.btn__green__back-to-news:hover {
  cursor: pointer;
}

.btn__green__back-to-news:before {
  content: url("../images/Function_icons/Return.svg");
  position: absolute;
  height: 23px;
  width: 20px;
  z-index: 200;
  left: 20px;
  top: 13px;
}

.btn__green__back-to-search {
  display: block;
  max-width: 280px;
  margin: 20px 0;
  margin-bottom: 4.4rem;
  background-color: #00e9c3;
  text-decoration: none;
  border-radius: 20px;
  border: none;
  position: relative;
  padding: 15px 15px 15px 50px;
  font-weight: 600;
  color: #000;
}

.btn__green__back-to-search:hover {
  cursor: pointer;
}

.btn__green__back-to-search:before {
  content: url("../images/Function_icons/Return.svg");
  position: absolute;
  height: 23px;
  width: 20px;
  z-index: 200;
  left: 20px;
  top: 13px;
}

@media (max-width: 420px) {
  .btn__green__back-to-search {
    max-width: 100%;
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  color: #000;
  text-rendering: optimizeLegibility;
}

.hero-text {
  font-size: 39px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  color: #000;
}

h2 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 34px;
  color: #000;
}

.sub-heading-green {
  color: #01654a;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  color: #000;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  color: #000;
}

h5 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  color: #1e1e1e;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

.caption-text-1 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 21px;
  color: #000;
}

.caption-text-2 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  color: #000;
}

.h3style {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.clear-float {
  display: block;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.width-10 {
  width: "10%";
}

.width-20 {
  width: "20%";
}

.width-30 {
  width: "30%";
}

.width-40 {
  width: "40%";
}

.width-50 {
  width: "50%";
}

.width-60 {
  width: "60%";
}

.width-70 {
  width: "70%";
}

.width-80 {
  width: "80%";
}

.width-90 {
  width: "90%";
}

.width-100 {
  width: "100%";
}

nav.tabs ul {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}

nav.tabs li {
  margin-right: -4px;
}

nav.tabs a {
  border-color: #efefef #efefef currentcolor;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-transition: none;
  transition: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  color: black;
  padding: 10px 25px;
}

nav.tabs a.is-active {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  background: white;
}

/* HEADER */
.skip-nav {
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin: -1px;
}

a.skip-nav:active,
a.skip-nav:focus,
a.skip-nav:hover {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

.header-card-active .header__card {
  display: none;
}

.header {
  color: #000;
  margin: 0 auto;
}

.header__card {
  display: none;
  position: relative;
  height: 80px;
  width: 100vw;
  z-index: 500;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(56, 55, 69, 0.85);
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
  padding: 15px 100px 15px 50px;
}

.header__card__h4 {
  color: #fff;
  font-weight: 600;
}

.header__card__p {
  float: left;
  width: 100%;
  line-height: 16px;
}

.header__card__exit {
  float: right;
  position: absolute;
  right: 50px;
  top: 41%;
  cursor: pointer;
}

@media (max-width: 640px) {
  .header__card {
    border-radius: 9px 9px 0 0;
    margin: 0 15px;
    width: 93vw;
    padding: 15px 40px 15px 15px;
    height: auto;
    position: fixed;
  }
  .header__card__exit {
    width: 12px;
    right: 20px;
    top: 50%;
  }
}

.footer {
  background-color: #00e9c3;
  padding: 80px 15px;
  margin: 0 auto;
}

.footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.footer li {
  list-style: none;
}

.footer__menu__btn {
  display: none;
  font-size: 0;
  border: none;
  vertical-align: middle;
  background-color: transparent;
  cursor: pointer;
}

.footer__menu__btn .icon::before {
  content: "";
  font-family: icons;
  font-size: 12px;
  color: #000;
}

.footer__wrapper {
  max-width: 1900px;
  margin: 0 auto;
}

.footer__nav {
  margin: 0 auto;
}

.footer__nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.footer__menus {
  float: left;
  width: 57%;
}

.footer__vertical__line {
  border-left: 0.5px solid #000;
  height: 55px;
  float: left;
  padding-right: 10px;
  margin-top: 7px;
}

.footer__h4 {
  margin-bottom: 10px;
  display: block;
  height: 3rem;
  word-wrap: break-word;
  width: 148px;
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
  color: #000;
}

.footer__h4:link, .footer__h4:visited {
  text-decoration: none;
}

.footer__h4:hover {
  text-decoration: none;
}

.footer__item {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}

.footer__item__smaller-space {
  width: 100px;
}

.footer__states {
  float: left;
  width: 13%;
}

.footer__images {
  float: left;
  width: 30%;
}

.footer__logo {
  height: auto;
  width: 212px;
  float: left;
  padding-left: 10px;
  margin-right: 10px;
}

.footer__logo__gvg {
  width: 185px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.footer__link {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.footer__link__dropdown {
  padding-right: 10px;
}

.footer__link__external-logo:after {
  content: "";
  display: inline-block;
  background: url("../images/Function_icons/External-link.svg") no-repeat;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: 0 0 2px 7px;
  margin-right: 5px;
}

.footer__link:link, .footer__link:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer__link:hover, .footer__link:active {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-position: under;
}

.footer__disclaimer {
  color: #000;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 50px;
  text-align: center;
}

.footer__disclaimer__link {
  display: inline-block;
  padding-right: 5px;
}

.footer__disclaimer__link:link, .footer__disclaimer__link:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer__disclaimer__link:hover, .footer__disclaimer__link:active {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-position: under;
}

@media (max-width: 1694px) {
  .footer__images {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer__menus {
    width: 80%;
    padding-left: 20px;
  }
  .footer__states {
    width: 20%;
  }
  .footer__item {
    padding-bottom: 20px;
  }
}

@media (max-width: 968px) {
  .footer__menus {
    width: 75%;
  }
  .footer__disclaimer {
    margin-left: 0;
  }
}

@media (max-width: 735px) {
  .footer {
    padding: 40px 15px;
  }
  .footer__images {
    width: 0%;
  }
  .footer__atag {
    display: none;
  }
  .footer__logo {
    display: none;
  }
  .footer__menu__btn {
    display: inline;
    float: right;
  }
  .footer__menus {
    width: 100%;
    padding-left: 0px;
  }
  .footer__vertical__line {
    display: none;
  }
  .footer__h4 {
    font-weight: 500;
    border-bottom: 1px solid black;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .footer__item {
    width: 100%;
    padding-bottom: 0;
  }
  .footer__states {
    width: 100%;
  }
  .footer__link__dropdown {
    display: none;
  }
  .footer__disclaimer p {
    margin-top: 20px;
  }
}

@media print {
  .footer {
    display: none;
  }
}

/* NAVIGATION */
.mobile-nav-active .nav {
  padding: 0;
}

.mobile-nav-active .nav__top {
  display: none;
}

.mobile-nav-active .nav__bot {
  display: block;
  position: fixed;
  height: 95vh;
  width: 95vw;
  top: 0;
  left: 2vw;
  background-color: #fff;
}

.mobile-nav-active .nav__item {
  width: 90%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 5%;
  padding-top: 10px;
}

.mobile-nav-active .nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
}

.mobile-nav-active .nav__link {
  padding-bottom: 32px;
  position: relative;
}

.mobile-nav-active .nav__link:hover .nav__item__btns {
  -webkit-transform-origin: none;
          transform-origin: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mobile-nav-active .nav__link .chevron-rotate {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.mobile-nav-active .nav__link a {
  display: block;
}

.mobile-nav-active .nav__link a .nav__item__btns {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  height: 25px;
  right: 45px;
}

.mobile-nav-active .nav__link a .nav__item__btns::before {
  color: green;
}

.mobile-nav-active .nav__link__menu_level_1 {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  z-index: 500;
  background: white;
  padding: 0px 24px 10px 75px;
}

.mobile-nav-active .nav__menu {
  display: none;
}

.mobile-nav-active .nav__menu__close {
  display: block;
  position: fixed;
  z-index: 200;
  cursor: pointer;
  top: 15px;
  left: 25px;
}

.mobile-nav-active .nav__menu__btn {
  float: right;
  width: 10%;
}

.mobile-nav-active .nav__menu__btn .icon::before {
  color: #01654a;
}

.nav {
  background-color: #fff;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0 0 11px 11px;
  margin: 0 auto;
  padding-top: 10px;
}

.nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.nav__top {
  height: 64%;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}

.nav__bot {
  height: 36%;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  background-color: #f4f4f4;
  border-radius: 0 0 11px 11px;
  position: relative;
}

.nav__wrapper {
  position: absolute;
  z-index: 200;
  width: 100%;
  padding: 0 25px;
}

.nav__vertical__line {
  border-left: 0.1rem solid rgba(119, 119, 119, 0.5);
  height: 4.5rem;
  float: left;
  padding-right: 1rem;
  margin-top: 10px;
}

.nav__logo {
  height: auto;
  width: 175px;
  float: left;
  margin-right: 4px;
  margin-left: 24px;
}

.nav__logo__gvg {
  z-index: -100;
  margin-left: 5px;
  margin-top: 8px;
  width: 160px;
}

.nav__menu {
  display: none;
  position: absolute;
  height: 0;
  width: 0;
  border: none;
  background: none;
}

.nav__menu__close {
  display: none;
  position: absolute;
  border: none;
  background: none;
}

.nav__menu__btn {
  font-size: 0;
  border: none;
  vertical-align: middle;
  background-color: transparent;
  cursor: pointer;
}

.nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-weight: 500;
  padding: 10px 0 0 0;
}

.nav__link {
  list-style: none;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 3.6rem;
  vertical-align: middle;
  padding-bottom: 10px;
}

.nav__link:hover .nav__link__menu_level_1 {
  display: block;
}

.nav__link:hover .nav__item__btns {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav__link__menu_level_1 {
  display: none;
  position: absolute;
  background-color: white;
  padding: 20px 38px;
  margin-left: -36px;
  z-index: -1;
  top: 28px;
  margin-left: -35px;
  margin-right: -96px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0 0 11px 11px;
}

.nav__link__menu_level_1 li {
  list-style-type: none;
}

.nav .addmenu {
  display: block;
}

.nav .btn-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.nav__item:link, .nav__item:visited, .nav__item:hover, .nav__item:active {
  color: inherit;
  text-decoration: none;
}

.nav__item__btns {
  background: none;
  border: none;
  display: inline-block;
  height: 25px;
}

.nav__item__btns:focus {
  outline: none;
}

.nav__item__btns::before {
  content: "";
  font-family: icons;
  font-size: 12px;
  color: #000;
}

@media (max-width: 1222px) {
  .nav__link {
    padding-left: 17px;
  }
  .nav__link__dropdown {
    margin-left: -10px;
  }
  .nav__link__menu_level_1 {
    margin-left: -17px;
    margin-right: -105px;
    padding: 20px 38px 20px 18px;
  }
}

@media (max-width: 1040px) {
  .nav__top p {
    padding-top: 38px;
    font-size: 12px;
    padding-left: 10px;
  }
  .nav__bot {
    display: none;
  }
  .nav__menu {
    display: block;
    position: absolute;
    height: 13px;
    width: 21px;
    top: 35px;
    right: 50px;
    cursor: pointer;
  }
}

@media (max-width: 550px) {
  .nav__vertical__line {
    height: 30px;
    padding-right: 5px;
  }
  .nav__menu {
    top: 25px;
  }
  .nav__logo {
    width: 120px;
  }
  .nav__logo__gvg {
    width: 105px;
  }
}

@media (max-width: 345px) {
  .nav__vertical__line {
    height: 25px;
    margin-top: 0;
  }
  .nav__menu {
    top: 15px;
  }
  .nav__logo {
    width: 70px;
  }
  .nav__logo__gvg {
    margin-top: 4px;
    width: 60px;
  }
  .nav__item {
    font-size: 14px;
  }
}

@media print {
  .nav__wrapper {
    display: none;
  }
}

.error-active-search {
  border-bottom: 2px solid #f44336 !important;
  background-color: rgba(244, 67, 54, 0.05) !important;
  color: #f44336 !important;
}

.error-active-search option {
  background-color: #fff !important;
  color: #000 !important;
}

.search {
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);
  margin: auto auto;
  padding: 24px 20px;
  margin-bottom: 88px;
  position: relative;
  overflow: auto;
}

.search__additional {
  display: inline-block;
  font-size: 14px;
  color: #01654a;
  text-decoration: none;
  cursor: pointer;
}

.search__additional__feat {
  color: #01654a;
}

.search__additional__feat:visited, .search__additional__feat:link {
  text-decoration: none;
}

.search__additional__feat:hover, .search__additional__feat:active {
  text-decoration: underline;
}

.search__additional__add {
  color: #01654a;
  border: none;
  background: none;
}

.search__additional__add:visited, .search__additional__add:link {
  text-decoration: none;
}

.search__additional__add:hover, .search__additional__add:active {
  text-decoration: underline;
}

.search form {
  position: relative;
}

.search form .vehicles-compare {
  margin-left: -10px;
}

.search form legend {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  color: #000;
  padding-left: 12px;
}

.search form .column.thirds {
  border: none;
  padding: 0;
  margin-bottom: 15px;
  padding-right: 250px;
}

.search form .column.thirds.hidden {
  display: none;
}

.search form .column.thirds .form-item {
  padding: 10px;
  width: 25%;
  float: left;
  position: relative;
}

.search form .column.thirds .form-item:after {
  position: absolute;
  content: "";
  top: 58px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.search form .column.thirds .form-item:first-child {
  padding: 0;
}

.search form .column.thirds .form-item label {
  overflow: hidden;
  font-weight: 500;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  padding: 1px 0px;
}

.search form .column.thirds .form-item select {
  border: none;
  background-color: #f1f1f1;
  width: 100%;
  border-radius: 9px 9px 0 0;
  background-color: #f1f1f1;
  border-bottom: 2px solid #979797;
  padding: 20px 10px 8px;
  font-size: 18px;
  -webkit-appearance: none;
  color: #000;
}

.search form input[type="submit"] {
  position: absolute;
  top: 95px;
  right: 0px;
  width: 225px;
  border: none;
  padding: 18px 0;
  color: #000;
}

@media (max-width: 950px) {
  .search form .column.thirds {
    padding-right: 170px;
  }
  .search form input[type="submit"] {
    width: 150px;
  }
}

@media (max-width: 769px) {
  .search__additional {
    padding-bottom: 15px;
    display: block;
  }
  .search form .column.thirds {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .search form .column.thirds .form-item {
    padding: 0px;
    width: 95%;
    margin-left: 12px;
    margin-bottom: 15px;
  }
  .search form .column.thirds .form-item::after {
    top: 50px;
  }
  .search form .column.thirds .form-item label {
    padding: 1px 5px;
  }
  .search form input[type="submit"] {
    position: static;
    width: auto;
    border: none;
    padding: 14px 40px;
  }
}

.tool-tip-top-performers {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}

@media (max-width: 1200px) {
  .tool-tip-top-performers {
    margin-top: 4px;
  }
}

@media (max-width: 490px) {
  .tool-tip-top-performers {
    left: 15px;
  }
  .top-performers .tool-tip span {
    left: -30px;
  }
}

.top-performers {
  margin-bottom: 50px;
}

.top-performers:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.top-performers__btn__next, .top-performers__btn__prev {
  display: none;
}

.top-performers__table-left, .top-performers__table-right {
  float: left;
  width: 50%;
  display: inline-block;
  border-collapse: collapse;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}

.top-performers__table-left tbody, .top-performers__table-right tbody {
  display: block;
}

.top-performers__table-left__dropdown__1, .top-performers__table-right__dropdown__1 {
  float: left;
}

.top-performers__table-left__dropdown__2, .top-performers__table-right__dropdown__2 {
  float: right;
  font-size: 14px;
  font-weight: 300;
}

.top-performers__table-left tr, .top-performers__table-right tr {
  border-spacing: 10px;
  display: block;
}

.top-performers__table-left tr:after, .top-performers__table-right tr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.top-performers__table-left tr th, .top-performers__table-right tr th {
  background-color: #00e9c3;
  border-radius: 2px 2px 0 0;
  padding: 14px;
  display: block;
}

.top-performers__table-left tr th:after, .top-performers__table-right tr th:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.top-performers__table-left tr th h4, .top-performers__table-right tr th h4 {
  float: left;
  font-weight: 400;
  font-size: 16px;
  max-width: 100%;
}

.top-performers__table-left tr td, .top-performers__table-right tr td {
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
  padding: 14px;
  width: 50%;
  float: left;
  border-right: 2px solid white;
}

.top-performers__table-left tr td:last-child, .top-performers__table-right tr td:last-child {
  border-right: none;
}

.top-performers__table-left tr:last-child td, .top-performers__table-right tr:last-child td {
  border-bottom: none;
}

.top-performers__table-left tr:nth-child(even), .top-performers__table-right tr:nth-child(even) {
  background: #f8f8f8;
}

.top-performers__table-left tr:nth-child(odd), .top-performers__table-right tr:nth-child(odd) {
  background: #fff;
}

.top-performers__table-left {
  padding-right: 10px;
}

.top-performers__table-right {
  padding-left: 10px;
}

.top-performers .slick-dots {
  list-style: none;
  text-align: center;
}

.top-performers .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

.top-performers .slick-dots li.slick-active button {
  background-color: #383745;
}

.top-performers .slick-dots li button {
  cursor: pointer;
  height: 12px;
  width: 12px;
  border: 2px solid #383745;
  background-color: transparent;
  border-radius: 50%;
  font-size: 0;
}

@media (max-width: 930px) {
  .top-performers__btn__next, .top-performers__btn__prev {
    display: block;
  }
  .top-performers:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .top-performers__table-left, .top-performers__table-right {
    width: 100%;
  }
  .top-performers__table-left {
    padding-right: 0;
  }
  .top-performers__table-right {
    padding-left: 0;
  }
}

@media (max-width: 700px) {
  .top-performers__table-left__dropdown__1, .top-performers__table-right__dropdown__1 {
    width: 100%;
  }
}

/* GENERAL ELEMENTS */
.body__fix {
  overflow-x: hidden;
}

iframe {
  width: 100%;
}

.bold__styling :hover {
  font-weight: bold;
}

.ui-dialog {
  z-index: 400;
  margin-left: 10px;
  margin-top: 10px;
}

@media (max-width: 500px) {
  .ui-dialog {
    width: 80vw !important;
  }
  .ui-dialog .userInputField {
    width: 100% !important;
  }
}

.center-video {
  max-width: 750px;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 50px;
}

.center-video h2 {
  text-align: center;
  color: #01654a;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
}

.center-video h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding-top: 20px;
  color: #383745;
}

.center-video__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

.center-video__output {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
}

.section-rotate-btn {
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
  margin-right: 23px !important;
  margin-top: 8px !important;
}

.rotate-btn {
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
  padding-top: 6px !important;
}

.section {
  padding-top: 5.2rem;
  max-width: 1570px;
  margin: 0 auto;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  position: relative;
}

.section__title {
  padding-top: 220px;
  color: #fff;
  width: 36%;
  float: left;
}

.section__title__text {
  font-size: 1.5rem;
  line-height: normal;
  padding-top: 1rem;
  font-weight: 100;
  width: 42rem;
}

.section__video {
  float: right;
}

.section__video__container {
  padding-top: 145px;
}

.section__video__container img {
  max-width: 100%;
  height: 350px;
  border-radius: 9px;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
}

.section__video__output {
  height: 354px;
  width: 605px;
  border-radius: 9px;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
}

.banner-wrapper {
  max-width: 1570px;
  margin: 0 auto;
}

@media (max-width: 1610px) {
  .section {
    padding-left: 23px;
    padding-right: 23px;
  }
  .banner-wrapper {
    padding-left: 23px;
    padding-right: 23px;
  }
}

.banner-homepage {
  background-position: 685px -61px;
  background-repeat: no-repeat;
  background-size: 1239px;
  height: 516px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 100;
  max-width: 1920px;
  margin: 0 auto;
}

.banner-homepage__blob {
  position: absolute;
  width: 100%;
  height: 516px;
  background-repeat: no-repeat;
  background-position: -280px -280px;
  z-index: -100;
}

.banner-homepage__blob__img__standard {
  position: absolute;
  top: -280px;
  left: -275px;
}

.banner-homepage__blob__img__mobile {
  display: none;
}

.tool-tip {
  text-decoration: none;
  position: relative;
  display: inline;
}

.tool-tip span {
  visibility: hidden;
  position: absolute;
  left: 36px;
  background: rgba(56, 55, 69, 0.9);
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  padding: 8px;
  cursor: default;
  border-radius: 4px;
  width: 350px;
  white-space: break-spaces;
  z-index: 300;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.tool-tip img {
  width: 20px;
}

.tool-tip img:hover ~ span {
  visibility: visible;
}

@media (max-width: 1200px) {
  .tool-tip img {
    width: 17px;
  }
}

@media (max-width: 500px) {
  .tool-tip span {
    font-size: 12px;
    line-height: 14px;
    width: 140px;
  }
}

@media (max-width: 420px) {
  .tool-tip img {
    width: 15px;
  }
}

.green-arrow {
  height: 34px;
  width: 6%;
  float: left;
  margin-left: 26px;
  margin-top: 19px;
}

.green-box {
  padding-left: 2.3rem;
  background-color: #dffdf9;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}

.green-box__line:after {
  content: "";
  background: #00e9c3;
  position: absolute;
  bottom: 0;
  left: 23px;
  height: 1px;
  width: 89%;
  z-index: 200;
}

.green-box__light {
  background-color: #00e9c3;
}

.white-box {
  background-color: #fff;
  font-size: 14px;
  line-height: 43px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}

.white-box:before {
  content: "";
  display: inline-block;
  background: url("../images/Function_icons/Lvl2-Line.svg") no-repeat;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
}

.white-box:not(:last-child) {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  margin-left: 23px;
  margin-right: 23px;
}

.white-box:last-child {
  margin-left: 23px;
  margin-right: 23px;
}

@media (max-width: 1470px) {
  .banner-homepage {
    background-position: 400px -61px;
  }
  .banner-homepage__blob {
    background-position-x: -200px;
  }
  .banner-homepage__blob__img__standard {
    left: -400px;
  }
  .section__title {
    width: 40%;
    padding-top: 200px;
  }
  .section__title__text {
    width: 32rem;
  }
  .section__video__output {
    height: 281px;
    width: 475px;
  }
}

@media (max-width: 900px) {
  .section__title {
    padding-top: 80px;
    width: 100%;
  }
  .section__title h1 {
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
  }
  .section__title__text {
    font-size: 1.5rem;
    line-height: normal;
    padding-top: 5px;
    width: 100%;
  }
  .section__video {
    float: none;
    max-width: 375px;
    margin: 0 auto;
  }
  .section__video__container {
    padding-top: 250px;
  }
  .section__video__container img {
    height: 211px;
    width: 100%;
  }
  .section__video__output {
    height: 211px;
    width: 100%;
    border-radius: 0px;
    padding: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(221, 221, 221, 0);
            box-shadow: 0 0 0 0 rgba(221, 221, 221, 0);
  }
  .banner-homepage {
    background-position: -16px 72px;
    background-repeat: no-repeat;
    background-size: 1000px 750px;
    height: 516px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 100;
    max-width: 1920px;
    margin: 0 auto;
  }
  .banner-homepage__blob {
    position: absolute;
    width: 100%;
    height: 516px;
    background-repeat: no-repeat;
    background-position: -280px -280px;
    z-index: -100;
    -webkit-clip-path: polygon(60% 54%, 100% 50%, 100% 0%, 0% 1%, 0 60%);
            clip-path: polygon(60% 54%, 100% 50%, 100% 0%, 0% 1%, 0 60%);
  }
  .banner-homepage__blob__img__standard {
    display: none;
  }
  .banner-homepage__blob__img__mobile {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 640px) {
  .banner-homepage {
    background-position: -85px 188px;
    background-repeat: no-repeat;
    background-size: 750px 560px;
  }
}

@media (max-width: 350px) {
  .section__title {
    padding-top: 80px;
  }
  .section__title h1 {
    font-size: 18px;
  }
}

.section-sub:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.section-general {
  max-width: 1570px;
  margin: 0 auto;
  padding-top: 160px;
  position: relative;
}

.section-general:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.section-general__normal-heading-space {
  padding: 0 !important;
  margin-top: 30px !important;
}

.section-general__title-heading-space {
  padding: 0 !important;
  margin: 0 !important;
}

.section-general__left {
  width: 30%;
  float: left;
}

.section-general__left__item:last-child .green-box {
  border-radius: 0 0 9px 0;
}

.section-general__left__menu {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  max-width: 80%;
  margin-bottom: 30px;
}

.section-general__left__dropdown {
  display: none;
}

.section-general__left__dropdown__link {
  display: block;
}

.section-general__left__dropdown__link:link, .section-general__left__dropdown__link:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section-general__left__dropdown__link:hover, .section-general__left__dropdown__link:active {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-position: under;
}

.section-general__left__btn {
  padding-top: 15px;
  padding-right: 23px;
  float: right;
  font-size: 0;
  border: none;
  vertical-align: middle;
  background-color: transparent;
  cursor: pointer;
}

.section-general__left__btn .icon::before {
  content: "";
  font-family: icons;
  font-size: 12px;
  color: #000;
}

.section-general__left__mobile {
  display: none;
}

.section-general__left h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.section-general__left h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
}

.section-general__left__links {
  margin-bottom: 40px;
  color: #01654a;
  text-decoration: none;
}

.section-general__left__links .section-general___left__link {
  text-decoration: none;
}

.section-general__left__link {
  display: block;
  color: #01654a;
  padding-bottom: 8px;
  text-decoration: none;
}

.section-general__left__link:hover, .section-general__left__link:active {
  text-decoration: underline;
}

.section-general__left__share-page {
  display: block;
  color: #01654a;
  line-height: 32px;
}

.section-general__left__share-page a {
  text-decoration: none;
}

.section-general__left__share-page a:hover, .section-general__left__share-page a:active {
  text-decoration: underline;
}

.section-general__left__share-page__bot {
  padding-top: 5.3rem;
  color: #01654a;
}

.section-general__left__share-page__bot a {
  padding-right: 5px;
  text-decoration: none;
}

.section-general__left__share-page__bot a:hover, .section-general__left__share-page__bot a:active {
  text-decoration: underline;
}

.section-general__right {
  width: 70%;
  float: right;
}

.section-general__right__images {
  width: 80%;
}

.section-general__right__table table,
.section-general__right__table th,
.section-general__right__table td {
  border: 1px solid #000;
  vertical-align: top;
}

.section-general__right__table table {
  width: 100%;
  border-collapse: collapse;
}

.section-general__right__table table tbody tr:first-child td {
  font-weight: 600;
  text-align: center;
  width: 33%;
}

.section-general__right__table table tbody tr td ul {
  padding-left: 40px;
  padding-right: 20px;
}

.section-general__right__text-area {
  max-width: 75%;
}

.section-general__right__ul {
  padding-top: 10px;
  padding-left: 20px;
  font-weight: 100;
  text-align: start;
}

.section-general__right__ul a {
  text-decoration: underline;
}

.section-general__right h2 {
  padding-bottom: 25px;
}

.section-general__right__breadcrumbs__L1, .section-general__right__breadcrumbs__L2, .section-general__right__breadcrumbs__L3 {
  display: inline;
  padding-right: 3px;
  text-decoration: none;
  color: #000;
}

.section-general__right__breadcrumbs__arrow {
  color: #02a277;
  padding-left: 3px;
  display: inline;
}

.section-general__right__breadcrumbs__arrow__mobile {
  color: #02a277;
  padding-left: 3px;
  display: none;
}

.section-general__right__title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
}

.section-general__right__title__text {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 28px;
  line-height: 36px;
}

.section-general__right__sub-title {
  padding-top: 28px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.section-general__right__text {
  display: inline-block;
  line-height: 24px;
}

.section-general__right__text a {
  text-decoration: underline;
}

.section-general__right__text__line {
  border-top: 2px solid rgba(221, 221, 221, 0.5);
  padding-top: 5px;
}

.section-general__right__list {
  padding-left: 2rem;
  line-height: 21px;
}

.section-short-width-780px {
  max-width: 780px;
}

@media (max-width: 1710px) {
  .section-general {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1710px) {
  .green-box__line:after {
    width: 75%;
  }
}

@media (max-width: 1400px) {
  .section-general__right__images {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-general__right__images {
    width: 100%;
    height: 120px;
  }
}

@media (max-width: 770px) {
  .section-general__right__images {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1000px) {
  .green-box {
    line-height: 24px;
  }
}

@media (max-width: 750px) {
  .section-general__left__btn {
    padding-right: 2px;
  }
}

@media (max-width: 640px) {
  .center-video {
    margin-top: -50px;
    margin-bottom: 30px;
  }
  .center-video h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .center-video h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .center-video__output {
    border-radius: 0;
  }
  .section-general {
    padding-top: 120px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-general__left {
    width: 100%;
  }
  .section-general__left h2 {
    display: none;
  }
  .section-general__left__menu {
    display: none;
  }
  .section-general__left__share-page__bot {
    display: none;
  }
  .section-general__right {
    width: 100%;
  }
  .section-general__right__table table,
  .section-general__right__table th,
  .section-general__right__table td {
    font-size: 12px;
    line-height: 16px;
  }
  .section-general__right__table table tbody tr td ul {
    padding-left: 20px;
    padding-right: 10px;
  }
  .section-general__right__text-area {
    max-width: 100%;
  }
  .section-general__right__breadcrumbs a:not(:nth-last-child(3)) {
    display: none;
  }
  .section-general__right__breadcrumbs__arrow {
    display: none;
  }
  .section-general__right__breadcrumbs__arrow__mobile {
    display: inline;
  }
  .section-general__right__text {
    padding-bottom: 20px;
  }
  .section-general__right__title {
    font-size: 20px;
    padding-top: 0;
  }
  .section-general__right__title__text {
    font-size: 20px;
    line-height: 28px;
  }
}

.icon__twitter:before {
  background: url("../images/Function_icons/twitter.svg") no-repeat;
  width: 15px;
  height: 15px;
  margin: 0 4px 0 7px;
  content: "";
  display: inline-block;
}

.icon__facebook:before {
  background: url("../images/Function_icons/facebook.svg") no-repeat;
  width: 15px;
  height: 15px;
  margin: 0 4px 0 7px;
  content: "";
  display: inline-block;
}

.icon__linkedin:before {
  background: url("../images/Function_icons/linkedin.svg") no-repeat;
  width: 15px;
  height: 15px;
  margin: 0 4px 0 7px;
  content: "";
  display: inline-block;
}

.disclaimer {
  background-color: rgba(0, 233, 195, 0.1);
  border-radius: 9px;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.disclaimer__title {
  padding-bottom: 10px;
}

.disclaimer__icon {
  float: left;
  padding-right: 10px;
}

.disclaimer__text {
  font-weight: 300;
  color: #383745;
  padding-bottom: 10px;
}

.disclaimer__text__grey {
  font-weight: 600;
}

@media (max-width: 500px) {
  .small-mobile-text {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .small-mobile-text {
    font-size: 8px;
  }
}

@media (max-width: 1500px) {
  .img-normal-width {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .img-mobile-width {
    width: 75%;
  }
  .legend {
    font-size: 12px;
  }
}

@media (max-width: 340px) {
  .legend {
    font-size: 10px;
  }
}

.disclaimer-wrapper {
  max-width: 1570px;
  margin: 0 auto;
}

@media (max-width: 1570px) {
  .disclaimer-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media print {
  .banner-tips {
    display: none;
  }
  .section-general {
    padding-top: 20px;
  }
  .section-general__right__title {
    padding-bottom: 0px;
  }
  .section-general__right__breadcrumbs {
    display: none;
  }
  .section-general__left {
    display: none !important;
  }
}

.font-size-20 {
  font-size: 20px;
}

.section-tips {
  padding-top: 40px;
}

.section-tips:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.banner-tips {
  background-repeat: no-repeat;
  height: 280px;
  position: relative;
  overflow: hidden;
  z-index: 100;
  margin: 0 auto;
  background-position: center;
  max-width: 1920px;
}

@media (max-width: 640px) {
  .section-tips {
    padding-top: 30px;
  }
  .banner-tips {
    height: 160px;
  }
}

.getting-started:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.getting-started__wrapper {
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.getting-started__wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.getting-started__wrapper:hover {
  cursor: pointer;
  border: 2px solid #00e9c3;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 233, 195, 0.4);
          box-shadow: 0 2px 15px 0 rgba(0, 233, 195, 0.4);
}

.getting-started__wrapper:hover h4 {
  text-decoration: underline;
}

.getting-started__section {
  margin-bottom: 225px;
}

.getting-started__section h4 {
  display: inline;
  height: 34px;
  width: 223px;
  color: #01654a;
  font-size: 16px;
  font-weight: bold;
}

.getting-started__section p {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.getting-started__section__left {
  height: auto;
  width: 15%;
  float: left;
  padding-left: 20px;
  padding-top: 20px;
}

.getting-started__section__right {
  height: auto;
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  float: right;
  padding-right: 11px;
  padding-top: 21px;
  padding-bottom: 10px;
}

.getting-started__section__box {
  width: 25%;
  float: left;
  padding-right: 18px;
  padding-right: 9px;
  padding-left: 9px;
}

@media (max-width: 1400px) {
  .getting-started__section__box {
    width: 50%;
    padding-bottom: 18px;
  }
}

@media (max-width: 735px) {
  .getting-started__section__box {
    width: 100%;
    padding-bottom: 18px;
  }
}

.low-and-zero-emission-vehicles__wrapper {
  height: 352px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.low-and-zero-emission-vehicles__wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.low-and-zero-emission-vehicles__wrapper:hover {
  cursor: pointer;
}

.low-and-zero-emission-vehicles__wrapper:hover .low-and-zero-emission-vehicles__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.low-and-zero-emission-vehicles__image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.low-and-zero-emission-vehicles__section {
  margin-bottom: 430px;
}

.low-and-zero-emission-vehicles__section__header {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 69px;
  float: left;
  position: absolute;
  bottom: 0;
}

.low-and-zero-emission-vehicles__section__header h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  width: 94%;
  padding-top: 28px;
  padding-left: 69px;
  opacity: 1;
  text-transform: uppercase;
}

.low-and-zero-emission-vehicles__section__box {
  float: left;
  width: 33.33%;
  position: relative;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.low-and-zero-emission-vehicles__section__box:hover {
  border: 3px solid #00e9c3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 650px) {
  .low-and-zero-emission-vehicles__section__box {
    width: 100%;
    padding-bottom: 18px;
  }
}

.news {
  margin-bottom: 80px;
}

.news:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.news .news__bottom {
  height: 60px;
}

.news .news__bottom h2 {
  display: inline;
  float: left;
}

.news .news__bottom a {
  display: inline;
  float: right;
  margin-right: 10px;
}

.news__btn {
  max-width: 55px;
  border: 1px solid #02a277;
  border-radius: 22px;
  background-color: #ffffff;
  float: left;
  font-size: 25px;
  margin-top: -20px;
}

.news__btn:last-child {
  float: right;
}

.news__wrapper {
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  margin-bottom: 20px;
}

.news__wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.news__wrapper:hover {
  cursor: pointer;
  border: 2px solid #00e9c3;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 233, 195, 0.4);
          box-shadow: 0 2px 15px 0 rgba(0, 233, 195, 0.4);
}

.news__wrapper:hover .h4-styling {
  text-decoration: underline;
}

.news__wrapper:hover .news__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news__image {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.news__additional-link {
  color: #01654a;
  line-height: 42px;
  font-weight: 400;
  display: block;
}

.news__section {
  margin-left: -10px;
}

.news__section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.news__section .h4__styling {
  font-size: 18px;
  padding: 8px 0;
  max-width: 300px;
  line-height: 18px;
  font-weight: 600;
  display: block;
  color: #01654a;
}

.news__section__type {
  display: inline;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.news__section__type:active {
  color: #000;
}

.news__section__text {
  color: #1e1e1e;
  line-height: 24px;
  padding-bottom: 60px;
}

.news__section__date {
  color: #1e1e1e;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 10px;
  display: inline;
}

.news__section__top {
  height: 150px;
  width: 100%;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news__section__bot {
  height: 49%;
  width: 100%;
  float: left;
  padding-right: 11px;
  padding-top: 21px;
  padding-left: 25px;
}

.news__section__box {
  width: 25%;
  float: left;
  padding-right: 18px;
  padding-right: 9px;
  padding-left: 9px;
}

.news__section .slick-dots {
  list-style: none;
  text-align: center;
}

.news__section .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

.news__section .slick-dots li.slick-active button {
  background-color: #383745;
}

.news__section .slick-dots li button {
  cursor: pointer;
  height: 12px;
  width: 12px;
  border: 2px solid #383745;
  background-color: transparent;
  border-radius: 50%;
  font-size: 0;
}

@media (max-width: 1400px) {
  .news__section__box {
    width: 50%;
    padding-bottom: 18px;
  }
}

@media (max-width: 735px) {
  .news__section__box {
    width: 100%;
    padding-bottom: 18px;
  }
  .news__btn {
    max-width: 47px;
    padding: 10px 10px;
    border-radius: 20px;
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .news__btn {
    margin-top: 20px;
  }
}

.feedback-box {
  border: 1px solid #ebebeb;
  border-radius: 9px;
  background-color: #ffffff;
  max-width: 642px;
  margin-bottom: 120px;
  padding-top: 18px;
  padding-left: 28px;
  padding-right: 28px;
  margin-top: 30px;
  overflow: auto;
}

.feedback-box h3 {
  text-align: center;
}

.feedback-box__btn {
  font-weight: 600;
  max-width: 100px;
  padding: 10px;
  float: right;
  display: none;
  margin-top: 20px;
  margin-bottom: 15px;
}

.feedback-box__box {
  display: none;
  width: 100%;
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.feedback-box__box.hasValue label {
  display: block;
}

.feedback-box__input {
  width: 100%;
  border-radius: 9px 9px 0 0;
  background-color: #f1f1f1;
  margin-right: 20px;
  border: none;
  border-bottom: 2px solid #979797;
  padding: 20px 10px 8px;
  height: 150px;
  font-size: 14px;
}

.feedback-box__label {
  display: none;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 12px;
}

.feedback-box a {
  color: #01654a;
  font-weight: 500;
  display: none;
}

.feedback-box__text {
  line-height: 25px;
  display: inline;
}

.feedback-box__text__2 {
  display: none;
}

.feedback-box__radio {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.feedback-box__radio input {
  cursor: pointer;
  margin-left: 40px;
}

.feedback-box__radio input:first-child {
  margin-left: 0;
}

.feedback-box__radio__yes__text, .feedback-box__radio__no__text {
  display: none;
}

.feedback-box__wrapper {
  margin-left: 34%;
}

.radio-value__yes,
.radio-value__no {
  display: none;
}

@media (max-width: 640px) {
  .feedback-box__wrapper {
    margin: 0 20px;
  }
  .feedback-box__radio {
    padding: 5px 0;
  }
}

@media print {
  .feedback-box {
    display: none;
  }
}

.blobs-homepage {
  position: absolute;
  z-index: -200;
}

.blobs-homepage__top-right {
  right: -175px;
  top: -100px;
  z-index: 200;
}

.blobs-homepage__bottom-left {
  left: -175px;
  bottom: 180px;
}

.blobs-homepage__bottom-right {
  right: -175px;
  bottom: -280px;
}

.blobs-tips {
  position: absolute;
  z-index: -200;
}

.blobs-tips__top-right {
  right: -175px;
  top: -100px;
  z-index: -200;
}

.blobs-tips__top-left {
  left: -175px;
  top: 0;
  width: 10%;
}

.blobs-tips__bottom-right {
  right: -175px;
  bottom: -200px;
}

.blobs-tips__bottom-left {
  left: -175px;
  bottom: 100px;
}

.blobs-standard {
  position: absolute;
  z-index: -200;
}

.blobs-standard__top-right {
  right: -175px;
  top: 0;
}

.blobs-standard__top-left {
  left: -175px;
  top: 0;
}

.blobs-standard__bottom-right {
  right: -175px;
  bottom: -200px;
}

.blobs-standard__bottom-left {
  left: -175px;
  bottom: 100px;
}

@media (max-width: 1915px) {
  .blobs-homepage {
    display: none;
  }
  .blobs-tips {
    display: none;
  }
  .blobs-standard {
    display: none;
  }
  .blobs-standard__top-left {
    display: block;
    top: 0;
    left: 0;
    width: auto;
    content: url(../images/Blobs/Mobile-TopLeft.svg);
  }
}

@media print {
  .blobs-standard,
  .blobs-homepage,
  .blobs-tips {
    display: none;
  }
}

.heading-20px {
  font-size: 20px !important;
}

.tools-and-calculators__tiles {
  margin-top: 40px;
  margin-bottom: 10px;
}

.tools-and-calculators__tiles:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.tools-and-calculators__line {
  border-top: 2px solid rgba(221, 221, 221, 0.5);
  padding-top: 40px;
}

.tools-and-calculators__wrapper {
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  margin-bottom: 20px;
}

.tools-and-calculators__wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.tools-and-calculators__wrapper:hover {
  cursor: pointer;
  border: 2px solid #00e9c3;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 233, 195, 0.4);
          box-shadow: 0 2px 15px 0 rgba(0, 233, 195, 0.4);
}

.tools-and-calculators__wrapper:hover h4 {
  text-decoration: underline;
}

.tools-and-calculators__section {
  margin-bottom: 225px;
}

.tools-and-calculators__section sub {
  display: inline;
  font-size: 14px;
  font-weight: bold;
}

.tools-and-calculators__section h4 {
  display: inline;
  height: 34px;
  width: 223px;
  color: #01654a;
  font-size: 16px;
  font-weight: bold;
}

.tools-and-calculators__section p {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.tools-and-calculators__section__left {
  height: auto;
  width: 15%;
  float: left;
  padding-left: 20px;
  padding-top: 20px;
}

.tools-and-calculators__section__right {
  height: auto;
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  float: right;
  padding-right: 11px;
  padding-top: 21px;
  padding-bottom: 10px;
}

.tools-and-calculators__section__right sub {
  color: #01654a;
  font-size: 10px;
}

.tools-and-calculators__section__box {
  width: 50%;
  float: left;
  padding-right: 18px;
  padding-right: 9px;
  padding-left: 9px;
}

@media (max-width: 1400px) {
  .tools-and-calculators__section__box {
    width: 50%;
    padding-bottom: 18px;
  }
}

@media (max-width: 735px) {
  .tools-and-calculators__section__box {
    width: 100%;
    padding-bottom: 18px;
  }
}

.home-charging-calculator__value-active {
  display: block !important;
}

.error-active {
  border-bottom: 2px solid #f44336 !important;
  background-color: rgba(244, 67, 54, 0.05) !important;
}

.error-active::-webkit-input-placeholder {
  color: #f44336 !important;
}

.error-active::-moz-placeholder {
  color: #f44336 !important;
}

.error-active:-ms-input-placeholder {
  color: #f44336 !important;
}

.error-active::-ms-input-placeholder {
  color: #f44336 !important;
}

.error-active::placeholder {
  color: #f44336 !important;
}

.home-charging-calculator {
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);
  margin: auto auto;
  padding: 24px 20px;
  padding-bottom: 50px;
  margin-top: 20px;
  position: relative;
  overflow: auto;
}

.home-charging-calculator__wrapper {
  max-width: 1570px;
  margin: 0 auto;
}

.home-charging-calculator p {
  position: absolute;
  bottom: 25px;
  margin-left: 20px;
}

.home-charging-calculator__inner {
  width: 85%;
}

.home-charging-calculator__outer {
  width: 15%;
}

.home-charging-calculator__box {
  width: 33%;
  padding: 10px;
  float: left;
  position: relative;
}

.home-charging-calculator__box.hasValue label {
  display: block;
}

.home-charging-calculator__input {
  width: 100%;
  border-radius: 9px 9px 0 0;
  background-color: #f1f1f1;
  margin-right: 20px;
  float: left;
  border: none;
  border-bottom: 2px solid #979797;
  padding: 20px 10px 8px;
  font-size: 18px;
}

.home-charging-calculator__label {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 12px;
}

.home-charging-calculator__btn {
  position: absolute;
  top: 65px;
  right: 20px;
  width: 225px;
  border: none;
  padding: 18px 0;
}

.home-charging-calculator__feedback {
  margin-left: 34%;
}

.home-charging-calculator__value {
  margin-left: 34%;
  border-radius: 9px;
  background-color: #e5fcf9;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  padding: 27px 20px 38px 27px;
  display: none;
  margin-top: 20px;
}

.home-charging-calculator__value h5 {
  display: inline;
}

.home-charging-calculator__value__charging-time {
  font-weight: 500;
}

.home-charging-calculator__value__charging-cost {
  font-weight: 500;
}

.home-charging-calculator__value__left {
  display: inline;
}

.home-charging-calculator__value__right {
  display: inline;
  margin-left: 20%;
}

@media (max-width: 1710px) {
  .home-charging-calculator__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1540px) {
  .home-charging-calculator__inner {
    width: 82%;
  }
  .home-charging-calculator__outer {
    width: 18%;
  }
}

@media (max-width: 1280px) {
  .home-charging-calculator__value__left {
    display: block;
  }
  .home-charging-calculator__value__right {
    display: block;
    margin-left: 0;
  }
  .home-charging-calculator__inner {
    width: 77%;
  }
  .home-charging-calculator__outer {
    width: 23%;
  }
}

@media (max-width: 1044px) {
  .home-charging-calculator__inner {
    width: 73%;
  }
  .home-charging-calculator__outer {
    width: 23%;
  }
}

@media (max-width: 915px) {
  .home-charging-calculator {
    padding-bottom: 40px;
  }
  .home-charging-calculator__wrapper {
    margin-top: 50px;
  }
  .home-charging-calculator__value {
    height: 120px;
  }
  .home-charging-calculator p {
    position: relative;
    bottom: 0;
    display: inline;
  }
  .home-charging-calculator__box {
    width: 100%;
  }
  .home-charging-calculator__inner {
    width: 100%;
  }
  .home-charging-calculator__btn {
    position: relative;
    float: none;
    margin: 0 auto;
    display: block;
    right: auto;
    top: 15px;
  }
}

@media (max-width: 640px) {
  .section-general__left__normal {
    display: none;
  }
  .section-general__left__mobile {
    display: block;
    float: none;
    margin-top: 40px;
  }
  .home-charging-calculator__input {
    font-size: 14px;
  }
  .home-charging-calculator__wrapper {
    margin-top: 0px;
  }
  .home-charging-calculator__value {
    padding: 20px 20px 20px 20px;
    height: 140px;
    margin-left: 0px;
  }
  .home-charging-calculator__value__left {
    margin-bottom: 10px;
  }
  .home-charging-calculator__value__left h5, .home-charging-calculator__value__right h5 {
    display: block;
  }
  .home-charging-calculator__feedback {
    margin-left: 0px;
  }
}

@media (max-width: 350px) {
  .home-charging-calculator__input {
    font-size: 10px;
  }
}

.fuel-and-CO2-calculator__value-active {
  display: block !important;
}

.fuel-and-CO2-calculator {
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);
  margin: auto auto;
  padding: 24px 20px;
  margin-top: 20px;
  position: relative;
  overflow: auto;
}

.fuel-and-CO2-calculator__wrapper {
  max-width: 1570px;
  margin: 0 auto;
}

.fuel-and-CO2-calculator p {
  float: left;
  margin-left: 10px;
}

.fuel-and-CO2-calculator__inner {
  width: 85%;
}

.fuel-and-CO2-calculator__outer {
  width: 15%;
}

.fuel-and-CO2-calculator__box {
  width: 25%;
  padding: 10px;
  float: left;
  position: relative;
}

.fuel-and-CO2-calculator__box.hasValue label {
  display: block;
}

.fuel-and-CO2-calculator__input {
  width: 100%;
  border-radius: 9px 9px 0 0;
  background-color: #f1f1f1;
  margin-right: 20px;
  float: left;
  border: none;
  border-bottom: 2px solid #979797;
  padding: 20px 10px 8px;
  font-size: 18px;
}

.fuel-and-CO2-calculator__label {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 12px;
}

.fuel-and-CO2-calculator__btn {
  position: absolute;
  top: 65px;
  right: 20px;
  width: 225px;
  border: none;
  padding: 18px 0;
}

.fuel-and-CO2-calculator__feedback {
  margin-left: 30%;
}

.fuel-and-CO2-calculator__value {
  margin-left: 34%;
  border-radius: 9px;
  background-color: #e5fcf9;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  padding: 27px 20px 38px 27px;
  display: none;
  margin-top: 20px;
}

.fuel-and-CO2-calculator__value h5 {
  display: inline;
}

.fuel-and-CO2-calculator__value__fuel-cost {
  font-weight: 500;
  width: 60% !important;
}

.fuel-and-CO2-calculator__value__annual-CO2 {
  font-weight: 500;
  width: 60% !important;
}

.fuel-and-CO2-calculator__value__left {
  display: inline;
}

.fuel-and-CO2-calculator__value__right {
  display: inline;
  margin-left: 20%;
}

@media (max-width: 1710px) {
  .fuel-and-CO2-calculator__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1540px) {
  .fuel-and-CO2-calculator__inner {
    width: 100%;
  }
  .fuel-and-CO2-calculator__outer {
    width: 100%;
  }
  .fuel-and-CO2-calculator__btn {
    position: relative;
    float: none;
    margin: 0 auto;
    display: block;
    right: auto;
    top: 15px;
    margin-bottom: 15px;
  }
  .fuel-and-CO2-calculator__dropdown select {
    font-size: 14px;
  }
  .fuel-and-CO2-calculator__input {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  .fuel-and-CO2-calculator {
    padding-bottom: 40px;
  }
  .fuel-and-CO2-calculator__dropdown select {
    font-size: 16px;
  }
  .fuel-and-CO2-calculator__input {
    font-size: 16px;
  }
  .fuel-and-CO2-calculator__wrapper {
    margin-top: 50px;
  }
  .fuel-and-CO2-calculator__value {
    height: 120px;
  }
  .fuel-and-CO2-calculator__box {
    width: 100%;
  }
  .fuel-and-CO2-calculator__inner {
    width: 100%;
  }
  .fuel-and-CO2-calculator__btn {
    position: relative;
    float: none;
    margin: 0 auto;
    display: block;
    right: auto;
    top: 15px;
  }
  .fuel-and-CO2-calculator__value {
    padding: 20px 20px 20px 20px;
    height: 140px;
    margin-left: 0px;
  }
  .fuel-and-CO2-calculator__value__left {
    width: 100%;
    padding-bottom: 20px;
  }
  .fuel-and-CO2-calculator__value__right {
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }
  .fuel-and-CO2-calculator__value h5 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section-general__left__normal {
    display: none;
  }
  .section-general__left__mobile {
    display: block;
    float: none;
    margin-top: 40px;
  }
  .fuel-and-CO2-calculator__input {
    font-size: 14px;
  }
  .fuel-and-CO2-calculator__value__right h5, .fuel-and-CO2-calculator__value__left h5 {
    display: block;
  }
  .fuel-and-CO2-calculator__wrapper {
    margin-top: 0px;
  }
  .fuel-and-CO2-calculator__feedback {
    margin-left: 0px;
  }
}

@media (max-width: 350px) {
  .fuel-and-CO2-calculator__input {
    font-size: 10px;
  }
}

.fuel-lifecycle-emissions-calculator__value-active {
  display: block !important;
}

.error-active-v2 {
  border-bottom: 2px solid #f44336 !important;
  background-color: rgba(244, 67, 54, 0.05) !important;
  color: #f44336 !important;
}

.fuel-lifecycle-emissions-calculator {
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);
  margin: auto auto;
  padding: 24px 20px;
  padding-bottom: 50px;
  margin-top: 20px;
  position: relative;
  overflow: auto;
}

.fuel-lifecycle-emissions-calculator__dropdown select {
  border: none;
  background-color: #f1f1f1;
  width: 100%;
  height: 50px;
  border-radius: 9px 9px 0 0;
  background-color: #f1f1f1;
  border-bottom: 2px solid #979797;
  padding: 20px 10px 5px;
  font-size: 18px;
}

.fuel-lifecycle-emissions-calculator__dropdown select:required:invalid {
  color: gray;
}

.fuel-lifecycle-emissions-calculator__dropdown option[value=""][disabled] {
  display: none;
}

.fuel-lifecycle-emissions-calculator__dropdown option {
  color: black;
}

.fuel-lifecycle-emissions-calculator__wrapper {
  max-width: 1570px;
  margin: 0 auto;
}

.fuel-lifecycle-emissions-calculator p {
  position: absolute;
  top: 65px;
  margin-left: 10px;
}

.fuel-lifecycle-emissions-calculator__inner {
  width: 85%;
}

.fuel-lifecycle-emissions-calculator__outer {
  width: 15%;
}

.fuel-lifecycle-emissions-calculator__box {
  width: 33%;
  padding: 10px;
  float: left;
  position: relative;
}

.fuel-lifecycle-emissions-calculator__box:nth-child(1) {
  width: 25%;
}

.fuel-lifecycle-emissions-calculator__box:nth-child(2) {
  width: 15%;
}

.fuel-lifecycle-emissions-calculator__box:nth-child(3) {
  width: 30%;
}

.fuel-lifecycle-emissions-calculator__box:nth-child(4) {
  width: 15%;
}

.fuel-lifecycle-emissions-calculator__box:nth-child(5) {
  width: 15%;
}

.fuel-lifecycle-emissions-calculator__box.hasValue label {
  display: block;
}

.fuel-lifecycle-emissions-calculator__input {
  width: 100%;
  height: 50px;
  border-radius: 9px 9px 0 0;
  background-color: #f1f1f1;
  margin-right: 20px;
  float: left;
  border: none;
  border-bottom: 2px solid #979797;
  padding: 20px 10px 8px;
  font-size: 18px;
}

.fuel-lifecycle-emissions-calculator__label {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 12px;
}

.fuel-lifecycle-emissions-calculator__btn {
  position: absolute;
  top: 65px;
  right: 20px;
  width: 225px;
  border: none;
  padding: 18px 0;
}

.fuel-lifecycle-emissions-calculator__feedback {
  margin-left: 30%;
}

.fuel-lifecycle-emissions-calculator__value {
  margin-left: 34%;
  border-radius: 9px;
  background-color: #e5fcf9;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  padding: 27px 20px 38px 27px;
  display: none;
  margin-top: 20px;
}

.fuel-lifecycle-emissions-calculator__value h5 {
  display: inline;
}

.fuel-lifecycle-emissions-calculator__value__fuel-cost {
  font-weight: 500;
  width: 60% !important;
}

.fuel-lifecycle-emissions-calculator__value__annual-CO2 {
  font-weight: 500;
  width: 60% !important;
}

.fuel-lifecycle-emissions-calculator__value__left {
  display: inline;
}

.fuel-lifecycle-emissions-calculator__value__right {
  display: inline;
  margin-left: 20%;
}

@media (max-width: 1540px) {
  .fuel-lifecycle-emissions-calculator__inner {
    width: 100%;
  }
  .fuel-lifecycle-emissions-calculator__outer {
    width: 100%;
  }
  .fuel-lifecycle-emissions-calculator__btn {
    position: relative;
    float: none;
    margin: 0 auto;
    display: block;
    right: auto;
    top: 15px;
    margin-bottom: 15px;
    margin-top: 110px;
  }
  .fuel-lifecycle-emissions-calculator__dropdown select {
    font-size: 14px;
  }
  .fuel-lifecycle-emissions-calculator__input {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .fuel-lifecycle-emissions-calculator__value__left {
    display: block;
  }
  .fuel-lifecycle-emissions-calculator__value__right {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 1000px) {
  .fuel-lifecycle-emissions-calculator {
    padding-bottom: 40px;
  }
  .fuel-lifecycle-emissions-calculator__wrapper {
    margin-top: 50px;
  }
  .fuel-lifecycle-emissions-calculator__value {
    height: 120px;
  }
  .fuel-lifecycle-emissions-calculator p {
    position: relative;
    bottom: -10px;
    top: auto;
  }
  .fuel-lifecycle-emissions-calculator__box:nth-child(1) {
    width: 100%;
  }
  .fuel-lifecycle-emissions-calculator__box:nth-child(2) {
    width: 100%;
  }
  .fuel-lifecycle-emissions-calculator__box:nth-child(3) {
    width: 100%;
  }
  .fuel-lifecycle-emissions-calculator__box:nth-child(4) {
    width: 100%;
  }
  .fuel-lifecycle-emissions-calculator__box:nth-child(5) {
    width: 100%;
  }
  .fuel-lifecycle-emissions-calculator__dropdown select {
    font-size: 16px;
  }
  .fuel-lifecycle-emissions-calculator__input {
    font-size: 16px;
  }
  .fuel-lifecycle-emissions-calculator__inner {
    width: 100%;
  }
  .fuel-lifecycle-emissions-calculator__btn {
    position: relative;
    float: none;
    margin: 0 auto;
    display: block;
    right: auto;
    top: 15px;
    margin-bottom: 0;
  }
  .fuel-lifecycle-emissions-calculator__value {
    padding: 20px 20px 20px 20px;
    height: 140px;
    margin-left: 0px;
  }
  .fuel-lifecycle-emissions-calculator__value__left {
    width: 100%;
    padding-bottom: 20px;
  }
  .fuel-lifecycle-emissions-calculator__value__right {
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }
  .fuel-lifecycle-emissions-calculator__value h5 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section-general__left__normal {
    display: none;
  }
  .section-general__left__mobile {
    display: block;
    float: none;
    margin-top: 40px;
  }
  .fuel-lifecycle-emissions-calculator__dropdown select {
    font-size: 14px;
  }
  .fuel-lifecycle-emissions-calculator p {
    font-size: 14px;
  }
  .fuel-lifecycle-emissions-calculator__input {
    font-size: 14px;
  }
  .fuel-lifecycle-emissions-calculator__value__right h5, .fuel-lifecycle-emissions-calculator__value__left h5 {
    display: block;
  }
  .fuel-lifecycle-emissions-calculator__wrapper {
    margin-top: 0px;
  }
  .fuel-lifecycle-emissions-calculator__feedback {
    margin-left: 0px;
  }
}

@media (max-width: 450px) {
  .fuel-lifecycle-emissions-calculator__value {
    height: 180px;
  }
}

@media (max-width: 350px) {
  .fuel-lifecycle-emissions-calculator__dropdown select {
    font-size: 10px;
  }
  .fuel-lifecycle-emissions-calculator p {
    font-size: 10px;
  }
  .fuel-lifecycle-emissions-calculator__input {
    font-size: 10px;
  }
}

.Remove-bottom-padding {
  padding-bottom: 10px !important;
}

.compare-vehicles-results .result-page-search-block {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 1437px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-left: 34%;
}

.compare-vehicles-results .result-page-search-block__menu__btn {
  display: none;
  float: right;
  font-size: 0;
  border: none;
  vertical-align: middle;
  background-color: transparent;
  cursor: pointer;
  margin-top: 7px;
}

.compare-vehicles-results .result-page-search-block__menu__btn .icon::before {
  content: "";
  font-family: icons;
  font-size: 12px;
  color: #01654a;
}

.compare-vehicles-results .result-page-search-block__spacing {
  padding-top: 30px;
}

.compare-vehicles-results .result-page-search-block .additional {
  font-size: 14px;
  border: none;
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  background: white;
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  text-align: center;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #01654a;
  cursor: pointer;
  padding: 10px;
}

.compare-vehicles-results .result-page-search-block .additional:hover, .compare-vehicles-results .result-page-search-block .additional:focus {
  text-decoration: none;
}

.compare-vehicles-results .result-page-search-block .additional.hidden {
  display: none;
}

.compare-vehicles-results .result-page-search-block .additional img {
  margin: 0 auto;
  max-width: 98px;
  height: auto;
  display: block;
}

.compare-vehicles-results .result-page-search-block form {
  position: relative;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare {
  margin-left: -20px;
  margin-bottom: 25px;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds {
  border: none;
  padding: 0 9px;
  margin-bottom: 15px;
  padding-right: 9px;
  width: 33.333%;
  display: inline-block;
  float: left;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds fieldset {
  border: none;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds legend {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  color: #000;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds.hidden {
  display: none;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper {
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  padding: 15px 15px;
  position: relative;
  border-radius: 9px;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper img {
  max-width: 55px;
  height: auto;
  vertical-align: middle;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper .tick-icon {
  max-width: 25px;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper .removeBtn {
  color: #01654a;
  font-size: 15px;
  border: none;
  background: none;
  position: absolute;
  top: 65px;
  right: 29px;
  text-decoration: underline;
  cursor: pointer;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper .removeBtn:before {
  content: "";
  display: inline-block;
  background: url("../images/Function_icons/Exit.svg") no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper .form-item {
  padding: 10px 0;
  width: 100%;
  float: left;
  position: relative;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper .form-item:after {
  position: absolute;
  content: "";
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper .form-item label {
  position: absolute !important;
  font-size: 12px;
  top: 14px;
  left: 14px;
}

.compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper .form-item select {
  border: none;
  background-color: #f1f1f1;
  width: 100%;
  border-radius: 9px 9px 0 0;
  background-color: #f1f1f1;
  border-bottom: 2px solid #979797;
  padding: 20px 10px 8px;
  font-size: 18px;
  -webkit-appearance: none;
  color: #000;
}

.compare-vehicles-results .result-page-search-block form .disclaimer {
  margin-bottom: 35px;
}

.compare-vehicles-results .result-page-search-block form .submit-wrapper {
  text-align: left;
}

.compare-vehicles-results .result-page-search-block form .submit-wrapper input[type="submit"] {
  position: static;
  top: 45px;
  right: 0px;
  width: 225px;
  border: none;
  padding: 18px 0;
  color: #000;
}

@media (max-width: 1028px) {
  .compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper .tick-icon {
    display: none;
  }
}

@media (max-width: 880px) {
  .compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds legend {
    font-size: 12px;
  }
  .compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper img {
    visibility: hidden;
  }
}

@media (max-width: 640px) {
  .compare-vehicles-results .result-page-search-block {
    margin-left: 0;
  }
  .compare-vehicles-results .result-page-search-block__menu__btn {
    display: inline;
    position: absolute;
    right: 33px;
    top: 18px;
  }
  .compare-vehicles-results .result-page-search-block .additional {
    width: 100%;
  }
  .compare-vehicles-results .result-page-search-block form .submit-wrapper .btn__green {
    width: 100% !important;
  }
  .compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds {
    width: 100%;
    padding: 0;
  }
  .compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper {
    padding-bottom: 82px;
  }
  .compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper h3 {
    font-size: 18px;
  }
  .compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper img {
    visibility: visible;
  }
  .compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper .tick-icon {
    display: inline;
  }
  .compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper legend {
    position: relative;
  }
  .compare-vehicles-results .result-page-search-block form .vehicles-compare .column.thirds .inner-wrapper .removeBtn {
    bottom: 24px;
    top: auto;
  }
}

.results-page-results-block {
  max-width: 1570px;
  margin: 0 auto;
  border-top: 1px solid #979797;
  padding-top: 35px;
  margin-bottom: 40px;
}

.results-page-results-block__fix-padding {
  padding-top: 0;
}

.results-page-results-block__normal {
  display: block;
}

.results-page-results-block__mobile {
  display: none;
  margin-bottom: 50px;
}

.results-page-results-block__mobile a {
  color: #01654a;
  padding-right: 5px;
  margin-right: 5px;
}

.results-page-results-block__mobile a:not(:last-child) {
  border-right: 1px solid #01654a;
}

.results-page-results-block > h2 {
  font-family: Rubik;
  font-size: 28px;
  font-weight: bold;
}

.results-page-results-block .results-top {
  font-size: 0;
  margin-bottom: 45px;
}

.results-page-results-block .results-top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.results-page-results-block .results-top .right-section,
.results-page-results-block .results-top .left-section {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}

.results-page-results-block .results-top .right-section .description,
.results-page-results-block .results-top .left-section .description {
  color: #383745;
  line-height: 24px;
  padding-right: 50px;
  padding-top: 30px;
}

.results-page-results-block .results-top .right-section .description p,
.results-page-results-block .results-top .left-section .description p {
  padding-bottom: 10px;
}

.results-page-results-block .results-top .legend .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.results-page-results-block .results-top .legend .body {
  background: -webkit-gradient(linear, right top, left top, from(#f4dadd), color-stop(49.4%, #f4efd9), to(#e3f4dd));
  background: -webkit-linear-gradient(right, #f4dadd 0%, #f4efd9 49.4%, #e3f4dd 100%);
  background: linear-gradient(270deg, #f4dadd 0%, #f4efd9 49.4%, #e3f4dd 100%);
  border-radius: 2px;
}

.results-page-results-block .results-top .legend .body:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.results-page-results-block .results-top .legend .body .left-body,
.results-page-results-block .results-top .legend .body .middle-body,
.results-page-results-block .results-top .legend .body .right-body {
  width: 33.333%;
  float: left;
  padding: 10px 15px;
}

.results-page-results-block .results-top .legend .body .left-body {
  text-align: left;
}

.results-page-results-block .results-top .legend .body .middle-body {
  text-align: center;
}

.results-page-results-block .results-top .legend .body .right-body {
  text-align: right;
}

.results-page-results-block .results-content {
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  padding: 30px 25px;
  position: relative;
}

.results-page-results-block .results-content table {
  width: 100%;
  border-bottom: 1px solid black;
}

.results-page-results-block .results-content table tr th,
.results-page-results-block .results-content table tr .title,
.results-page-results-block .results-content table tr .cell {
  padding: 8px 25px;
  border-bottom: 1px solid #979797;
}

.results-page-results-block .results-content table tr th:last-child,
.results-page-results-block .results-content table tr .title:last-child,
.results-page-results-block .results-content table tr .cell:last-child {
  border-bottom: none;
  display: inherit;
}

.results-page-results-block .results-content table tr th {
  width: 25%;
  text-align: left;
  font-weight: bold;
  border: none;
}

.results-page-results-block .results-content table tr th img {
  max-width: 82px;
  height: auto;
  display: block;
}

.results-page-results-block .results-content table tr td:first-child {
  font-weight: bold;
  border-bottom: none;
}

.results-page-results-block .results-content table tr td:first-child .table-item-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #979797;
}

.results-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip {
  text-decoration: none;
  position: relative;
}

.results-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip span {
  visibility: hidden;
  position: absolute;
  left: 36px;
  background: rgba(56, 55, 69, 0.9);
  width: 17em;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  padding: 8px;
  cursor: default;
  border-radius: 4px;
  width: 320px;
  z-index: 300;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.results-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip img {
  margin-left: 10px;
}

.results-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip img:hover ~ span {
  visibility: visible;
}

.results-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip__text {
  color: green;
}

.results-page-results-block .results-content table tr td:first-child .table-item-field:nth-last-child(2) span, .results-page-results-block .results-content table tr td:first-child .table-item-field:nth-last-child(1) span {
  width: 450px;
  top: -40px;
}

.results-page-results-block .results-content table tr td:first-child .title {
  border-radius: 2px 0 0 2px;
}

.results-page-results-block .results-content table tr td:last-child .title {
  border-radius: 0 2px 2px 0;
}

.results-page-results-block .results-content table tr td:nth-child(2) .table-item-field {
  text-align: right;
}

.results-page-results-block .results-content table tr td .table-item-field {
  border-bottom: 1px solid #979797;
}

.results-page-results-block .results-content table tr td .table-item-field:last-child {
  border-bottom: none;
}

.results-page-results-block .results-content table tr td .vehicle-item.hidden {
  display: none;
}

.results-page-results-block .results-content table tr td .title {
  background: #05e4c4 0%;
  border: none;
}

.results-page-results-block .results-content table tr td .title label {
  overflow: hidden;
  font-weight: 500;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  padding: 1px 0px;
}

.results-page-results-block .results-content table tr td .title select {
  background: none;
  border: none;
  color: #000;
}

.results-page-results-block .results-content table tr td .to-compare.scale1 {
  background: #eeffe4;
}

.results-page-results-block .results-content table tr td .to-compare.scale2 {
  background: #f9ffe4;
}

.results-page-results-block .results-content table tr td .to-compare.scale3 {
  background: #fffae0;
}

.results-page-results-block .results-content table tr td .to-compare.scale4 {
  background: #ffede4;
}

.results-page-results-block .results-content table tr td .to-compare.scale5 {
  background: #ffe4e4;
}

.results-page-results-block .results-content table tr td .to-compare .scale-text {
  font-size: 12px;
}

.results-page-results-block .results-content .utility-tools {
  position: absolute;
  top: 30px;
  left: 25px;
}

.results-page-results-block .results-content .utility-tools a {
  color: #01654a;
  padding: 0 5px;
  border-right: 1px solid #01654a;
  text-decoration: none;
}

.results-page-results-block .results-content .utility-tools a:hover, .results-page-results-block .results-content .utility-tools a:active {
  text-decoration: underline;
}

.results-page-results-block .results-content .utility-tools a:last-child {
  border-right: none;
}

.results-page-results-block .pdf-download-form {
  display: none;
}

.results-page-results-block .section-general__left__links.bold__styling:hover {
  font-weight: bold;
}

@media (max-width: 1500px) {
  .results-page-results-block {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 815px) {
  .results-page-results-block .results-top {
    font-size: 0;
    margin-bottom: 45px;
  }
  .results-page-results-block .results-top:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .results-page-results-block .results-top .right-section,
  .results-page-results-block .results-top .left-section {
    width: 100%;
    font-size: 16px;
  }
  .results-page-results-block .results-top .right-section .description,
  .results-page-results-block .results-top .left-section .description {
    padding-right: 0;
  }
  .results-page-results-block .results-content {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .results-page-results-block .results-content table tr th,
  .results-page-results-block .results-content table tr .title,
  .results-page-results-block .results-content table tr .cell {
    padding: 0 25px;
    font-size: 12px;
  }
  .results-page-results-block .results-content table tr th {
    font-size: 12px;
  }
  .results-page-results-block .results-content table tr th img {
    max-width: 52px;
  }
  .results-page-results-block .results-content table tr td:first-child {
    font-weight: bold;
    line-height: 1;
  }
  .results-page-results-block .results-content table tr td:first-child .table-item-field {
    width: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: break-spaces;
  }
  .results-page-results-block .results-content table tr td:nth-child(2) .table-item-field {
    text-align: center;
    width: 100px;
  }
}

@media print {
  .results-page-results-block .results-content table tr th,
  .results-page-results-block .results-content table tr .title,
  .results-page-results-block .results-content table tr .cell {
    font-size: 8px;
    vertical-align: middle;
    padding-top: 5px;
  }
  .results-page-results-block .results-content table tr td:first-child .table-item-field {
    width: 50px !important;
    font-size: 10px;
    vertical-align: middle;
    padding-top: 5px;
  }
  .results-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip {
    display: none;
  }
  .results-page-results-block .results-content table tr td:nth-child(2) .table-item-field {
    width: 50px !important;
  }
  .results-page-results-block .results-content table tr td .table-item-field {
    width: 85px !important;
  }
  .results-page-results-block .results-content .utility-tools {
    display: none !important;
  }
}

.search-vehicles-by-feature .section-general {
  margin-bottom: 50px;
}

.search-vehicles-by-feature .bold__styling:hover {
  font-weight: bold;
}

.search-vehicles-by-feature .search-block {
  max-width: 1570px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media (max-width: 1570px) {
  .search-vehicles-by-feature .search-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.search-vehicles-by-feature .search-block .feature-search {
  border-radius: 9px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  margin-bottom: 50px;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset {
  border: none;
  padding: 0;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset fieldset {
  border: none;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset legend {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  color: #000;
  padding-left: 33px;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .columns:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .columns .columns__expand-btn__wrapper {
  display: none;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .columns .column {
  display: inline-block;
  float: left;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .columns .column > h2 {
  padding: 0 30px;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .columns .column.left {
  padding: 25px 0px;
  width: 25%;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .columns .column.left .column {
  width: 100%;
  padding: 0 30px;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .columns .column.right {
  padding: 25px 0px;
  background-color: #fafafa;
  width: 75%;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .columns .column.right .column {
  width: 33.333%;
  padding: 0 30px;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .form-item {
  padding: 10px 0;
  width: 100%;
  float: left;
  position: relative;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .form-item:after {
  position: absolute;
  content: "";
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .form-item label {
  position: absolute !important;
  font-size: 12px;
  top: 14px;
  left: 14px;
}

.search-vehicles-by-feature .search-block .feature-search .fieldset .form-item select {
  border: none;
  background-color: #f1f1f1;
  width: 100%;
  border-radius: 9px 9px 0 0;
  border-bottom: 2px solid #979797;
  padding: 20px 10px 8px;
  font-size: 18px;
  -webkit-appearance: none;
  color: #000;
}

.search-vehicles-by-feature .search-block .disclaimer {
  margin-bottom: 35px;
}

.search-vehicles-by-feature .search-block .submit-wrapper {
  text-align: center;
}

.search-vehicles-by-feature .search-block .submit-wrapper input[type="submit"] {
  padding: 18px 0;
}

@media (max-width: 769px) {
  .search-vehicles-by-feature .search-block {
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .search-vehicles-by-feature .search-block .feature-search {
    margin-bottom: 50px;
  }
  .search-vehicles-by-feature .search-block .feature-search .fieldset legend {
    padding-left: 13px;
  }
  .search-vehicles-by-feature .search-block .feature-search .fieldset .columns .columns__expand-btn__wrapper {
    display: block;
    padding: 0 15px;
    width: 100%;
  }
  .search-vehicles-by-feature .search-block .feature-search .fieldset .columns .columns__expand-btn__wrapper .columns__expand-btn {
    width: 100%;
    text-align: left;
    border: none;
    padding: 15px 0;
    background: none;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #000;
  }
  .search-vehicles-by-feature .search-block .feature-search .fieldset .columns .columns__expand-btn__wrapper .columns__expand-btn .icon {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .search-vehicles-by-feature .search-block .feature-search .fieldset .columns .columns__expand-btn__wrapper .columns__expand-btn .icon::before {
    content: "";
    font-family: icons;
    font-size: 12px;
    color: #01654a;
  }
  .search-vehicles-by-feature .search-block .feature-search .fieldset .columns .columns__expand-btn__wrapper .columns__expand-btn.active .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .search-vehicles-by-feature .search-block .feature-search .fieldset .columns .column > h2 {
    padding: 0 15px;
    font-size: 16px;
  }
  .search-vehicles-by-feature .search-block .feature-search .fieldset .columns .column.left {
    padding: 25px 0px;
    width: 100%;
  }
  .search-vehicles-by-feature .search-block .feature-search .fieldset .columns .column.left .column {
    padding: 0 15px;
  }
  .search-vehicles-by-feature .search-block .feature-search .fieldset .columns .column.right {
    padding: 25px 0px;
    width: 100%;
  }
  .search-vehicles-by-feature .search-block .feature-search .fieldset .columns .column.right .column {
    width: 100%;
    padding: 0 15px;
  }
  .search-vehicles-by-feature .search-block .disclaimer {
    margin-bottom: 35px;
  }
  .search-vehicles-by-feature .search-block .submit-wrapper input[type="submit"] {
    padding: 12px 0;
    border-radius: 20px;
  }
}

.search__btn__prev {
  float: left;
  margin: 0;
  max-width: none;
  width: auto;
  padding: 11px 11px;
  border-radius: 20px;
  position: absolute;
  top: -30px;
  left: 39px;
}

.search__btn__next {
  float: right;
  margin: 0;
  max-width: none;
  width: auto;
  padding: 11px 11px;
  border-radius: 20px;
  position: absolute;
  top: -30px;
  right: -5px;
}

.search-vehicles-by-feature .results-table-block {
  max-width: 1570px;
  margin: 0 auto;
  border-top: 1px solid #979797;
  padding-top: 35px;
}

@media (max-width: 1570px) {
  .search-vehicles-by-feature .results-table-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.search-vehicles-by-feature .results-table-block > h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.search-vehicles-by-feature .results-table-block .results-top {
  font-size: 0;
  margin-bottom: 45px;
}

.search-vehicles-by-feature .results-table-block .results-top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.search-vehicles-by-feature .results-table-block .results-top .right-section,
.search-vehicles-by-feature .results-table-block .results-top .left-section {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}

.search-vehicles-by-feature .results-table-block .results-top .right-section .description,
.search-vehicles-by-feature .results-table-block .results-top .left-section .description {
  color: #383745;
  line-height: 24px;
  padding-right: 200px;
}

.search-vehicles-by-feature .results-table-block .results-top .right-section .description .description__bold,
.search-vehicles-by-feature .results-table-block .results-top .left-section .description .description__bold {
  font-weight: bold;
  display: inline;
}

.search-vehicles-by-feature .results-table-block .results-top .right-section .description p,
.search-vehicles-by-feature .results-table-block .results-top .left-section .description p {
  display: inline;
}

.search-vehicles-by-feature .results-table-block .results-top .right-section .description .legend,
.search-vehicles-by-feature .results-table-block .results-top .left-section .description .legend {
  margin-top: 5px;
}

.search-vehicles-by-feature .results-table-block .results-top .right-section .description .legend .non-current-model,
.search-vehicles-by-feature .results-table-block .results-top .left-section .description .legend .non-current-model {
  max-width: 15px;
  height: auto;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.search-vehicles-by-feature .results-table-block .results-top .right-section .description .legend span,
.search-vehicles-by-feature .results-table-block .results-top .left-section .description .legend span {
  vertical-align: middle;
}

.search-vehicles-by-feature .results-table-block .results-top .legend .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.search-vehicles-by-feature .results-table-block .results-top .legend .body {
  background: -webkit-gradient(linear, right top, left top, from(#f4dadd), color-stop(49.4%, #f4efd9), to(#e3f4dd));
  background: -webkit-linear-gradient(right, #f4dadd 0%, #f4efd9 49.4%, #e3f4dd 100%);
  background: linear-gradient(270deg, #f4dadd 0%, #f4efd9 49.4%, #e3f4dd 100%);
  border-radius: 2px;
}

.search-vehicles-by-feature .results-table-block .results-top .legend .body:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.search-vehicles-by-feature .results-table-block .results-top .legend .body .left-body,
.search-vehicles-by-feature .results-table-block .results-top .legend .body .middle-body,
.search-vehicles-by-feature .results-table-block .results-top .legend .body .right-body {
  width: 33.333%;
  float: left;
  padding: 10px 15px;
}

.search-vehicles-by-feature .results-table-block .results-top .legend .body .left-body {
  text-align: left;
}

.search-vehicles-by-feature .results-table-block .results-top .legend .body .middle-body {
  text-align: center;
}

.search-vehicles-by-feature .results-table-block .results-top .legend .body .right-body {
  text-align: right;
}

.search-vehicles-by-feature .results-table-block .results-content {
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  padding: 30px 25px;
  position: relative;
  overflow-x: auto;
}

.search-vehicles-by-feature .results-table-block .results-content .table-filter {
  display: inline-block;
  max-width: 220px;
  vertical-align: top;
  padding-right: 15px;
}

.search-vehicles-by-feature .results-table-block .results-content .table-filter .compare-by-block .checkbox-item-wrapper {
  padding-bottom: 5px;
}

.search-vehicles-by-feature .results-table-block .results-content .table-filter .compare-by-block .compare-by-expand-btn {
  display: none;
}

.search-vehicles-by-feature .results-table-block .results-content .table-filter .checkboxes-wrapper {
  padding-top: 10px;
}

.search-vehicles-by-feature .results-table-block .results-content .table-filter .checkboxes-wrapper label {
  cursor: pointer;
  vertical-align: middle;
}

.search-vehicles-by-feature .results-table-block .results-content .table-filter .checkboxes-wrapper .tool-tip {
  margin-left: 5px;
  vertical-align: middle;
  line-height: normal;
}

.search-vehicles-by-feature .results-table-block .results-content .table-filter .checkboxes-wrapper input[type="checkbox"] {
  accent-color: #00e9c3;
  margin-bottom: 10px;
  margin-right: 5px;
  cursor: pointer;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper {
  max-width: -webkit-calc(100% - 220px);
  max-width: calc(100% - 220px);
  display: inline-block;
  vertical-align: top;
  overflow-y: auto;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper::-webkit-scrollbar {
  background: rgba(151, 151, 151, 0.2);
  border-radius: 10px;
  height: 12px;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper::-webkit-scrollbar-thumb:horizontal {
  background: #979797;
  border-radius: 10px;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table {
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #000;
  border-collapse: collapse;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr td,
.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr th {
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-top: none;
  padding: 20px 10px;
  text-align: left;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr th {
  font-weight: bold;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr td {
  border-bottom: none;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr td .non-current-model {
  vertical-align: middle;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr td:first-child {
  background: #00e9c3;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr td .table-item-field {
  border-bottom: 1px solid #979797;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr td .table-item-field:last-child {
  border-bottom: none;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr .to-compare.scale1 {
  background: #eeffe4;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr .to-compare.scale2 {
  background: #f9ffe4;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr .to-compare.scale3 {
  background: #fffae0;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr .to-compare.scale4 {
  background: #ffede4;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr .to-compare.scale5 {
  background: #ffe4e4;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr .to-compare .scale-text {
  font-size: 12px;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table .vehicle-item .details:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table thead tr:last-child {
  cursor: pointer;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table thead tr:last-child .details:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px #000;
          box-shadow: 0 0 3px #000;
}

.search-vehicles-by-feature .results-table-block .results-content .table-wrapper table .hidden {
  display: none;
}

.search-vehicles-by-feature .results-table-block .results-content .sortable th::after {
  color: inherit;
  content: "\21C5";
}

.search-vehicles-by-feature .results-table-block .results-content .sortable th.dir-d::after {
  color: inherit;
  content: " \025BE";
}

.search-vehicles-by-feature .results-table-block .results-content .sortable th.dir-u::after {
  color: inherit;
  content: " \025B4";
}

.search-vehicles-by-feature .results-table-block .results-content .sortable th.no-sort::after {
  content: none;
}

.search-vehicles-by-feature .results-table-block .results-content .arrows {
  float: right;
  width: 85%;
  position: relative;
}

.search-vehicles-by-feature .results-table-block .results-content .arrows__mobile {
  display: none;
}

.search-vehicles-by-feature .results-table-block .results-content .utility-tools {
  margin-bottom: 30px;
}

.search-vehicles-by-feature .results-table-block .results-content .utility-tools a:not(.next-column) {
  color: #01654a;
  padding: 0 5px;
  border-right: 1px solid #01654a;
}

.search-vehicles-by-feature .results-table-block .results-content .utility-tools a:not(.next-column).print {
  border-right: none;
}

.search-vehicles-by-feature .results-table-block .results-content .utility-tools .next-column {
  float: right;
  color: #01654a;
  font-weight: 500;
  text-decoration: none;
}

.search-vehicles-by-feature .results-table-block .results-content .utility-tools .next-column:hover, .search-vehicles-by-feature .results-table-block .results-content .utility-tools .next-column:active {
  text-decoration: underline;
}

.search-vehicles-by-feature .results-table-block .pdf-download-form {
  display: none;
}

@media (max-width: 1215px) {
  .search__btn__prev {
    left: 20%;
  }
}

@media (max-width: 769px) {
  .search__btn__prev {
    left: -10vw;
    top: 8px;
  }
  .search__btn__next {
    right: 15px;
    top: 8px;
  }
  .search-vehicles-by-feature .results-table-block {
    margin-bottom: 25px;
  }
  .search-vehicles-by-feature .results-table-block > h2 {
    font-size: 20px;
  }
  .search-vehicles-by-feature .results-table-block .results-top {
    margin-bottom: 40px;
  }
  .search-vehicles-by-feature .results-table-block .results-top .right-section,
  .search-vehicles-by-feature .results-table-block .results-top .left-section {
    width: 100%;
    margin-bottom: 30px;
  }
  .search-vehicles-by-feature .results-table-block .results-top .right-section .description,
  .search-vehicles-by-feature .results-table-block .results-top .left-section .description {
    padding-right: 0px;
  }
  .search-vehicles-by-feature .results-table-block .results-top .legend .body .left-body,
  .search-vehicles-by-feature .results-table-block .results-top .legend .body .middle-body,
  .search-vehicles-by-feature .results-table-block .results-top .legend .body .right-body {
    font-size: 12px;
  }
  .search-vehicles-by-feature .results-table-block .results-content {
    padding: 0;
    margin-left: -16px;
    margin-right: -16px;
  }
  .search-vehicles-by-feature .results-table-block .results-content .table-filter {
    max-width: 100%;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    vertical-align: top;
    top: -120px;
    left: 0;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px 0 #ddd;
            box-shadow: 0 2px 15px 0 #ddd;
    padding: 15px;
    margin-left: 16px;
    margin-right: 16px;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .search-vehicles-by-feature .results-table-block .results-content .table-filter .compare-by-block {
    position: relative;
  }
  .search-vehicles-by-feature .results-table-block .results-content .table-filter .compare-by-block .compare-by-expand-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 0;
    background: none;
    padding: 5px 8px;
    border: none;
  }
  .search-vehicles-by-feature .results-table-block .results-content .table-filter .compare-by-block .compare-by-expand-btn .icon::before {
    content: "";
    font-family: icons;
    font-size: 12px;
    color: #01654a;
  }
  .search-vehicles-by-feature .results-table-block .results-content .table-filter .compare-by-block .compare-by-expand-btn.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .search-vehicles-by-feature .results-table-block .results-content .table-wrapper {
    max-width: -webkit-calc(100%);
    max-width: calc(100%);
    width: 100%;
    margin-top: 50px;
  }
  .search-vehicles-by-feature .results-table-block .results-content .table-wrapper table {
    white-space: nowrap;
  }
  .search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr td,
  .search-vehicles-by-feature .results-table-block .results-content .table-wrapper table tr th {
    padding: 15px 8px;
  }
  .search-vehicles-by-feature .results-table-block .results-content .arrows__normal {
    display: none;
  }
  .search-vehicles-by-feature .results-table-block .results-content .arrows__mobile {
    display: block;
  }
  .search-vehicles-by-feature .results-table-block .results-content .utility-tools {
    margin-bottom: 20px;
    margin-top: 20px;
    left: 16px;
    position: relative;
  }
  .search-vehicles-by-feature .results-table-block .results-content .utility-tools a:not(.next-column).print {
    border-right: 1px solid #01654a;
  }
  .search-vehicles-by-feature .results-table-block .results-content .utility-tools .next-column {
    float: none;
    padding: 0 5px;
  }
}

@media (max-width: 650px) {
  .search-vehicles-by-feature .results-table-block .tool-tip span {
    top: 20px;
    left: -70px;
    width: 40vw;
  }
}

@media print {
  .search-vehicles-by-feature .results-content table tbody {
    font-size: 8px;
  }
  .search-vehicles-by-feature .results-content table tr th,
  .search-vehicles-by-feature .results-content table tr .title,
  .search-vehicles-by-feature .results-content table tr .cell {
    font-size: 8px;
    vertical-align: middle;
    padding-top: 5px;
  }
  .search-vehicles-by-feature .results-content table tr td:first-child .table-item-field {
    width: 50px !important;
    font-size: 10px;
    vertical-align: middle;
    padding-top: 5px;
  }
  .search-vehicles-by-feature .results-content table tr td:first-child .table-item-field .tool-tip {
    display: none;
  }
  .search-vehicles-by-feature .results-content table tr td:nth-child(2) .table-item-field {
    width: 50px !important;
  }
  .search-vehicles-by-feature .results-content table tr td .table-item-field {
    width: 85px !important;
  }
  .search-vehicles-by-feature .results-content .utility-tools {
    display: none !important;
  }
}

.individual-page-results-block {
  max-width: 1570px;
  margin: 0 auto;
  padding-top: 35px;
}

.individual-page-results-block .results-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.individual-page-results-block .results-flex:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.individual-page-results-block .compare-link {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 40px;
  width: 23%;
}

.individual-page-results-block .compare-link form {
  height: 100%;
}

.individual-page-results-block .compare-link form .search-type-vc {
  display: none;
}

.individual-page-results-block .compare-link__btn {
  border-radius: 9px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  border: none;
  color: #01654a;
  text-decoration: underline;
  height: 100%;
  width: 100%;
  padding: 36px;
  white-space: break-spaces;
  cursor: pointer;
}

.individual-page-results-block .compare-link img {
  width: 100px;
  position: absolute;
  top: 40%;
  left: 30%;
  cursor: pointer;
  -webkit-appearance: none;
}

.individual-page-results-block .compare-link span {
  width: 110px;
  position: absolute;
  top: 54%;
  left: 30%;
  color: #01654a;
  text-decoration: underline;
}

.individual-page-results-block__fix-padding {
  padding-top: 0;
}

.individual-page-results-block__normal {
  display: block;
}

.individual-page-results-block__mobile {
  display: none;
  margin-bottom: 50px;
}

.individual-page-results-block__mobile a {
  color: #01654a;
  padding-right: 5px;
  margin-right: 5px;
}

.individual-page-results-block__mobile a:not(:last-child) {
  border-right: 1px solid #01654a;
}

.individual-page-results-block > h2 {
  font-family: Rubik;
  font-size: 28px;
  font-weight: bold;
}

.individual-page-results-block .results-top {
  font-size: 0;
  margin-bottom: 45px;
}

.individual-page-results-block .results-top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.individual-page-results-block .results-top .right-section,
.individual-page-results-block .results-top .left-section {
  width: 75%;
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}

.individual-page-results-block .results-top .right-section .description,
.individual-page-results-block .results-top .left-section .description {
  color: #383745;
  line-height: 24px;
  padding-right: 200px;
}

.individual-page-results-block .results-top .legend .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.individual-page-results-block .results-top .legend .body {
  background: -webkit-gradient(linear, right top, left top, from(#f4dadd), color-stop(49.4%, #f4efd9), to(#e3f4dd));
  background: -webkit-linear-gradient(right, #f4dadd 0%, #f4efd9 49.4%, #e3f4dd 100%);
  background: linear-gradient(270deg, #f4dadd 0%, #f4efd9 49.4%, #e3f4dd 100%);
  border-radius: 2px;
}

.individual-page-results-block .results-top .legend .body:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.individual-page-results-block .results-top .legend .body .left-body,
.individual-page-results-block .results-top .legend .body .middle-body,
.individual-page-results-block .results-top .legend .body .right-body {
  width: 33.333%;
  float: left;
  padding: 10px 15px;
}

.individual-page-results-block .results-top .legend .body .left-body {
  text-align: left;
}

.individual-page-results-block .results-top .legend .body .middle-body {
  text-align: center;
}

.individual-page-results-block .results-top .legend .body .right-body {
  text-align: right;
}

.individual-page-results-block .results-content {
  border-radius: 9px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 15px 0 rgba(221, 221, 221, 0.5);
  padding: 30px 25px;
  position: relative;
  margin-bottom: 40px;
  width: 75%;
  margin-right: 15px;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.individual-page-results-block .results-content table {
  width: 100%;
  border-bottom: 1px solid black;
}

.individual-page-results-block .results-content table tr th,
.individual-page-results-block .results-content table tr .title,
.individual-page-results-block .results-content table tr .cell {
  padding: 8px 25px;
  border-bottom: 1px solid #979797;
}

.individual-page-results-block .results-content table tr th:last-child,
.individual-page-results-block .results-content table tr .title:last-child,
.individual-page-results-block .results-content table tr .cell:last-child {
  border-bottom: none;
  display: inherit;
}

.individual-page-results-block .results-content table tr th {
  width: 25%;
  text-align: left;
  font-weight: bold;
  border: none;
}

.individual-page-results-block .results-content table tr th img {
  max-width: 82px;
  height: auto;
  display: block;
}

.individual-page-results-block .results-content table tr td:first-child {
  font-weight: bold;
  border-bottom: none;
}

.individual-page-results-block .results-content table tr td:first-child .table-item-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #979797;
}

.individual-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip {
  text-decoration: none;
  position: relative;
}

.individual-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip span {
  visibility: hidden;
  position: absolute;
  left: 45px;
  background: rgba(56, 55, 69, 0.9);
  width: 17em;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  padding: 8px;
  cursor: default;
  border-radius: 4px;
  width: 320px;
  z-index: 300;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.individual-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip img {
  margin-left: 20px;
}

.individual-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip img:hover ~ span {
  visibility: visible;
}

.individual-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip__text {
  color: green;
}

.individual-page-results-block .results-content table tr td:first-child .table-item-field:nth-last-child(2) span, .individual-page-results-block .results-content table tr td:first-child .table-item-field:nth-last-child(1) span {
  width: 450px;
  top: -40px;
}

.individual-page-results-block .results-content table tr td:first-child .title {
  border-radius: 2px 0 0 2px;
}

.individual-page-results-block .results-content table tr td:last-child .title {
  border-radius: 0 2px 2px 0;
}

.individual-page-results-block .results-content table tr td:nth-child(2) .table-item-field {
  text-align: right;
}

.individual-page-results-block .results-content table tr td .table-item-field {
  border-bottom: 1px solid #979797;
}

.individual-page-results-block .results-content table tr td .table-item-field:last-child {
  border-bottom: none;
}

.individual-page-results-block .results-content table tr td .vehicle-item.hidden {
  display: none;
}

.individual-page-results-block .results-content table tr td .title {
  background: #05e4c4 0%;
  border: none;
}

.individual-page-results-block .results-content table tr td .title label {
  overflow: hidden;
  font-weight: 500;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  padding: 1px 0px;
}

.individual-page-results-block .results-content table tr td .title select {
  background: none;
  border: none;
  color: #000;
}

.individual-page-results-block .results-content table tr td .to-compare.scale1 {
  background: #eeffe4;
}

.individual-page-results-block .results-content table tr td .to-compare.scale2 {
  background: #f9ffe4;
}

.individual-page-results-block .results-content table tr td .to-compare.scale3 {
  background: #fffae0;
}

.individual-page-results-block .results-content table tr td .to-compare.scale4 {
  background: #ffede4;
}

.individual-page-results-block .results-content table tr td .to-compare.scale5 {
  background: #ffe4e4;
}

.individual-page-results-block .results-content table tr td .to-compare .scale-text {
  font-size: 12px;
}

.individual-page-results-block .results-content .utility-tools {
  position: absolute;
  top: 30px;
  left: 25px;
}

.individual-page-results-block .results-content .utility-tools a {
  color: #01654a;
  padding: 0 5px;
  border-right: 1px solid #01654a;
}

.individual-page-results-block .results-content .utility-tools a:last-child {
  border-right: none;
}

.individual-page-results-block .pdf-download-form {
  display: none;
}

@media (max-width: 1200px) {
  .individual-page-results-block .results-content {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
  .individual-page-results-block .compare-link {
    height: 70px;
  }
  .individual-page-results-block .compare-link__btn {
    padding: 0;
    padding-left: 80px;
  }
  .individual-page-results-block .compare-link img {
    float: none;
    width: 50px;
    top: 10px;
    left: 15px;
  }
  .individual-page-results-block .compare-link span {
    float: none;
    display: inline-block;
    width: 75%;
    vertical-align: top;
    margin-top: 25px;
    margin-left: 10px;
    position: relative;
    top: auto;
    left: auto;
  }
}

@media (max-width: 915px) {
  .individual-page-results-block .results-content {
    max-width: 100%;
    overflow: auto;
  }
}

@media (max-width: 815px) {
  .individual-page-results-block .results-top {
    font-size: 0;
    margin-bottom: 45px;
  }
  .individual-page-results-block .results-top:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .individual-page-results-block .results-top .right-section,
  .individual-page-results-block .results-top .left-section {
    width: 100%;
    font-size: 16px;
  }
  .individual-page-results-block .results-top .right-section .description,
  .individual-page-results-block .results-top .left-section .description {
    padding-right: 0;
  }
  .individual-page-results-block .results-content {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .individual-page-results-block .results-content table tr th,
  .individual-page-results-block .results-content table tr .title,
  .individual-page-results-block .results-content table tr .cell {
    padding: 0;
    padding-top: 10px;
    font-size: 12px;
  }
  .individual-page-results-block .results-content table tr th {
    font-size: 12px;
  }
  .individual-page-results-block .results-content table tr th img {
    max-width: 52px;
  }
  .individual-page-results-block .results-content table tr td:first-child {
    font-weight: bold;
  }
  .individual-page-results-block .results-content table tr td:first-child .table-item-field {
    width: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: break-spaces;
  }
  .individual-page-results-block .results-content table tr td:first-child .table-item-field .tool-tip img {
    padding-left: 3px;
  }
  .individual-page-results-block .results-content table tr td:nth-child(2) .table-item-field {
    text-align: center;
    width: 100px;
  }
}

@media (max-width: 415px) {
  .individual-page-results-block .compare-link {
    height: 70px;
  }
  .individual-page-results-block .compare-link span {
    width: 75%;
    margin-top: 23px;
  }
}

.factsheet-show-mobile {
  display: block !important;
}

.remove-line-height {
  line-height: 40px;
}

.factsheet__box {
  color: #01654a;
}

.factsheet__box table {
  border-collapse: collapse;
  width: 100%;
}

.factsheet__box table tr:nth-child(4n + 1), .factsheet__box table tr:nth-child(4n + 2) {
  background: rgba(223, 253, 249, 0.25);
}

.factsheet__box table tr:nth-child(even) {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}

.factsheet__box table tr th {
  width: 25%;
}

.factsheet__box table tr th a {
  text-decoration: none;
  color: #01654a;
}

.factsheet__box table tr th a:hover, .factsheet__box table tr th a:active {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .factsheet__box table {
    font-size: 12px;
  }
}

.news-page__filter-all, .news-page__filter-latest, .news-page__filter-news, .news-page__filter-case-study {
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #00e9c3;
}

.news-page__filter-all {
  background-color: #00e9c3;
}

.news-page__dropdown {
  padding-top: 20px;
}

.news-page__dropdown select {
  border: none;
  background-color: #f1f1f1;
  width: 200px;
  border-radius: 9px 9px 0 0;
  background-color: #f1f1f1;
  border-bottom: 2px solid #979797;
  padding: 20px 10px 8px;
  font-size: 18px;
}

.news-page__additional:hover, .news-page__additional:active {
  cursor: pointer;
}

.news-page__bottom {
  display: inline;
  margin-left: 20%;
}

.news-page__bottom a {
  color: #01654a;
  text-decoration: none;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 600;
}

.news-page__bottom a h2 .h4__styling {
  font-size: 18px;
  padding: 8px 0;
  max-width: 300px;
  line-height: 18px;
  font-weight: 600;
  display: block;
  color: #01654a;
}

.news-page__bottom a:hover, .news-page__bottom a:active {
  text-decoration: underline;
}

.news-page__previous {
  background-color: #fff;
  border: 2px #00e9c3 solid;
  display: inline;
}

.news-page__next {
  display: inline;
  float: right;
}

.news-page__section__box {
  width: 33%;
  margin-bottom: 20px;
}

@media (max-width: 1080px) {
  .news-page__section__box {
    width: 50%;
  }
  .news-page__bottom {
    margin-left: 20%;
  }
  .news-page__previous, .news-page__next {
    width: 100px;
  }
}

@media (max-width: 1080px) {
  .news-page__bottom {
    margin-left: 5%;
  }
}

@media (max-width: 420px) {
  .news-page__section__box {
    width: 100%;
  }
  .news-page__bottom {
    margin-left: 10px;
  }
  .news-page__bottom a {
    margin-right: 0;
  }
}

.newly-added {
  width: 100%;
}

.newly-added__box {
  width: 100%;
  float: left;
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.newly-added__box__left {
  float: left;
  width: 10%;
  height: 100%;
  background-color: #00e9c3;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.newly-added__box__left p {
  font-size: 20px;
  padding: 0;
  font-weight: bold;
}

.newly-added__box__right {
  float: left;
  width: 90%;
  height: 100%;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.newly-added__box__right a {
  font-size: 18px;
  display: block;
  color: #01654a;
}

.newly-added__box__right a:not(:last-child) {
  padding-bottom: 5px;
}

@media (max-width: 950px) {
  .newly-added__box__left {
    width: 15%;
  }
  .newly-added__box__left p {
    font-size: 16px;
  }
  .newly-added__box__right {
    width: 85%;
  }
  .newly-added__box__right a {
    font-size: 20px;
  }
}

@media (max-width: 160px) {
  .newly-added__box {
    height: 150px;
  }
  .newly-added__box__left {
    width: 25%;
  }
  .newly-added__box__left p {
    font-size: 14px;
  }
  .newly-added__box__right {
    width: 75%;
  }
  .newly-added__box__right a {
    font-size: 16px;
  }
}

ul li .list_style {
  list-style-type: decimal;
}

.how-to-guide-style {
  word-wrap: break-word;
}

.faq__page__styling {
  word-wrap: break-word;
}

/*# sourceMappingURL=main.css.map */
