* {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body,
html {
  height: 100%;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  background: #efefef;
}

body header,
html header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  position: relative;
  background-color: #4d4d4d;
}

body header h1,
html header h1 {
  color: #ffffff;
  font-size: 1.1rem;
  padding-left: 10px;
  text-transform: uppercase;
}

body header img,
html header img {
  position: absolute;
  right: 20px;
  top: 25px;
  height: 80px;
  width: auto;
  z-index: 10;
}

body nav,
html nav {
  background-color: #262626;
  position: relative;
  height: 30px;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

body nav a,
html nav a {
  color: #ffffff;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 10px;
  font-weight: 100;
  background-color: #262626;
}

body nav a.active,
html nav a.active {
  background-color: #595959;
}

body section#car,
html section#car {
  min-height: 200px;
  height: 200px;
  padding: 20px;
  position: relative;
}

body section#car .spec-button,
html section#car .spec-button {
  background: #1d6ad5;
  padding: 10px;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
}

body section#car .spec-button:hover,
html section#car .spec-button:hover {
  cursor: pointer;
  background: #1754a8;
}

body section#car .overlay,
html section#car .overlay {
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

body section#car h2,
html section#car h2 {
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 100;
  text-transform: uppercase;
  text-shadow: #4d4d4d 1px 1px 4px;
  z-index: 3;
}

body section#car h2 span,
html section#car h2 span {
  font-size: inherit;
  font-weight: inherit;
  text-transform: lowercase;
}

body section#specification,
html section#specification {
  background: #ffffff;
  padding: 10px;
}

body section#specification ul,
html section#specification ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

body section#specification ul li,
html section#specification ul li {
  font-weight: 200;
  padding: 2px 0;
}

body section#form,
html section#form {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

body section#form form,
html section#form form {
  width: 100%;
  background: #ffffff;
  padding: 10px;
}

body section#form form h3,
html section#form form h3 {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #e6e6e6;
}

body section#form form .form-group,
html section#form form .form-group {
  display: block;
  max-width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
}

body section#form form .form-group label,
html section#form form .form-group label {
  font-weight: 600;
  text-transform: uppercase;
  color: #5d6162;
  font-size: 11px;
  display: block;
  margin-bottom: 0.6rem;
}

body section#form form .form-group .contact,
html section#form form .form-group .contact {
  font-size: 14px;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
  text-transform: none;
  text-align: left;
  margin-top: 10px;
}

body section#form form .form-group .contact:after,
html section#form form .form-group .contact:after {
  content: "i";
  background-color: #1d6ad5;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding-top: 0px;
  margin-left: 5px;
  margin-top: 5px;
}

body section#form form .form-group .form-control,
html section#form form .form-group .form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem 0.7rem;
  font-size: 1rem;
  line-height: 1.25;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #d1d1d1;
  border-radius: 0.125rem;
  color: #5d6162;
  background-color: #fff;
  box-shadow: none;
  box-sizing: border-box;
}

body section#form form .form-group .container,
html section#form form .form-group .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  text-transform: none;
  color: #000000;
}

body section#form form .form-group .container input,
html section#form form .form-group .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

body section#form form .form-group .checkmark,
html section#form form .form-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

body section#form form .form-group .container:hover input ~ .checkmark,
html section#form form .form-group .container:hover input ~ .checkmark {
  background-color: #ccc;
}

body section#form form .form-group .container input:checked ~ .checkmark,
html section#form form .form-group .container input:checked ~ .checkmark {
  background-color: #1d6ad5;
}

body section#form form .form-group .checkmark:after,
html section#form form .form-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

body section#form form .form-group .container input:checked ~ .checkmark:after,
html section#form form .form-group .container input:checked ~ .checkmark:after {
  display: block;
}

body section#form form .form-group .container .checkmark:after,
html section#form form .form-group .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body section#form form .form-group button,
html section#form form .form-group button {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #1d6ad5;
  color: #ffffff;
}

body section#form form .modal,
html section#form form .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
}

body section#form form .modal .modal_overlay,
html section#form form .modal .modal_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 995;
  background: rgba(0, 0, 0, 0.85);
}

body section#form form .modal .modal_content,
html section#form form .modal .modal_content {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  width: 90%;
}

body section#form form .modal .modal_content h2,
html section#form form .modal .modal_content h2 {
  font-size: 28px;
  font-weight: 200;
  margin: 20px 0 40px;
  text-align: center;
}

body section#form form .modal .modal_content .buttons_wrapper,
html section#form form .modal .modal_content .buttons_wrapper {
  padding: 20px;
}

body section#form form .modal .close_modal,
html section#form form .modal .close_modal {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #1d6ad5;
  color: #ffffff;
}

body section#form form .market_modal,
html section#form form .market_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
}

body section#form form .market_modal .market_modal_overlay,
html section#form form .market_modal .market_modal_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 995;
  background: rgba(0, 0, 0, 0.85);
}

body section#form form .market_modal .market_modal_content,
html section#form form .market_modal .market_modal_content {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  width: 90%;
}

body section#form form .market_modal .market_modal_content h2,
html section#form form .market_modal .market_modal_content h2 {
  font-size: 28px;
  font-weight: 200;
  margin: 20px 0 40px;
  text-align: center;
}

body section#form form .market_modal .market_modal_content .buttons_wrapper,
html section#form form .market_modal .market_modal_content .buttons_wrapper {
  padding: 20px;
}

body section#form form .market_modal .close_market_modal,
html section#form form .market_modal .close_market_modal {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #1d6ad5;
  color: #ffffff;
}

body section#form form .consent_modal,
html section#form form .consent_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
}

body section#form form .consent_modal .consent_modal_overlay,
html section#form form .consent_modal .consent_modal_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 995;
  background: rgba(0, 0, 0, 0.85);
}

body section#form form .consent_modal .consent_modal_content,
html section#form form .consent_modal .consent_modal_content {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  width: 90%;
}

body section#form form .consent_modal .consent_modal_content h2,
html section#form form .consent_modal .consent_modal_content h2 {
  font-size: 28px;
  font-weight: 200;
  margin: 20px 0 40px;
  text-align: center;
}

body section#form form .consent_modal .consent_modal_content .buttons_wrapper,
html section#form form .consent_modal .consent_modal_content .buttons_wrapper {
  padding: 20px;
}

body section#form form .consent_modal .close_consent_modal,
html section#form form .consent_modal .close_consent_modal {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #1d6ad5;
  color: #ffffff;
}

body section#form button,
html section#form button {
  border: none;
}

body footer,
html footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #262626;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  height: 60px;
}

body footer a,
html footer a {
  color: #ffffff;
  margin-left: 5px;
  text-decoration: none;
}

.popover-container {
  margin: 300px;
}

@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.popover {
  padding: 1.5em;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.popover--top {
  margin-top: -16px;
  -webkit-animation: 0.4s slide-top;
          animation: 0.4s slide-top;
}

.popover--top::before,
.popover--top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: white;
}

.popover--top::before {
  margin-top: 1px;
  border-top-color: #6a6a6a;
}

.popover--right {
  margin-left: 16px;
  -webkit-animation: 0.4s slide-right;
          animation: 0.4s slide-right;
}

.popover--right::before,
.popover--right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right-color: white;
}

.popover--right::before {
  margin-right: 1px;
  border-right-color: #6a6a6a;
}

.popover--bottom {
  margin-top: 16px;
  -webkit-animation: 0.4s slide-bottom;
          animation: 0.4s slide-bottom;
}

.popover--bottom::before,
.popover--bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: white;
}

.popover--bottom::before {
  margin-bottom: 1px;
  border-bottom-color: #6a6a6a;
}

.popover--left {
  margin-left: -16px;
  -webkit-animation: 0.4s slide-left;
          animation: 0.4s slide-left;
}

.popover--left::before,
.popover--left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left-color: white;
}

.popover--left::before {
  margin-left: 1px;
  border-left-color: #6a6a6a;
}

.popover-button {
  display: block;
  background-color: #1d6ad5;
  width: 100%;
  color: #ffffff;
  padding: 5px;
  margin-top: 10px;
}

.is-invalid {
  border-color: #9e0000 !important;
}

.help-block {
  color: #9e0000;
  font-size: 12px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table td {
  border: 1px solid #262626;
  padding: 5px;
  font-weight: 300;
}

.link-item {
  display: block;
  min-height: 100px;
  height: 100px;
  padding: 20px;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}

.link-item .overlay {
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.link-item h2 {
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 100;
  text-transform: uppercase;
  text-shadow: #4d4d4d 1px 1px 4px;
  z-index: 3;
}

.link-item h2 span {
  font-size: inherit;
  font-weight: inherit;
  text-transform: lowercase;
}

