/* new stuff that std.css doesn't cover */
.wholepage {
  max-width: 90em;
}
@media screen and (min-width: 90em) {
  .wholepage {
    margin: 0 auto;
    box-shadow: 0 0 2em #f0f0f0;
  }
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.hidden {
  display: none;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.bold {
  font-weight: bold;
  color: #f5821e;
}
.small {
  font-size: 0.7em;
}
.topmargin {
  margin-top: 2em;
}
.bottommargin {
  margin-bottom: 2em;
}
.clear-fix:after {
  content: "";
  display: table;
  clear: both;
}
.clear-left {
  clear: left;
}
ul,
ol {
  margin-left: 20px;
  font-size: 1em;
}
/* this affects menus there is a content specific setting below */
img.wide {
  width: 100%;
}
.grid img {
  max-width: 100%;
}
.list-zebra > div.no-angle:nth-child(even)::before,
.list-zebra > div.no-angle:nth-child(even)::after {
  display: none;
}
.no-angle {
  padding: 2em 0;
}
.list-zebra > div.reducebottom {
  padding-bottom: 0;
}
.list-zebra .reducebottom {
  padding-bottom: 0;
}
.moveup {
  margin-top: -0.7em;
}
.greybox {
  background: #e5e5e5;
  padding: 3em;
}
input.field-error,
select.field-error,
textarea.field-error {
  background-color: #FDCCCC!important;
}
label.field-error {
  color: #f00;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.main-header {
  border-bottom: 1px solid #f0f0f0;
  padding-right: 0;
}
.main-menu {
  /* non link titles in hamburger menu */
}
.main-menu h3 {
  color: #f5821e;
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 0;
}
.horizontal-menu {
  width: auto;
  z-index: 21;
  top: 0;
  background: white;
  height: 48px;
}
.horizontal-menu .home {
  display: inline-block;
  margin: 0 11px 0 0;
}
.horizontal-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.horizontal-menu ol > li {
  float: left;
  padding: 0;
  margin: 0;
  height: 3em;
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.sticky:before,
.sticky:after {
  content: '';
  display: table;
}
.menu-item a,
.menu-item span {
  position: relative;
  cursor: pointer;
  height: 3em;
  line-height: 3em;
  color: #454545;
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
  padding: 0 1.5em 0 1.5em;
  border-right: 1px solid #f0f0f0;
}
.menu-item a:hover,
.menu-item span:hover,
.menu-item a.selected {
  border-bottom: 3px solid #f5821e;
}
.menu-item .has-submenu {
  padding: 0 2em 0 1.3em;
}
.menu-item .has-submenu:after {
  content: " " url(../img/lpnz/orange_chevron_down_small.png);
  display: inline-block;
  margin: -2px 0px 0 8px;
  vertical-align: top;
}
.menu-item > ol {
  display: none;
  position: absolute;
  top: 3em;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  z-index: 2000010;
  float: none;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.menu-item > ol li {
  position: relative;
  float: none;
  display: block;
  height: 2.2em;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.menu-item > ol li a {
  padding: 0 1.25em 0 .625em;
  display: block;
  min-width: 12.5em;
  height: 2.2em;
  line-height: 2.2em;
  position: relative;
}
.menu-item:hover > ol {
  display: block!important;
}
.main-nav .login {
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-left-width: 1px;
}
.main-nav .login.menu-item > ol {
  top: 4em;
}
.main-nav .login.menu-item > ol li {
  border-bottom: 1px solid #e7e7e7;
}
.main-nav .login img {
  vertical-align: baseline;
  margin-right: 5px;
}
.main-nav .login span {
  margin-top: 21px;
  border: none;
}
.halfpage .grid-unit-beta {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .halfpage .grid-unit-beta {
    width: 75%;
  }
}
@media screen and (min-width: 1000px) {
  .halfpage .grid-unit-beta {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .halfpage .grid-unit-beta {
    width: 50%;
  }
}
.heading .top {
  max-height: none;
  min-height: 500px;
}
.heading .content-box {
  padding-bottom: 1em;
}
.home .top {
  background-position: center top;
  min-height: 300px;
}
.home .content {
  display: table-cell;
  vertical-align: top;
  padding-top: 4em;
  padding-left: 1em;
}
@media screen and (max-width: 40em) {
  /* kicks in for very small screens */
  .top-title .content {
    vertical-align: middle;
    padding-top: 0;
  }
}
.grid ul {
  font-size: 1.1em;
  list-style-type: none;
  position: relative;
  margin-left: 1em;
  padding-left: 0;
}
.grid li {
  margin-bottom: 0.2em;
}
.grid ul li:before {
  content: "\2022";
  position: absolute;
  left: -1em;
  color: #606060;
  margin: 2px 5px 0 0;
  font-size: 0.8em;
}
.grid > ul {
  font-size: 1em;
}
.main-nav ul,
.news-timeline ul,
.footer-links ul {
  font-size: 1em;
}
.main-nav li,
.news-timeline li,
.footer-links li {
  margin-bottom: 0;
}
.main-nav li:before,
.news-timeline li:before,
.footer-links li:before {
  content: none;
}
.cardholder {
  position: relative;
}
.cardholder .card-stack {
  top: -123px;
  width: 100%;
}
.card-item {
  display: none;
}
.card-item.show {
  display: block;
}
.button {
  padding: .875em 3em .875em 2em;
  margin: 0 0 15px 15px;
  display: inline-block;
  position: relative;
  background: #333;
  background: #333333 -webkit-linear-gradient(top, transparent 50%, #000000 50%);
  background: #333333 linear-gradient(to bottom, transparent 50%, #000000 50%);
  border: 0;
  color: #fff;
  box-shadow: 0.2em 0.2em 0 0 rgba(0, 0, 0, 0.2);
  font-size: 1.125em;
  text-decoration: none;
  -webkit-transition: background-color ease-out 0.1s;
  transition: background-color ease-out 0.1s;
}
.button::after {
  content: '>';
  position: absolute;
  top: 50%;
  margin-top: -0.475em;
  right: 1.5em;
  font-size: 1.25em;
  line-height: 1;
  color: #d66f2e;
}
.button:hover,
.button:active,
.button:focus {
  background-color: #454545;
}
.button:active {
  position: relative;
  top: .2em;
  left: .2em;
  box-shadow: none;
  background-color: #000;
}
.button.leftbutton {
  margin-left: 0;
}
.button-reset {
  font-size: 16px;
  font-weight: normal;
}
/* wrap a button in a H3 in this */
.news-timeline.keepvertical {
  border-width: 0 0 0 2px;
  display: block;
  width: auto;
  margin-left: 0.275em;
  font-size: 1.5em;
}
.news-timeline.keepvertical li {
  display: block;
  text-align: left;
  margin: 0 0 .4em 0;
}
.news-timeline.keepvertical a {
  padding: 0 0 0 2em;
  text-decoration: none;
  color: black;
}
.news-timeline.keepvertical a::before {
  margin-left: 0;
  left: -0.28em;
  top: 33%;
}
.news-timeline.keepvertical a[aria-selected]::before {
  margin-top: -0.375em;
  margin-left: 0;
  top: 50%;
  left: -0.44em;
  bottom: auto;
}
.news-timeline.black {
  border: solid black;
  border-width: 0 0 0 2px;
  margin: 0;
}
.news-timeline.black a::before {
  background: black;
}
.news-timeline.black a[aria-selected] {
  color: #f5821e;
  font-weight: bold;
  font-family: MetaNormalRomanRegular, "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.news-timeline.black a[aria-selected]::before {
  background: #f5821e;
}
.news-timeline .more {
  display: none;
}
.right-most {
  margin-right: 0;
}
#infoPanel {
  position: relative;
  margin: 0 0;
}
#infoPanel .greybox {
  padding: 3em 3em 6em 3em;
  color: black;
}
#infoPanel .greybox a {
  color: #f5821e;
}
#infoPanel .move {
  position: absolute;
  bottom: 3em;
  color: black;
  text-decoration: none;
  font-size: 1.1em;
}
#infoPanel .prev {
  left: 7em;
}
#infoPanel .next {
  right: 7em;
}
/* start at full screen and adjust as we get smaller */
@media screen and (max-width: 1023px) {
  /* kicks in for small screens */
  #infoPanel .prev {
    left: 5em;
  }
  #infoPanel .next {
    right: 5em;
  }
}
/* between 710 and 656 we have overlap */
@media screen and (min-width: 639px) and (max-width: 693px) {
  #infoPanel .next {
    bottom: 1.5em;
  }
}
@media screen and (max-width: 419px) {
  #infoPanel .prev {
    left: 4em;
  }
  #infoPanel .next {
    right: 4em;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 53%;
  /* 56.25%=16:9, 4x3=75% etc */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-iframe {
  position: relative;
  padding-bottom: 60%;
  /* adjust this */
  padding-top: 25px;
  height: 0;
}
.page-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  border: solid 2px white;
  display: none;
}
.ui-datepicker-calendar {
  border-collapse: collapse;
  width: 100%;
}
.ui-datepicker-calendar td {
  border: solid 1px white;
  background-color: #e5e5e5;
  text-shadow: 1px 1px 1px #FFF;
  cursor: pointer;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 3px;
  text-align: center;
}
.ui-datepicker-calendar th {
  background-color: #949494;
  color: white;
  text-align: center;
  border: solid 1px white;
  font-weight: normal;
}
.ui-datepicker-calendar a {
  text-decoration: none;
  color: black;
}
.ui-datepicker-calendar a.ui-state-highlight {
  color: #f5821e;
}
.ui-datepicker-calendar a.ui-state-disabled {
  background-color: #f2f2f2;
  color: #aaaaaa;
}
.ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: #f5821e;
}
.ui-datepicker-calendar .ui-datepicker-current-day a {
  color: white;
}
.ui-datepicker-header {
  color: white;
  background-color: #f5821e;
  border: solid 1px white;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.ui-datepicker-header a {
  color: white;
}
.ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
.ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker-header .ui-datepicker-prev::after {
  content: '<';
  cursor: pointer;
  padding-left: 3px;
}
.ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker-header .ui-datepicker-next::after {
  content: '>';
  cursor: pointer;
  padding-right: 3px;
}
.date-field {
  position: relative;
}
.date-field .ui-datepicker-trigger {
  position: absolute;
  top: 13px;
  right: 13px;
}
/* sliders */
.slider-field {
  margin-bottom: 85px;
  clear: left;
}
.slider {
  margin-top: 70px;
  width: 96%;
  margin-left: 2%;
}
.ui-slider .ui-slider-handle {
  width: 40px;
  height: 56px;
  background: url(../../img/slider.png) no-repeat;
  border: none;
  top: -50px;
  margin-left: -20px;
}
.ui-slider .ui-slider-handle:focus {
  outline: none;
}
.ui-corner-all {
  border-radius: 0;
}
.ui-slider-pips .ui-slider-pip {
  color: #606060;
}
.ui-slider-pips [class*=ui-slider-pip-initial] {
  font-weight: bold;
  color: #606060;
}
.ui-slider-pips .ui-slider-line {
  height: 10px;
}
.ui-slider-pips .ui-slider-label {
  font-weight: bold;
  top: 18px;
  margin-left: -100px;
  width: 200px;
  font-family: MetaNormalRomanRegular, "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
/* icon field */
.icon-field {
  height: 196px;
}
.icon-field label {
  display: block;
  margin-bottom: 33px;
}
.icon-field a {
  display: block;
  float: left;
  width: 96px;
  margin: 0 16px 5px 0;
  padding-top: 48px;
  text-decoration: none;
  text-align: center;
  color: #454545;
  font-size: 0.8em;
}
.icon-field a img {
  width: 100%;
}
.icon-field .sedan {
  background: url(../../img/vehicletypes/sedan.png) top center no-repeat;
}
.icon-field .suv {
  background: url(../../img/vehicletypes/suv.png) top center no-repeat;
}
.icon-field .sport {
  background: url(../../img/vehicletypes/sport.png) top center no-repeat;
}
.icon-field .ute {
  background: url(../../img/vehicletypes/utility.png) top center no-repeat;
}
.icon-field .lcv {
  background: url(../../img/vehicletypes/LCV.png) top center no-repeat;
}
.icon-field .sedan.selected {
  background-image: url(../../img/vehicletypes/sedan_on.png);
}
.icon-field .suv.selected {
  background-image: url(../../img/vehicletypes/suv_on.png);
}
.icon-field .sport.selected {
  background-image: url(../../img/vehicletypes/sport_on.png);
}
.icon-field .ute.selected {
  background-image: url(../../img/vehicletypes/utility_on.png);
}
.icon-field .lcv.selected {
  background-image: url(../../img/vehicletypes/LCV_on.png);
}
.slider-field label,
.icon-field label {
  font-size: 1.2em;
}
.slider-field label span,
.icon-field label span {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  border-radius: 0.8em;
  background: #ABABAB;
  color: white;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 0.2em;
  font-family: "trebuchet ms";
  margin-right: 0.4em;
}
/* alert message we can show on pages*/
.pageMessage {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  z-index: 43;
  padding: 3em;
  background-color: #f5821e;
  color: #FFF;
  font-weight: bold;
}
.pageMessage A {
  color: white;
}
.pageMessage .close {
  position: absolute;
  top: 5px;
  right: 16px;
  text-decoration: none;
  font-family: 'Arial Black';
}
.greyShard {
  background-color: #e6e6e6;
  background-image: url(../img/decoration/shards-bright-small.svg);
}
.floatImage img {
  width: 200px;
  height: inherit;
}
.floatleft .container {
  padding-left: 200px;
}
.floatleft img {
  float: left;
  margin-left: -200px;
}
.floatright .container {
  padding-right: 200px;
}
.floatright img {
  float: right;
  margin-right: -200px;
}
@media screen and (max-width: 600px) {
  .floatImage img {
    float: none;
    display: block;
  }
  .floatImage .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.news-header {
  cursor: pointer;
}
.pdf-item {
  display: block;
  text-decoration: none;
  color: black;
  min-height: 50px;
  list-style: none;
  margin: 0 0 8px 0;
  padding: 5px 0 0 60px;
  background: url(../../img/pdf_icon.png) left center no-repeat;
}
.list-zebra > div:nth-child(odd):not(:first-child):not(:nth-child(7n)) .pdf-item {
  background-image: url(../../img/pdf_icon_white.png);
  color: white;
  text-decoration: none;
}
.pdf-item.single-line {
  padding-top: 15px;
}
.news-section {
  margin-bottom: 2em;
}
.productv2 {
  padding: 0 2em 0;
}
.productv2 .container {
  background: #f5821e;
  margin-top: 300px;
  padding: 0 0 1em;
}
.productv2 img {
  margin-top: -300px;
  width: 100%;
}
.productv2 h3 {
  color: #faf7d9;
  padding-left: 1em;
  padding-right: 1em;
}
.productv2 p {
  padding-left: 1em;
  padding-right: 1em;
}
.leaseproducts .title {
  display: block;
  text-decoration: none;
  background-color: #f5821e;
  color: #FFF;
  font-size: 2em;
  padding: 0.3em 0.5em;
}
.leaseproducts .title strong {
  font-size: -1em;
}
.leaseproducts .image {
  height: 161px;
  background-repeat: none;
}
.leaseproducts .summary {
  background-color: #e6e6e6;
  background-image: url(../img/decoration/shards-bright-small.svg);
  padding: 0.5em 0.6em;
  margin: 16px 0 0.2em 0;
  min-height: 132px;
  font-size: 1.4em;
}
.leaseproducts .yougets,
.leaseproducts .addons {
  padding: 0.5em 0.6em;
}
.leaseproducts .yougets h3,
.leaseproducts .addons h3 {
  color: #f5821e;
  font-size: 1em;
  margin-bottom: 0;
}
.leaseproducts .yougets ul,
.leaseproducts .addons ul {
  margin: 0.3em 1.3em;
}
.leaseproducts .addons {
  background-color: #FEF1E1;
  margin-bottom: 16px;
}
@media screen and (min-width: 64em) {
  .leaseproducts .grid-unit-gamma:not(:first-child) {
    border-left: solid 1px #f5821e;
  }
  .leaseproducts .grid-unit-gamma:nth-child(1) {
    padding-right: 16px;
    width: 35%;
  }
  .leaseproducts .grid-unit-gamma:nth-child(2) {
    padding-left: 16px;
    padding-right: 16px;
    width: 30%;
  }
  .leaseproducts .grid-unit-gamma:nth-child(3) {
    padding-left: 16px;
    width: 35%;
  }
}
.matrix {
  font-size: 15px;
}
.matrix.table {
  width: 100%;
}
.matrix th {
  width: 25%;
  font-weight: normal;
  line-height: 88%;
  text-align: left;
}
.matrix th div {
  padding: 0.2em 0 0 0.5em;
  background-color: #f5821e;
  color: white;
  font-size: 3.2em;
  line-height: 88%;
  min-height: 2.3em;
}
.matrix th div strong {
  font-size: 0.8em;
}
.matrix td,
.matrix th {
  padding: 0 1em 0 0;
}
.matrix td:last-child,
.matrix th:last-child {
  padding-right: 0;
}
.matrix th.vehicle div {
  color: white;
  background: #808080;
  font-size: 3em;
  padding-top: 0.4em;
}
.matrix th.vehicle div sup {
  font-size: 0.3em;
  top: -1em;
}
.matrix td {
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.matrix tr.bottom-border td {
  border-bottom: solid 1px #808080;
}
.matrix .conditions-row td {
  vertical-align: top;
  padding: 1em;
  height: auto;
}
.matrix .vertical-border {
  display: block;
  border-left: 1px solid #f5821e;
  width: 1px;
  height: 70%;
  position: absolute;
  right: 8px;
  top: 15%;
}
@media screen and (max-width: 64em) {
  .matrix .vertical-border {
    display: none;
  }
}
.matrix .description {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 150%;
}
.matrix .specs {
  font-size: 1em;
  min-height: 38px;
}
.matrix .price {
  font-size: 4em;
  font-weight: bold;
}
.matrix .price span {
  font-size: 0.6em;
  vertical-align: top;
  padding: 0.4em 0.1em 0 0;
  display: inline-block;
}
.matrix .poa {
  margin: 0.45em 0 0.3em 0;
}
.matrix .per-month {
  font-size: 1.6em;
  padding: 0.1em 0 0 0.7em;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.matrix .call-to-action-secondary {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.matrix .conditions {
  font-size: 0.8em;
  margin-top: 1.8em;
  color: #B3B3B3;
  padding: 0 3em 2em;
}
.matrix .grid-unit-gamma {
  text-align: center;
  padding-top: 2em;
  font-size: 15px;
  /* no font change it's not in a table*/
}
.matrix .grid-unit-gamma .vertical-border {
  right: 0;
}
.matrix .grid-unit-gamma .conditions {
  border-bottom: solid 1px #f5821e;
}
.matrix .something-else {
  margin: 113px 0 25px;
}
/* 1500 here is at 1672 on chrome - weird - 172 difference, difference decreases though: 950=1062 */
/* start big */
@media screen and (max-width: 1300px) {
  .matrix {
    font-size: 11px;
  }
}
@media screen and (max-width: 950px) {
  .matrix {
    font-size: 8px;
  }
}
@media screen and (max-width: 760px) {
  .matrix {
    font-size: 6px;
  }
}
@media screen and (max-width: 600px) {
  .matrix {
    font-size: 4px;
  }
}
.list-zebra > div:nth-child(odd):not(:first-child):not(:nth-child(7n)) .matrix th div {
  background-color: white;
  color: #f5821e;
}
.list-zebra > div:nth-child(odd):not(:first-child):not(:nth-child(7n)) .matrix th.vehicle div {
  color: white;
  background: none;
}
.list-zebra > div:nth-child(odd):not(:first-child):not(:nth-child(7n)) .matrix tr.bottom-border td,
.list-zebra > div:nth-child(odd):not(:first-child):not(:nth-child(7n)) .matrix .vertical-border {
  border-color: white;
}
.list-zebra > div:nth-child(odd):not(:first-child):not(:nth-child(7n)) .matrix .conditions {
  color: #f9b980;
}
.special h2 {
  margin-bottom: 0;
}
.special .picture {
  position: relative;
  padding-top: 55px;
}
.special .picture .price-box {
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  color: white;
  text-align: center;
  background: url(../../img/hexagon.png) no-repeat;
  padding-top: 47px;
  font-size: 41px;
  font-weight: bold;
}
.special .picture .price-box .price {
  font-family: "trebuchet ms";
  letter-spacing: -0.06em;
}
.special .picture .price-box span {
  font-size: 0.6em;
  vertical-align: top;
  padding: 0.2em 0 0 0;
  display: inline-block;
}
.special .picture .price-box .per-month {
  text-transform: capitalize;
  font-size: 0.3em;
  margin-top: -5px;
}
.special .terms {
  margin: 1em 0 2em;
}
.vehicle .title {
  font-size: 1.6em;
  line-height: 120%;
}
.vehicle .conditions {
  font-size: 0.8em;
}
.vehicle .button {
  margin-top: 1em;
}
