.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: ;
}
.tabs > ul li.active a {
  color: ;
}
.tabs > ul li a {
  display: block;
  color: ;
}
.tabs > div {
  display: none;
}
.tabs > div.active {
  display: block;
}
.btn {
  padding: 5px 10px;
  background: ;
  color: ;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px ;
  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 ;
  padding: 10px;
  margin: 0 0 20px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  background: #007bcd;
}
.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/volvo-v3/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 ;
  background: #FFF;
  opacity: 0.7;
  clear: both;
  margin: 0 0 15px 0;
  top: 4px;
  position: relative;
  font-style: italic;
}
.btn {
  background-color: transparent;
  border-color: #007bcd;
  border-style: solid;
  border-width: 1px;
  color: #007bcd;
  font-weight: 300;
  letter-spacing: 0.1em;
  user-select: none;
  text-transform: initial;
  padding: 16.95px;
  min-width: 260px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn:hover:after {
  margin-left: 10px;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #007bcd;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .btn {
    min-width: 130px;
  }
}
.close {
  padding: 5px 10px;
  background: ;
  color: ;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px ;
  cursor: pointer;
  background-color: transparent;
  border-color: #007bcd;
  border-style: solid;
  border-width: 1px;
  color: #007bcd;
  font-weight: 300;
  letter-spacing: 0.1em;
  user-select: none;
  text-transform: initial;
  padding: 16.95px;
  min-width: 260px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  min-width: 100px;
}
.close.btn-right {
  float: right;
}
.close.btn-left {
  float: left;
}
.close:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.close:hover:after {
  margin-left: 10px;
}
.close:hover,
.close:active,
.close:focus {
  background-color: #007bcd;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .close {
    min-width: 130px;
  }
}
.close:after {
  display: none;
}
.btn-light {
  padding: 5px 10px;
  background: ;
  color: ;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px ;
  cursor: pointer;
  background-color: transparent;
  border-color: #007bcd;
  border-style: solid;
  border-width: 1px;
  color: #007bcd;
  font-weight: 300;
  letter-spacing: 0.1em;
  user-select: none;
  text-transform: initial;
  padding: 16.95px;
  min-width: 260px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: white;
  color: white;
}
.btn-light.btn-right {
  float: right;
}
.btn-light.btn-left {
  float: left;
}
.btn-light:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn-light:hover:after {
  margin-left: 10px;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  background-color: #007bcd;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .btn-light {
    min-width: 130px;
  }
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.btn-dark {
  padding: 5px 10px;
  background: ;
  color: ;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px ;
  cursor: pointer;
  background-color: transparent;
  border-color: #007bcd;
  border-style: solid;
  border-width: 1px;
  color: #007bcd;
  font-weight: 300;
  letter-spacing: 0.1em;
  user-select: none;
  text-transform: initial;
  padding: 16.95px;
  min-width: 260px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #007bcd;
  border-color: #007bcd;
  color: white;
}
.btn-dark.btn-right {
  float: right;
}
.btn-dark.btn-left {
  float: left;
}
.btn-dark:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn-dark:hover:after {
  margin-left: 10px;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background-color: #007bcd;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .btn-dark {
    min-width: 130px;
  }
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background-color: #FFFFFF;
  color: #007bcd;
}
.btn-lg {
  padding: 18.75px;
}
.btn-xs {
  font-size: 11.2px;
  letter-spacing: inherit;
  padding: 10.95px;
}
.btn-sm {
  font-size: 14.4px;
  letter-spacing: inherit;
  padding: 12.45px;
}
.btn-link {
  color: #007bcd;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #007bcd;
  background: transparent;
}
.btn-full {
  width: 100%;
}
.h1 {
  font-size: 30.4px;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 38px;
  }
}
.h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 30px;
  }
}
.h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 20px;
  }
}
.h4 {
  font-size: 17.28px;
}
@media (min-width: 768px) {
  .h4 {
    font-size: 19.2px;
  }
}
.h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .h5 {
    font-size: 16px;
  }
}
.h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .h6 {
    font-size: 16px;
  }
}
.group:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: auto;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-auto {
  padding: auto;
}
.p-0 {
  padding: auto;
}
.img-xs {
  max-width: 100px;
}
.img-sm {
  max-width: 200px;
}
.img-md {
  max-width: 300px;
}
ul.red-disc li,
ul.brand-disc li {
  list-style: none;
}
ul.red-disc li:before,
ul.brand-disc li:before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.brand-disc li:before {
  color: #007bcd;
}
ul.no-bullet {
  list-style: none;
}
.ul-center {
  text-align: center;
}
.ul-center li {
  list-style-position: inside;
  padding: 5px;
}
.transition {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.terms {
  display: block;
  font-size: 80%;
  color: #666666;
  clear: both;
  margin: 20px 0 40px;
}
.terms p {
  margin: 0;
  padding: 0;
}
.break-flex {
  flex-basis: 100%;
  height: 0;
}
.chevron {
  display: inline-block;
}
.chevron:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.chevron-remove:after {
  display: none;
}
.chevron-right {
  display: inline-block;
}
.chevron-right:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.chevron-right-animated {
  display: inline-block;
}
.chevron-right-animated:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.chevron-right-animated:hover:after {
  margin-left: 10px;
}
.chevron-empty {
  display: inline-block;
}
.chevron-empty:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.chevron-empty:after {
  color: transparent;
}
.chevron-left {
  display: inline-block;
}
.chevron-left:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.chevron-left:after {
  transform: rotate(180deg);
}
.chevron-up {
  display: inline-block;
}
.chevron-up:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.chevron-up:after {
  transform: rotate(270deg);
}
.chevron-down {
  display: inline-block;
}
.chevron-down:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.chevron-down:after {
  transform: rotate(90deg);
}
.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  width: 100%;
  height: 100%;
}
.section {
  padding: 30px 0;
}
.section.intro .content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section .intro {
  padding-top: 0;
}
.section .intro h1:last-of-type,
.section .intro h2:last-of-type,
.section .intro h3:last-of-type,
.section .intro h4:last-of-type {
  margin-bottom: 0;
}
.section .row [class*='col-'] {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section .row [class*='col-'] {
    margin-bottom: auto;
  }
}
.section-brand {
  padding: 30px 0;
  background: #E7E7E7;
}
.section-brand.intro .content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-brand .intro {
  padding-top: 0;
}
.section-brand .intro h1:last-of-type,
.section-brand .intro h2:last-of-type,
.section-brand .intro h3:last-of-type,
.section-brand .intro h4:last-of-type {
  margin-bottom: 0;
}
.section-brand .row [class*='col-'] {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-brand .row [class*='col-'] {
    margin-bottom: auto;
  }
}
.section-dark {
  padding: 30px 0;
  background: #161618;
  color: white;
}
.section-dark.intro .content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-dark .intro {
  padding-top: 0;
}
.section-dark .intro h1:last-of-type,
.section-dark .intro h2:last-of-type,
.section-dark .intro h3:last-of-type,
.section-dark .intro h4:last-of-type {
  margin-bottom: 0;
}
.section-dark .row [class*='col-'] {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-dark .row [class*='col-'] {
    margin-bottom: auto;
  }
}
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark p {
  color: white;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.alert {
  width: 100%;
  text-align: center;
  padding: 22.5px;
  margin: 15px auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.extf-content p {
  text-align: center;
  margin-bottom: 0.5em;
}
.extf-content p em {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #3f3f3f;
  font-size: 13px;
  line-height: 1em;
}
.extf-content p em a {
  color: #003057;
  text-decoration: none;
  border-bottom: 1px solid #003057;
  letter-spacing: 1px;
  transition: color .1s linear;
}
@font-face {
  font-family: 'VolvoSansWebMedium';
  src: url('../fonts/VolvoSansWebMedium.woff2') format('woff2'), url('../fonts/VolvoSansWebMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'VolvoBroadWeb';
  src: url('../fonts/VolvoBroadWeb.woff2') format('woff2'), url('../fonts/VolvoBroadWeb.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Volvo Novum';
  src: url('../fonts/VolvoNovum-Regular.woff2') format('woff2'), url('../fonts/VolvoNovum-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Volvo Novum';
  src: url('../fonts/VolvoNovum-Light.woff2') format('woff2'), url('../fonts/VolvoNovum-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
.base-font {
  font-family: 'Volvo Novum', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.base-font-light {
  font-family: 'Volvo Novum', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.base-font-medium {
  font-family: 'VolvoSansWebMedium', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.base-font-bold {
  font-family: 'VolvoBroadWeb', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.toolbox {
  z-index: 8;
  display: block;
  position: fixed;
  transition: top 250ms ease-in;
  width: 100%;
  background: transparent;
  bottom: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (min-width: 768px) {
  .toolbox {
    width: 220px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -170px;
  }
}
.toolbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  background: #007bcd;
  text-align: center;
}
.toolbox ul li {
  margin: 0;
  display: inline-block;
  width: 19%;
}
.toolbox ul li a {
  display: block;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: white;
  font-family: 'VolvoSansWebMedium', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 7.5px;
  font-size: 20px;
}
.toolbox ul li a .icon,
.toolbox ul li a img,
.toolbox ul li a i,
.toolbox ul li a svg {
  margin: 0;
  font-size: 150%;
}
.toolbox ul li a .icon,
.toolbox ul li a img,
.toolbox ul li a i,
.toolbox ul li a svg {
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.toolbox ul li a .icon.icon-testdrive,
.toolbox ul li a img.icon-testdrive,
.toolbox ul li a i.icon-testdrive,
.toolbox ul li a svg.icon-testdrive {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/testdrive-light.png");
}
.toolbox ul li a .icon.icon-inventory,
.toolbox ul li a img.icon-inventory,
.toolbox ul li a i.icon-inventory,
.toolbox ul li a svg.icon-inventory {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/inventory-light.png");
}
.toolbox ul li a .icon.icon-offers,
.toolbox ul li a img.icon-offers,
.toolbox ul li a i.icon-offers,
.toolbox ul li a svg.icon-offers {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/offers-light.png");
}
.toolbox ul li a .icon.icon-contact,
.toolbox ul li a img.icon-contact,
.toolbox ul li a i.icon-contact,
.toolbox ul li a svg.icon-contact {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/contact-light.png");
}
.toolbox ul li a .icon.icon-service,
.toolbox ul li a img.icon-service,
.toolbox ul li a i.icon-service,
.toolbox ul li a svg.icon-service {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/service-light.png");
}
.toolbox ul li a:hover .icon.icon-testdrive,
.toolbox ul li a:hover img.icon-testdrive,
.toolbox ul li a:hover i.icon-testdrive,
.toolbox ul li a:hover svg.icon-testdrive {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/testdrive-dark.png");
}
.toolbox ul li a:hover .icon.icon-inventory,
.toolbox ul li a:hover img.icon-inventory,
.toolbox ul li a:hover i.icon-inventory,
.toolbox ul li a:hover svg.icon-inventory {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/inventory-dark.png");
}
.toolbox ul li a:hover .icon.icon-offers,
.toolbox ul li a:hover img.icon-offers,
.toolbox ul li a:hover i.icon-offers,
.toolbox ul li a:hover svg.icon-offers {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/offers-dark.png");
}
.toolbox ul li a:hover .icon.icon-contact,
.toolbox ul li a:hover img.icon-contact,
.toolbox ul li a:hover i.icon-contact,
.toolbox ul li a:hover svg.icon-contact {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/contact-dark.png");
}
.toolbox ul li a:hover .icon.icon-service,
.toolbox ul li a:hover img.icon-service,
.toolbox ul li a:hover i.icon-service,
.toolbox ul li a:hover svg.icon-service {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/service-dark.png");
}
@media (min-width: 768px) {
  .toolbox ul li a {
    padding: 12px 0 12px 12px;
    font-size: 14px;
  }
  .toolbox ul li a .icon,
  .toolbox ul li a img,
  .toolbox ul li a i,
  .toolbox ul li a svg {
    width: 24px;
    height: 24px;
  }
}
.toolbox ul li a span {
  display: none;
}
.toolbox ul li a:hover {
  background: white;
  color: #1c88d0;
}
.toolbox ul li a:hover span {
  right: 0;
}
@media (min-width: 768px) {
  .toolbox ul li {
    width: 100%;
  }
  .toolbox ul li a {
    display: flex;
  }
  .toolbox ul li a .icon,
  .toolbox ul li a img,
  .toolbox ul li a i,
  .toolbox ul li a svg {
    margin-right: 20px;
  }
  .toolbox ul li a span {
    display: inline-block;
  }
}
.toolbox.active,
.toolbox:hover {
  right: 0;
}
.viewAccessories .my-accessories-quote,
.accessories .my-accessories-quote {
  background-color: #E7E7E7;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.viewAccessories .my-accessories-quote h2,
.accessories .my-accessories-quote h2 {
  text-align: left;
}
.viewAccessories .my-accessories-quote .quote-list,
.accessories .my-accessories-quote .quote-list {
  list-style: disc;
  margin: 15px 0;
  text-align: left;
}
.viewAccessories .my-accessories-quote .quote-list li,
.accessories .my-accessories-quote .quote-list li {
  list-style: none;
  padding-left: 0;
}
.viewAccessories ul.accessories-model-brand-list,
.accessories ul.accessories-model-brand-list {
  list-style-type: none;
  padding: 0;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .viewAccessories ul.accessories-model-brand-list,
  .accessories ul.accessories-model-brand-list {
    display: none;
  }
}
.viewAccessories ul.accessories-model-brand-list li,
.accessories ul.accessories-model-brand-list li {
  border-bottom: 1px solid #e4e4e4;
  padding: 0;
}
.viewAccessories ul.accessories-model-brand-list li.accessories-cat,
.accessories ul.accessories-model-brand-list li.accessories-cat {
  padding: 10px 15px;
  background: #333333;
  color: #fff;
  text-transform: capitalize;
  margin-top: 25px;
}
.viewAccessories ul.accessories-model-brand-list li a,
.accessories ul.accessories-model-brand-list li a {
  background-color: #E7E7E7;
  padding: 10px 15px;
  display: block;
  width: 100%;
}
.viewAccessories ul.accessories-model-brand-list li a:hover,
.viewAccessories ul.accessories-model-brand-list li a:active,
.viewAccessories ul.accessories-model-brand-list li a:focus,
.accessories ul.accessories-model-brand-list li a:hover,
.accessories ul.accessories-model-brand-list li a:active,
.accessories ul.accessories-model-brand-list li a:focus {
  color: #003057;
}
.viewAccessories ul.accessories-model-brand-list li.selected-accessory a,
.accessories ul.accessories-model-brand-list li.selected-accessory a {
  background: #CCCCCC;
}
.viewAccessories .nav,
.accessories .nav {
  justify-content: center;
  margin-bottom: 45px;
}
.viewAccessories .nav-tabs,
.accessories .nav-tabs {
  border-bottom: none;
}
.viewAccessories .nav-tabs .nav-link,
.accessories .nav-tabs .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #007bcd;
  margin: 0 5px 10px;
}
.viewAccessories .nav-tabs .nav-link:hover,
.accessories .nav-tabs .nav-link:hover {
  background: #DDDDDD;
  color: #007bcd;
}
.viewAccessories .nav-tabs .nav-link.active,
.accessories .nav-tabs .nav-link.active {
  background: #007bcd;
  color: white;
}
@media (max-width: 768px) {
  .viewAccessories .nav-tabs .nav-link,
  .accessories .nav-tabs .nav-link {
    font-size: 12px;
  }
}
.viewAccessories .accessory-item,
.accessories .accessory-item {
  margin-bottom: 45px;
}
.viewAccessories .accessory-item .accessory-item-wrap,
.accessories .accessory-item .accessory-item-wrap {
  border: 1px solid #DDDDDD;
}
.viewAccessories .accessory-item .accessory-item-details,
.accessories .accessory-item .accessory-item-details {
  padding: 15px;
}
@media (min-width: 768px) {
  .viewAccessories .accessory-item h3,
  .accessories .accessory-item h3 {
    min-height: 55px;
  }
}
.viewAccessories .accessory-item-toggle,
.accessories .accessory-item-toggle {
  display: inline-block;
  margin: 0;
}
.viewAccessories .accessory-item-toggle:after,
.accessories .accessory-item-toggle:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.viewAccessories .accessory-item-toggle:hover:after,
.accessories .accessory-item-toggle:hover:after {
  margin-left: 10px;
}
.viewAccessories .add-to-quote,
.accessories .add-to-quote {
  min-width: 100px;
}
.viewAccessories .collapse,
.accessories .collapse {
  display: none;
}
.viewAccessories .collapse.in,
.accessories .collapse.in {
  display: block;
}
.viewAccessories {
  padding: 30px 0;
}
.viewAccessories.intro .content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.viewAccessories .intro {
  padding-top: 0;
}
.viewAccessories .intro h1:last-of-type,
.viewAccessories .intro h2:last-of-type,
.viewAccessories .intro h3:last-of-type,
.viewAccessories .intro h4:last-of-type {
  margin-bottom: 0;
}
.viewAccessories .row [class*='col-'] {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .viewAccessories .row [class*='col-'] {
    margin-bottom: auto;
  }
}
.viewAccessories .accessory-item-toggle,
.viewAccessories .accessory-item-blurb {
  display: none;
}
form {
  padding: 20px 0;
}
form h2 {
  clear: both;
  font-size: 18px;
}
form h2:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  form h2 {
    font-size: 20px;
  }
}
form label {
  font-weight: 300;
  margin-bottom: 5px;
}
form label.error {
  font-size: 12px;
  color: red;
}
form .formCell {
  width: 100%;
  margin: 0 0 4%;
  position: relative;
}
form .formCell.textarea {
  clear: both;
}
form .formCell.service_also_required {
  clear: left;
}
@media (min-width: 768px) {
  form .formCell {
    width: 48%;
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  form .formCell.textarea {
    width: 98%;
  }
  form .formCell input[type="text"],
  form .formCell select,
  form .formCell textarea,
  form .formCell .chzn-single,
  form .formCell input.text {
    margin-bottom: 16px;
  }
  form .formCell label.error {
    position: absolute;
    left: 0;
    bottom: -8px;
  }
}
form .form-submit-btn-wrapper {
  text-align: center;
}
form .formSubmit {
  float: none;
  margin: 25px auto;
}
form .btn {
  min-height: 45px;
  min-width: 250px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding-right: 20px;
  padding-top: 0;
}
form input[type=radio],
form input[type=checkbox] {
  margin: -8px 5px 0 0;
}
form .formCheckBox {
  padding: 5px 0;
}
form .collapse {
  display: none;
}
form .collapse:not(.show) {
  display: none;
}
form .collapse.in {
  display: block;
}
input[type="text"],
select,
textarea,
.chzn-single,
input.text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: white;
  border: solid 1px #DDDDDD;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 5px 10px;
}
textarea {
  height: 100px;
}
input[disabled],
select[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.chzn-container {
  font-size: ;
}
.chzn-container .chzn-results li {
  width: 100%;
  line-height: 1.4;
  padding: 5px 0;
  border-bottom: 1px solid white;
}
.chzn-container .chzn-results li.result-selected,
.chzn-container .chzn-results li.highlighted {
  background: #003057;
  color: white;
}
.footer_form_wrap {
  margin-top: 30px;
}
#map_big {
  position: relative;
  height: auto;
  padding: 0;
  min-height: 550px;
}
@media (max-width: 991px) {
  #map_big {
    height: auto;
  }
}
#map_big #map {
  height: 100%;
  width: 100%;
  position: absolute;
}
@media (max-width: 991px) {
  #map_big #map {
    height: 320px;
  }
}
#map_big #map .dd-map-content {
  padding: 7.5px;
  font-size: 16px;
}
#map_big #map .dd-map-content strong {
  color: #003057;
}
#map_big #map .gm-style > div > div > div > div:first-child {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: alpha(opacity=50);
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
}
@media (max-width: 991px) {
  #map_big #map {
    position: inherit;
    margin-bottom: 25px;
  }
}
#map_big #map_details {
  height: 550px;
}
@media (max-width: 991px) {
  #map_big #map_details {
    height: auto;
  }
}
#map_big #map_details .accordion {
  position: relative;
  background: white;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}
@media (min-width: 992px) {
  #map_big #map_details .accordion {
    width: 320px;
    float: right;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
#map_big #map_details .accordion .collapse {
  display: none;
}
#map_big #map_details .accordion .collapse.show,
#map_big #map_details .accordion .collapse.in {
  display: block;
}
#map_big #map_details .accordion >.card >.card-header {
  padding: 0;
  margin: 0;
}
#map_big #map_details .accordion h2 {
  margin: 0;
}
#map_big #map_details .accordion h2 .btn {
  display: inline-block;
  padding: 15px 9.99px;
  width: 100%;
  text-align: left;
}
#map_big #map_details .accordion h2 .btn:after {
  display: none;
}
#map_big #map_details .accordion h2 .btn:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#map_big #map_details .accordion h2 .btn:after {
  transform: rotate(270deg);
}
#map_big #map_details .accordion h2 .btn:after {
  margin-top: -10px;
}
#map_big #map_details .accordion h2 .btn.collapsed {
  display: inline-block;
}
#map_big #map_details .accordion h2 .btn.collapsed:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#map_big #map_details .accordion h2 .btn.collapsed:after {
  transform: rotate(90deg);
}
#map_big #map_details .accordion h2 .btn.collapsed:after {
  margin-top: 2px;
}
#map_big #map_details .accordion ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #map_big #map_details .accordion {
    width: 100%;
    position: inherit;
    -moz-box-shadow: 0 0 0px white;
    -webkit-box-shadow: 0 0 0px white;
    box-shadow: 0 0 0px white;
    margin-bottom: 25px;
    margin-top: 0;
    margin-right: 0;
  }
}
#map_big #map_details .accordion h3 {
  margin: 0 0 15px;
}
#map_big #map_details .accordion p {
  text-align: left;
  margin: 0 0 15px;
}
#map_big #map_details .accordion .phone {
  display: block;
  margin: 0 0 15px;
  color: #333;
}
#map_big #map_details .accordion .phone a {
  font-weight: bold;
}
#map_big #map_details .accordion a.btn {
  padding: 10px 5px;
}
#map_big #map_details .accordion.location-count-1 h2 .btn:after {
  display: none;
}
#map_big #map_details li {
  color: #333;
}
#map_big .openingHours {
  margin-bottom: 15px;
}
#map_big .openingHours li {
  list-style: none;
}
#map_big .openingHoursSpecials h3 {
  padding-top: 10px;
  line-height: 20px;
  font-size: 100%;
}
#map_big .openingHoursSpecials ul li {
  display: block !important;
}
.model #map_big,
.listArticles #map_big {
  margin-top: 0;
}
#map_big .map-intro-wrapper {
  position: absolute;
  width: 100%;
  min-height: 550px;
  top: 0;
  margin: 0;
  float: none;
  padding: 0;
}
@media (max-width: 991px) {
  #map_big .map-intro-wrapper {
    margin-bottom: 0px;
    height: 320px;
  }
}
#map_big .map-intro-wrapper .intro {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 45%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#map_big .map-intro-wrapper .intro:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  filter: blur(100px);
  display: block;
  top: 0;
  left: 0;
  opacity: 0.75;
  position: absolute;
  z-index: -1;
}
#map_big .map-intro-wrapper .intro p {
  max-width: 700px;
  padding: 0 15px 90px;
  margin: 0 auto;
}
#map_big .map-intro-wrapper .intro h2,
#map_big .map-intro-wrapper .intro p {
  color: black;
}
