.wrapper {
  width: 1000px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.rep {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ie7-inlinefix {
  zoom: 1;
  *display: inline;
}
div.clear {
  clear: both;
}
.tabs > ul {
  overflow: hidden;
}
.tabs > ul li {
  float: left;
}
.tabs > ul li:hover a {
  color: #2e2c2d;
}
.tabs > ul li.active a {
  color: #2e2c2d;
}
.tabs > ul li a {
  display: block;
  color: #2e2c2d;
}
.tabs > div {
  display: none;
}
.tabs > div.active {
  display: block;
}
.btn {
  padding: 5px 10px;
  background: #02a1e3;
  color: #fff;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #02a1e3;
  cursor: pointer;
}
.btn.btn-right {
  float: right;
}
.btn.btn-left {
  float: left;
}
.defaultLi {
  list-style-type: disc;
  margin: 0 0 3px 25px;
}
.alert {
  border: solid 1px #ccc;
  padding: 10px;
  margin: 0 0 20px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  background: #282828;
}
.cr2form {
  position: relative;
}
iframe,
#formResults {
  display: none;
}
#form-cache {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 100;
  top: 0;
  opacity: 0.7;
  display: none;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/loading.gif) no-repeat center center #FFF;
}
.alert-form {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.alert-form-success {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.alert-form-error {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.brochure_list li {
  float: left;
  list-style: none !important;
  margin-right: 20px;
}
.brochure_list li img {
  max-width: 200px;
}
.brochure_list li a span {
  display: block;
  text-align: center;
}
.form-label-help {
  padding: 5px;
  border: dashed 1px #ccc;
  background: #FFF;
  opacity: 0.7;
  clear: both;
  margin: 0 0 15px 0;
  top: 4px;
  position: relative;
  font-style: italic;
}
.btn {
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  display: block;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #c21300;
  border: none;
  font-family: "Rift Demi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 20px;
}
.btn:hover,
.btn:active,
.btn:focus {
  background: #8f0e00;
  color: #fff;
  border: none;
}
.btn.btn-grey {
  background-color: #252c37;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3d495a),to(#252c37));
  background-image: -webkit-linear-gradient(top,#3d495a,#252c37);
  background-image: -moz-linear-gradient(top,#3d495a,#252c37);
  background-image: -ms-linear-gradient(top,#3d495a,#252c37);
  background-image: -o-linear-gradient(top,#3d495a,#252c37);
  background-image: linear-gradient(to bottom,#3d495a,#252c37);
  border-color: #343e4d;
}
.btn.btn-grey:hover {
  background-color: #3d495a;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#252c37),to(#3d495a));
  background-image: -webkit-linear-gradient(top,#252c37,#3d495a);
  background-image: -moz-linear-gradient(top,#252c37,#3d495a);
  background-image: -ms-linear-gradient(top,#252c37,#3d495a);
  background-image: -o-linear-gradient(top,#252c37,#3d495a);
  background-image: linear-gradient(to bottom,#252c37,#3d495a);
}
.btn-outline {
  padding: 5px 10px;
  background: #02a1e3;
  color: #fff;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #02a1e3;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  display: block;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #c21300;
  border: none;
  font-family: "Rift Demi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 20px;
  background: transparent;
  border-color: red;
  border-width: 1px;
  color: #282828;
}
.btn-outline.btn-right {
  float: right;
}
.btn-outline.btn-left {
  float: left;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  background: #8f0e00;
  color: #fff;
  border: none;
}
.btn-outline.btn-grey {
  background-color: #252c37;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3d495a),to(#252c37));
  background-image: -webkit-linear-gradient(top,#3d495a,#252c37);
  background-image: -moz-linear-gradient(top,#3d495a,#252c37);
  background-image: -ms-linear-gradient(top,#3d495a,#252c37);
  background-image: -o-linear-gradient(top,#3d495a,#252c37);
  background-image: linear-gradient(to bottom,#3d495a,#252c37);
  border-color: #343e4d;
}
.btn-outline.btn-grey:hover {
  background-color: #3d495a;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#252c37),to(#3d495a));
  background-image: -webkit-linear-gradient(top,#252c37,#3d495a);
  background-image: -moz-linear-gradient(top,#252c37,#3d495a);
  background-image: -ms-linear-gradient(top,#252c37,#3d495a);
  background-image: -o-linear-gradient(top,#252c37,#3d495a);
  background-image: linear-gradient(to bottom,#252c37,#3d495a);
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline.active,
.btn-outline:focus-within,
.btn-outline:focus {
  background-color: red;
  color: white;
}
.btn-map-directions {
  color: #282828;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/bg-second-link.png) no-repeat left center;
  text-transform: none;
  border: none;
  text-shadow: none;
  text-align: left;
  color: #282828;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/bg-second-link.png) no-repeat left center;
}
.btn-map-directions:hover {
  color: #282828;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/bg-second-link.png) no-repeat left center;
}
.defaultLi {
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #3f4344;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/bg-li.png) no-repeat 0 5px;
}
a.link_arrow {
  font-size: 14px;
  padding: 0 0 0 12px;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/bg-link-arrow.png) no-repeat 0 center;
}
.greyList {
  padding: 15px 20px;
  margin: 25px 0 0 0;
  background-color: #f6f6f6;
  background-position: center center;
  background-repeat: no-repeat;
  background: -webkit-gradient(radial,center center,0,center center,460,from(#fff),to(#f6f6f6));
  background: -webkit-radial-gradient(circle,#fff,#f6f6f6);
  background: -moz-radial-gradient(circle,#fff,#f6f6f6);
  background: -ms-radial-gradient(circle,#fff,#f6f6f6);
}
.greyList li {
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
  color: #3f4344;
}
.greyList li:last-child {
  border: none;
}
.greyList li strong {
  margin-right: 5px;
  text-transform: uppercase;
}
.secondLink {
  color: #282828;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/bg-second-link.png) no-repeat left center;
}
.carouselLi {
  float: left;
  margin: 0 7px 0 0;
  cursor: pointer;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #666;
  width: 10px;
  height: 10px;
}
.carouselLi.active,
.carouselLi:hover {
  background: #282828;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Bold.woff2") format("woff2"), url("../fonts/AktivGrotesk-Bold.woff") format("woff"), url("../fonts/AktivGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Regular.woff2") format("woff2"), url("../fonts/AktivGrotesk-Regular.woff") format("woff"), url("../fonts/AktivGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rift Demi";
  src: url("../fonts/Rift-Demi.woff2") format("woff2"), url("../fonts/Rift-Demi.woff") format("woff"), url("../fonts/Rift-Demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Bold.woff2") format("woff2"), url("../fonts/Rift-Bold.woff") format("woff"), url("../fonts/Rift-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.font-default {
  font-family: "Aktiv Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand-font,
.brand-font-regular {
  font-family: "Aktiv Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand-font-bold {
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.brand-font-light {
  font-family: "Rift Demi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.index-title {
  text-align: center;
  margin-bottom: 20px;
}
.index-title span {
  color: red;
}
.index-border {
  width: 75px;
  height: 3px;
  background-color: red;
  margin: 25px auto 50px;
}
.header-center {
  width: 100%;
  text-align: center;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-direction-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-direction-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-100 {
  flex: 0 0 100%;
}
.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-content-flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content-space-evenly {
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.justify-content-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-content-flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items-flex-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.align-content-flex-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.align-content-center {
  -webkit-align-content: center;
  align-content: center;
}
.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.align-self-top {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row-reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-col-reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-col-width-25 {
  width: 24.9%;
}
.flex-col-width-33 {
  width: 32.9%;
}
.flex-col-width-50 {
  width: 49.9%;
}
.flex-col-width-100 {
  width: 99.9%;
}
@media (max-width: 768px) {
  .flex-col-width-25-sm {
    width: 24.9%;
  }
  .flex-col-width-33-sm {
    width: 32.9%;
  }
  .flex-col-width-50-sm {
    width: 49.9%;
  }
  .flex-col-width-100-sm {
    width: 99.9%;
  }
  .flex-wrap-sm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-sm {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 480px) {
  .flex-col-width-25-xs {
    width: 24.9%;
  }
  .flex-col-width-33-xs {
    width: 32.9%;
  }
  .flex-col-width-50-xs {
    width: 49.9%;
  }
  .flex-col-width-100-xs {
    width: 99.9%;
  }
  .flex-wrap-xs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-xs {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.m-auto {
  margin: auto;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-2 {
  padding-bottom: 2px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.content {
  min-height: 10px;
}
.tabbed > div.panels {
  display: -ms-flexbox;
  display: flex;
}
.row-flex {
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .row-flex [class*="col-"] {
    margin-bottom: 0;
  }
}
.row-flex .col {
  min-width: 0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .row-flex .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .row-flex .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.row-flex p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .even .row-flex {
    flex-flow: row-reverse;
  }
}
.section {
  margin: 50px auto;
}
.bg-light {
  background: #E5E5E5;
}
.img-full {
  width: 100%;
}
.container .zigzag .container {
  padding: 0;
  width: auto;
}
.cta .btn {
  margin: 40px auto;
}
.hero-banner {
  position: relative;
}
.hero-banner img {
  width: 100%;
  height: auto;
}
.hero-banner .content {
  background: #222;
  padding: 20px;
}
.hero-banner .content .subtitle,
.hero-banner .content .title {
  color: white;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .hero-banner .content {
    background: transparent;
    width: 450px;
    top: initial;
    bottom: 60px;
    left: 60px;
    position: absolute;
    text-align: left;
  }
  .hero-banner .content .subtitle,
  .hero-banner .content .title {
    text-align: left;
  }
  .hero-banner .content .subtitle {
    font-size: 46px;
  }
  .hero-banner .content .title {
    font-size: 76px;
  }
}
.intro {
  margin: 50px auto;
  margin-bottom: 0;
  text-align: center;
}
.intro .image img {
  margin: 0 auto;
}
.intro .content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.intro.dark {
  background: #222;
  color: white;
}
.intro.dark h2,
.intro.dark h3,
.intro.dark p {
  color: white;
}
.intro.dark a {
  color: red;
}
.zigzag {
  margin: 50px auto;
}
.zigzag .content {
  padding: 30px;
}
.zigzag .cta .btn {
  margin: 20px auto;
}
.zigzag .container > .row-flex {
  background: #E5E5E5;
}
.zigzag .container > .row-flex [class*="col-"] {
  padding: 0;
}
@media (min-width: 992px) {
  .zigzag.even.zz-odd .row-flex {
    flex-flow: row;
  }
}
@media (min-width: 992px) {
  .zigzag.odd.zz-even .row-flex {
    flex-flow: row-reverse;
  }
}
.zigzag.dark .container > .row-flex {
  background: #222;
  color: white;
}
.zigzag.dark .container > .row-flex h2,
.zigzag.dark .container > .row-flex h3,
.zigzag.dark .container > .row-flex p {
  color: white;
}
.zigzag.zz-panel.even .row-flex,
.zigzag.zz-panel.odd .row-flex {
  flex-flow: column;
  background: white;
  background: -moz-linear-gradient(top,white 0%,white 40%,#E5E5E5 40%,#E5E5E5 40%,#E5E5E5 100%);
  background: -webkit-linear-gradient(top,white 0%,white 40%,#E5E5E5 40%,#E5E5E5 40%,#E5E5E5 100%);
  background: linear-gradient(to bottom,white 0%,white 40%,#E5E5E5 40%,#E5E5E5 40%,#E5E5E5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='@greyE',GradientType=0);
}
.zigzag.zz-panel.even .content,
.zigzag.zz-panel.odd .content {
  text-align: center;
}
@media (min-width: 768px) {
  .zigzag.zigzag-sm img {
    float: right;
    padding: 40px;
    padding-right: 0;
    max-width: 300px;
  }
}
.panels {
  margin: 50px auto;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  text-align: center;
}
@media (min-width: 768px) {
  .panels [class*="col-"] {
    margin-bottom: 0;
  }
}
.panels .col {
  min-width: 0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .panels .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .panels .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.panels p:last-of-type {
  margin-bottom: 0;
}
.panels .content-wrap {
  margin: 0 15px;
  background: #E5E5E5;
}
.panels .content-wrap .content {
  min-height: 155px;
}
.panels .content-wrap .title {
  font-size: 125%;
}
.panels .content {
  padding: 15px;
}
.panels .col {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .panels .col {
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .panels .col {
    min-width: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.panels .col .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .panels.panels-count-1 .col,
  .panels.panels-count-2 .col {
    margin-bottom: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .panels.panels-count-3 .col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .panels.panels-count-1,
  .panels.panels-count-2,
  .panels.panels-count-3,
  .panels.panels-count-4 {
    margin-bottom: 0;
  }
}
.disclaimer {
  color: #666666;
}
.disclaimer .title {
  padding: 20px 0;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
}
.disclaimer .content {
  border-top: 1px solid #666666;
  font-size: 12px;
  padding: 20px 0;
}
.blurb-nav-tabs.nav-tabs {
  display: flex;
  align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  border: none;
  justify-content: center;
}
.blurb-nav-tabs.nav-tabs li a {
  margin: 5px;
  padding: 10px;
  max-width: 170px;
  text-align: center;
  border: none;
  border-bottom: 5px solid #cccccc;
  color: #333333;
  font-family: "Rift Demi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: transparent;
}
.blurb-nav-tabs.nav-tabs li.active a,
.blurb-nav-tabs.nav-tabs li:hover a,
.blurb-nav-tabs.nav-tabs li:active a,
.blurb-nav-tabs.nav-tabs li:focus a,
.blurb-nav-tabs.nav-tabs li:focus-within a {
  background: transparent;
  border: none;
  border-bottom: 5px solid red;
}
.blurb-nav-tabs.hide-navs {
  display: none;
}
.blurb-controls-tabs {
  margin: 20px auto;
  padding: 0;
  text-align: center;
}
.blurb-controls-tabs li {
  display: inline-block;
}
.blurb-controls-tabs li .btn-click {
  display: block;
  width: 60px;
  height: 40px;
  background-color: #555;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  cursor: pointer;
}
.blurb-controls-tabs li .btn-click.btn-prev {
  background-image: url(https://templatesnew.digitaldealer.com.au/common-assets/images/prev-light.svg);
  margin-right: 0.5px;
}
.blurb-controls-tabs li .btn-click.btn-next {
  background-image: url(https://templatesnew.digitaldealer.com.au/common-assets/images/next-light.svg);
  margin-left: 0.5px;
}
.blurb-controls-tabs li .btn-click:hover {
  background-color: #333;
}
.blurb-controls-tabs li .btn-click.disabled {
  cursor: auto;
  opacity: 0.5;
}
.blurb-controls-tabs li .btn-click.disabled:hover {
  background-color: #555;
}
.blurb-controls-tabs.hide-controls {
  display: none;
}
.blurb-tab-content .zigzag {
  margin: 0 auto;
}
.blurb-tab-switcher .blurb-nav-tabs {
  display: none;
}
@media (min-width: 768px) {
  .blurb-tab-switcher .blurb-nav-tabs {
    display: flex;
  }
  .blurb-tab-switcher .blurb-controls-tabs {
    display: none;
  }
}
@page {
  size: 210mm 297mm;
  margin: 0 auto;
  page-break-after: always;
}
body {
  background: #fff;
  font: 12pt Helvetica, Arial, san-serif;
  color: #000;
}
a {
  page-break-inside: avoid;
}
blockquote {
  page-break-inside: avoid;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
}
img {
  page-break-inside: avoid;
  page-break-after: avoid;
}
table,
pre {
  page-break-inside: avoid;
}
ul,
ol,
dl {
  page-break-before: avoid;
}
#stockPrintBody {
  margin: 0 auto;
  width: 170mm;
  color: #000;
}
#stockPrintBody table {
  width: 100%;
  border-collapse: collapse;
}
#stockPrintBody td,
#stockPrintBody p,
#stockPrintBody li {
  font-size: 10pt;
  letter-spacing: normal;
  color: #000;
}
#stockPrintBody h1,
#stockPrintBody h2,
#stockPrintBody h3,
#stockPrintBody h4,
#stockPrintBody h5 {
  font-size: 12pt;
  margin: 0;
}
#stockPrintBody h1 strong,
#stockPrintBody h2 strong,
#stockPrintBody h3 strong,
#stockPrintBody h4 strong,
#stockPrintBody h5 strong {
  font-weight: normal;
}
#stockPrintBody h4,
#stockPrintBody h5 {
  font-size: 11pt;
  margin-bottom: 0;
}
#stockPrintBody h3 {
  text-transform: uppercase;
}
#stockPrintBody h4 + span {
  display: block;
}
#stockPrintBody h5 {
  display: table-row;
}
#stockPrintBody .stockPrintHeader {
  margin: 1mm 0;
}
#stockPrintBody .stockPrintDealerName {
  display: inline-block;
  font-size: 16pt;
}
#stockPrintBody .stockPrintLogo {
  max-width: 205px;
  max-height: 55px;
}
#stockPrintBody .stockPrintPhone {
  font-size: 18pt;
}
#stockPrintBody .stockPrintGallery {
  height: auto;
  text-align: center;
}
#stockPrintBody .stockPrintGallery a {
  display: none;
}
#stockPrintBody .stockPrintGallery a img {
  float: left;
  width: 56.5mm;
  height: auto;
}
#stockPrintBody .stockPrintGallery a:first-child img {
  width: 113mm;
  height: auto;
}
#stockPrintBody .stockPrintGallery a:nth-child(-n+3) {
  display: block;
}
#stockPrintBody .stockPrintGallery .ncis {
  max-width: 100%;
}
#stockPrintBody .stockPrintGallery .stockItemGallerySeeAll {
  display: none;
}
#stockPrintBody .stockPrintVehicleTitlePrice .was-now-price td {
  padding: 5pt 0 0;
}
#stockPrintBody .stockPrintVehicleTitlePrice .was-now-price h6 {
  font-size: 10pt;
  margin: 0;
}
#stockPrintBody .stockPrintVehicleTitlePrice,
#stockPrintBody .stockPrintVehicleFinance,
#stockPrintBody .stockPrintLocation {
  border-bottom: 1px solid #ddd;
}
#stockPrintBody .stockPrintVehicleTitlePrice td,
#stockPrintBody .stockPrintVehicleFinance td,
#stockPrintBody .stockPrintLocation td {
  padding: 6pt 0;
}
#stockPrintBody .stockPrintVehicleFinance h4 {
  margin-bottom: 5pt;
}
#stockPrintBody table.stockPrintInfo {
  width: 50%;
  margin: 5pt 0;
}
#stockPrintBody table.stockPrintInfo:nth-of-type(3n+1) {
  clear: left;
}
#stockPrintBody table.stockPrintInfo tr td {
  padding: 0 0 3pt;
}
#stockPrintBody table.stockPrintInfo strong {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 9pt;
}
#stockPrintBody .stockPrintLocation {
  border-top: 1px solid #ddd;
}
#stockPrintBody .stockPrintLocation .openingHours ul {
  padding-left: 0;
  margin: 0;
}
#stockPrintBody .stockPrintLocation .openingHours ul li strong {
  font-weight: normal;
}
#stockPrintBody .stockPrintTerms {
  margin: 7pt 0 0;
}
#stockPrintBody .stockPrintTerms,
#stockPrintBody .ppw-disclaimer {
  display: block;
  font-size: 8pt;
  line-height: 1.2;
}
#stockPrintBody .stockPrintTerms p,
#stockPrintBody .ppw-disclaimer p {
  margin: 0;
  font-size: 8pt;
  line-height: 1.2;
}
#stockPrintBody .stockPrintTerms br,
#stockPrintBody .ppw-disclaimer br {
  display: none;
}
