.group:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.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;
}
.btn {
  color: white;
  border: #2d96cd 1px solid;
  background: #2d96cd;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  padding: 15px 25px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 3px 16px rgba(0,0,1,0.1);
  font-family: "FordAntenna-Bold", Arial, Helvetica, "Microsoft YaHei";
  font-size: 16px;
  -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,
.btn:active,
.btn.active,
.btn:focus-within,
.btn:focus {
  background: #003478;
  color: white;
  border: #003478 1px solid;
  outline: 0;
}
.btn.btn-main {
  background: #003478;
  border: #003478 1px solid;
  color: white;
}
.btn.btn-main:hover,
.btn.btn-main:active,
.btn.btn-main.active,
.btn.btn-main:focus-within,
.btn.btn-main:focus {
  background: #2d96cd;
  border: #2d96cd 1px solid;
  color: white;
}
.btn.btn-get-quote {
  background: #1db954;
  border: #1db954 1px solid;
  color: white;
}
.btn.btn-get-quote:hover,
.btn.btn-get-quote:active,
.btn.btn-get-quote.active,
.btn.btn-get-quote:focus-within,
.btn.btn-get-quote:focus {
  background: #1ed760;
  border: #1ed760 1px solid;
}
.btn.btn-outline {
  border: #2d96cd solid 2px;
  background: transparent;
  color: black;
}
.btn.btn-outline:hover,
.btn.btn-outline:active,
.btn.btn-outline.active,
.btn.btn-outline:focus-within,
.btn.btn-outline:focus {
  border: #2d96cd solid 2px;
  color: white;
  background: #2d96cd;
  box-shadow: none;
}
.btn.btn-link {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  color: #2d96cd;
  border-bottom: none;
}
.btn-sm {
  font-size: 13.6px;
  padding: 12.5px;
}
.btn-xs {
  font-size: 12px;
  padding: 7.5px 12.5px;
}
.h1 h1,
.h1 h2 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .h1 h1,
  .h1 h2 {
    font-size: 19.2px;
  }
  .h1 h1 small,
  .h1 h2 small {
    display: block;
  }
}
.h1 h1 {
  text-transform: uppercase;
  margin: 10px 0;
}
.flexslider .flex-pauseplay a:before,
.flexslider .flex-direction-nav a:before {
  font-family: sans-serif;
}
.flexslider .flex-direction-nav a {
  text-shadow: none;
  background: black;
}
.flexslider .flex-direction-nav a.flex-next,
.flexslider .flex-direction-nav a.flex-prev {
  opacity: .75;
  width: auto;
  height: auto;
  padding: 10px 15px;
  font-weight: 100;
}
.flexslider .flex-direction-nav a.flex-next:before,
.flexslider .flex-direction-nav a.flex-prev:before {
  font-family: arial, sans-serif;
  color: white;
  width: 20px;
  height: 20px;
}
.flexslider .flex-direction-nav a.flex-next {
  right: 0;
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "";
  background: url('https://templatesnew.digitaldealer.com.au/common-assets//images/next-light.svg');
}
.flexslider .flex-direction-nav a.flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav a.flex-prev:before {
  content: "";
  background: url('https://templatesnew.digitaldealer.com.au/common-assets//images/prev-light.svg');
}
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider#carousel .flex-direction-nav a.flex-prev,
.flexslider#carousel .flex-direction-nav a.flex-next {
  padding: 5px 7.5px;
}
.stock .btn,
.si-details .btn {
  line-height: 1.2;
}
.stock .btn-link,
.si-details .btn-link {
  border-bottom-width: 0;
}
.stock .btn-link:hover,
.stock .btn-link:active,
.stock .btn-link.active,
.stock .btn-link:focus-within,
.stock .btn-link:focus,
.si-details .btn-link:hover,
.si-details .btn-link:active,
.si-details .btn-link.active,
.si-details .btn-link:focus-within,
.si-details .btn-link:focus {
  border-bottom-width: 0;
}
@media (max-width: 991px) {
  .container-flushed {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .container-flushed {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -51vw;
    margin-right: -50vw;
  }
}
@media (min-width: 992px) {
  .container-flushed {
    margin-left: -50.5vw;
  }
}
.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: #2d96cd;
  color: white;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #2d96cd;
  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 #eef2f6;
  padding: 10px;
  margin: 0 0 20px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  background: #003478;
}
.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/cessnockford-v1/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 #eef2f6;
  background: #FFF;
  opacity: 0.7;
  clear: both;
  margin: 0 0 15px 0;
  top: 4px;
  position: relative;
  font-style: italic;
}
.btn {
  color: white;
  font-weight: 200;
  text-transform: capitalize;
  text-align: center;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  background: #2d96cd;
  border: 1px solid #2d96cd;
  line-height: 3;
}
.btn:hover {
  background: white;
  color: #003478;
  border: 1px solid #003478;
}
.btn.btn-grey {
  background: #425968;
  color: #003478;
}
.btn-map-directions {
  color: #003478;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/bg-second-link.png) no-repeat left center;
  text-transform: none;
  border: none;
  text-shadow: none;
  text-align: left;
  color: #003478;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/bg-second-link.png) no-repeat left center;
}
.btn-map-directions:hover {
  color: #003478;
  background: url(../images/bg-second-link.png) no-repeat left center;
}
.defaultLi {
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #616161;
  background: url(https://templatesnew.digitaldealer.com.au/cessnockford-v1/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/cessnockford-v1/images/bg-link-arrow.png) no-repeat 0 center;
}
.greyList {
  padding: 15px 20px;
  margin: 25px 0 0 0;
  background-color: #F3F3F3;
  background-position: center center;
  background-repeat: no-repeat;
  background: -webkit-gradient(radial,center center,0,center center,460,from(#fff),to(#F3F3F3));
  background: -webkit-radial-gradient(circle,#fff,#F3F3F3);
  background: -moz-radial-gradient(circle,#fff,#F3F3F3);
  background: -ms-radial-gradient(circle,#fff,#F3F3F3);
}
.greyList li {
  padding: 15px 0;
  border-bottom: solid 1px #eef2f6;
  color: #616161;
}
.greyList li:last-child {
  border: none;
}
.greyList li strong {
  margin-right: 5px;
  text-transform: uppercase;
}
.secondLink {
  color: #003478;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../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: #666666;
  width: 10px;
  height: 10px;
}
.carouselLi.active,
.carouselLi:hover {
  background: #003478;
}
.default-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "FordAntenna-Light";
  src: url("../fonts/FordAntenna-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FordAntenna-Light.otf") format("opentype"), url("../fonts/FordAntenna-Light.woff") format("woff"), url("../fonts/FordAntenna-Light.ttf") format("truetype"), url("../fonts/FordAntenna-Light.svg#FordAntenna-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
.brand-font-light {
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
}
@font-face {
  font-family: "FordAntenna-Medium";
  src: url("../fonts/FordAntenna-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FordAntenna-Medium.otf") format("opentype"), url("../fonts/FordAntenna-Medium.woff") format("woff"), url("../fonts/FordAntenna-Medium.ttf") format("truetype"), url("../fonts/FordAntenna-Medium.svg#FordAntenna-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
.brand-font,
.brand-font-regular {
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
}
@font-face {
  font-family: "FordAntenna-Bold";
  src: url("../fonts/FordAntenna-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FordAntenna-Bold.otf") format("opentype"), url("../fonts/FordAntenna-Bold.woff") format("woff"), url("../fonts/FordAntenna-Bold.ttf") format("truetype"), url("../fonts/FordAntenna-Bold.svg#FordAntenna-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.brand-font-bold {
  font-family: "FordAntenna-Bold", Arial, Helvetica, "Microsoft YaHei";
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-auto {
  margin: auto;
}
.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-auto {
  padding: auto;
}
.centered-content-desktop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .centered-content-desktop {
    display: block;
    align-items: unset;
    justify-content: unset;
  }
}
.specials-location-header {
  margin-top: 25px;
  margin-bottom: 25px;
}
.specials-location-header > div {
  background: #e5e5e5;
  color: #777;
  height: 50px;
  line-height: 50px;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  margin-bottom: 25px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.specials-instance {
  border-bottom: 1px solid #eef2f6;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.specials-instance:nth-child(odd) {
  clear: left;
}
@media (max-width: 991px) {
  .specials-instance .row > div {
    min-height: 110px;
  }
}
.specials-instance .row > div .btn {
  border: none;
  margin-top: 15px;
  background: none;
  color: #2d96cd;
  width: auto;
  text-align: left;
  font-size: 18px;
  padding-left: 0;
  margin-left: 0;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
}
.specials-instance .row > div .btn:hover {
  color: #2477a3;
}
.specialImage img {
  margin: 0 0 25px;
  height: auto;
}
@media (max-width: 991px) {
  .specialImage img {
    margin: 40px auto;
  }
}
.specialTitle {
  margin: 15px 0 40px 0;
}
.specialTitle h3 {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 400;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
  text-transform: capitalize;
  color: ;
}
.specialFeatures {
  min-height: 150px;
}
@media (max-width: 991px) {
  .specialFeatures {
    min-height: 0;
  }
}
.specialFeatures ul {
  padding-left: 0;
}
.specialFeatures ul li {
  line-height: 24px;
  border-bottom: 1px solid #eef2f6;
  font-size: 16px;
  color: #666666;
  padding: 8px 0;
}
.specialFeatures ul li:first-child {
  border-top: 1px solid #eef2f6;
}
.specialDisclaimer {
  line-height: 150%;
  padding: 25px 0;
}
.specialDisclaimer h3 {
  display: none;
}
.specialDisclaimer p {
  font-style: italic;
  font-size: 12px;
  color: #999;
}
.specialPrice {
  font-size: 30px;
  color: #2d96cd;
  margin: 0 0 20px 0 !important;
  font-weight: 500;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
}
.specialPrice span {
  color: ;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin-top: 10px;
  font-weight: 300;
}
.specialPrice sup {
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
}
#specials_select_dropdown {
  color: #333333;
  display: block;
}
.price {
  margin: 0;
}
.price a {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 95%;
  margin-bottom: -50px;
}
@media (max-width: 991px) {
  .price {
    top: 0;
  }
}
.alert {
  color: ;
  margin-top: 30px;
}
#specials_select .input-group {
  height: 34px;
  margin: 0 0 40px 0;
}
#specials_select .input-group span.input-group-addon {
  background: #2d96cd;
  border: 1px solid #2d96cd;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  #specials_select .input-group span.input-group-addon {
    line-height: 24px;
  }
}
#specials_select .input-group span.input-group-addon .glyphicon {
  font-size: 80%;
}
#specials_select .input-group select {
  z-index: 0;
  font-size: 14px;
}
#specials_select .input-group select:focus,
#specials_select .input-group select:active {
  border-color: #2d96cd !important;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.15) !important;
}
@media (max-width: 991px) {
  #specials_select .input-group {
    display: block;
    height: 68px;
  }
  #specials_select .input-group .input-group-addon,
  #specials_select .input-group select {
    display: inline-block;
    width: 100%;
  }
  #specials_select .input-group .input-group-addon {
    text-align: left;
    white-space: normal;
  }
  #specials_select .input-group h2.specials-type {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  #specials_select .input-group {
    height: auto;
    margin-bottom: 50px;
  }
}
.models-specials-list-group {
  position: absolute;
  z-index: 99999;
  right: 15px;
}
@media (max-width: 991px) {
  .models-specials-list-group {
    position: relative;
  }
}
.models-specials-list-group .list-group-item.active {
  color: white;
  border: #2d96cd 1px solid;
  background: #2d96cd;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  padding: 15px 25px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 3px 16px rgba(0,0,1,0.1);
  font-family: "FordAntenna-Bold", Arial, Helvetica, "Microsoft YaHei";
  font-size: 16px;
  -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: 5px 10px;
  background: #2d96cd;
  color: white;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #2d96cd;
  cursor: pointer;
  color: white;
  font-weight: 200;
  text-transform: capitalize;
  text-align: center;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  background: #2d96cd;
  border: 1px solid #2d96cd;
  line-height: 3;
}
.models-specials-list-group .list-group-item.active:hover,
.models-specials-list-group .list-group-item.active:active,
.models-specials-list-group .list-group-item.active.active,
.models-specials-list-group .list-group-item.active:focus-within,
.models-specials-list-group .list-group-item.active:focus {
  background: #003478;
  color: white;
  border: #003478 1px solid;
  outline: 0;
}
.models-specials-list-group .list-group-item.active.btn-main {
  background: #003478;
  border: #003478 1px solid;
  color: white;
}
.models-specials-list-group .list-group-item.active.btn-main:hover,
.models-specials-list-group .list-group-item.active.btn-main:active,
.models-specials-list-group .list-group-item.active.btn-main.active,
.models-specials-list-group .list-group-item.active.btn-main:focus-within,
.models-specials-list-group .list-group-item.active.btn-main:focus {
  background: #2d96cd;
  border: #2d96cd 1px solid;
  color: white;
}
.models-specials-list-group .list-group-item.active.btn-get-quote {
  background: #1db954;
  border: #1db954 1px solid;
  color: white;
}
.models-specials-list-group .list-group-item.active.btn-get-quote:hover,
.models-specials-list-group .list-group-item.active.btn-get-quote:active,
.models-specials-list-group .list-group-item.active.btn-get-quote.active,
.models-specials-list-group .list-group-item.active.btn-get-quote:focus-within,
.models-specials-list-group .list-group-item.active.btn-get-quote:focus {
  background: #1ed760;
  border: #1ed760 1px solid;
}
.models-specials-list-group .list-group-item.active.btn-outline {
  border: #2d96cd solid 2px;
  background: transparent;
  color: black;
}
.models-specials-list-group .list-group-item.active.btn-outline:hover,
.models-specials-list-group .list-group-item.active.btn-outline:active,
.models-specials-list-group .list-group-item.active.btn-outline.active,
.models-specials-list-group .list-group-item.active.btn-outline:focus-within,
.models-specials-list-group .list-group-item.active.btn-outline:focus {
  border: #2d96cd solid 2px;
  color: white;
  background: #2d96cd;
  box-shadow: none;
}
.models-specials-list-group .list-group-item.active.btn-link {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  color: #2d96cd;
  border-bottom: none;
}
.models-specials-list-group .list-group-item.active.btn-right {
  float: right;
}
.models-specials-list-group .list-group-item.active.btn-left {
  float: left;
}
.models-specials-list-group .list-group-item.active:hover {
  background: white;
  color: #003478;
  border: 1px solid #003478;
}
.models-specials-list-group .list-group-item.active.btn-grey {
  background: #425968;
  color: #003478;
}
.specials-page-list-only {
  margin-bottom: 25px;
  margin-top: 25px;
}
.specials-page-list-only .specialTitle {
  min-height: 75px;
}
.specials-page-list-only .specialFeatures li {
  font-size: 12px;
  line-height: 20px;
}
.specials-page-list-only .specialFeatures .specials-instance-sec2 a.btn {
  width: 48%;
  display: inline-block;
  margin-top: 25px;
  margin-right: 1%;
}
@media (max-width: 767px) {
  .specials-page-list-only .specialFeatures .specials-instance-sec2 a.btn {
    width: 100%;
    margin-right: 0;
  }
}
.specials-page-list-only .specialDisclaimer {
  padding-top: 0;
}
.specials-page-list-only .specials-instance-sec2 a.btn {
  width: 48%;
  display: inline-block;
  margin-top: 25px;
  margin-right: 1%;
}
@media (max-width: 767px) {
  .specials-page-list-only .specials-instance-sec2 a.btn {
    width: 100%;
    margin-right: 0;
  }
}
.model-home-specials-title,
.btn-model-home-specials {
  display: none;
}
.mb-20 {
  margin-bottom: 20px;
}
.row-flex {
  margin-left: auto;
  margin-right: auto;
}
.stock-refine-title {
  font-size: 20px;
  margin: 10px 0;
  text-transform: capitalize;
  cursor: pointer;
}
h3.stock-refine-title {
  font-size: 20px;
}
.title-w-bg .stock-refine-title {
  background: #CCCCCC;
  margin: 0;
  padding: 10px;
}
.stockList .title-w-bg #stockListRefine h3,
.stockList .title-w-bg #stockRefine h3,
.stockItem .title-w-bg #stockListRefine h3,
.stockItem .title-w-bg #stockRefine h3 {
  background: #CCCCCC;
  margin: 0;
  padding: 10px;
}
.refine-newSearchItem {
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right -53px #F3F3F3;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  display: block;
  font-weight: normal;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
  -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;
}
.refine-newSearchItem:hover {
  background-color: #2d96cd;
  color: white;
}
.refine-newSearchItem.active {
  background: #003478 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.si-view img {
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
}
.si-view .alert {
  clear: both;
  margin-top: 50px;
}
.si-view input[type="text"],
.si-view input[type="tel"],
.si-view input[type="email"],
.si-view select,
.si-view textarea,
.si-view .chzn-single,
.si-view input.text {
  background-color: white;
}
.si-view label.error {
  font-size: 12px;
  color: red;
}
.si-view textarea {
  line-height: 1.2;
}
.specialsFeatured .stockListItem:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 991px) {
  .specialsFeatured .stockListItem:nth-child(3n+1) {
    clear: none;
  }
}
@media (max-width: 991px) {
  .specialsFeatured .stockListItem:nth-child(2n+1) {
    clear: left;
  }
}
.stock .page_title,
.stock .page-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.stockList .stock-refine-search-wrap .stock-refine-search,
.stockItem .stock-refine-search-wrap .stock-refine-search {
  display: block;
}
@media (min-width: 991px) {
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-search,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-search {
    margin: 0 0 30px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid #DDDDDD;
    color: black;
    padding: 7.5px 0;
    font-size: 16px;
    text-transform: capitalize;
    width: 49%;
    display: inline-block;
  }
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search svg,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search i,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search svg,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search i,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-search svg,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-search i,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search svg,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search i,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search svg,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search i,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-search svg,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-search i {
    display: none;
  }
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search.active,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search.active,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-search.active,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search.active,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search.active,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-search.active {
    border-bottom-color: #2d96cd;
  }
}
.stockList .stock-refine-search-wrap #stockListRefine,
.stockList .stock-refine-search-wrap #stockSearch,
.stockItem .stock-refine-search-wrap #stockListRefine,
.stockItem .stock-refine-search-wrap #stockSearch {
  display: none;
}
.stockList .stock-refine-search-wrap #stockListRefine.active,
.stockList .stock-refine-search-wrap #stockSearch.active,
.stockItem .stock-refine-search-wrap #stockListRefine.active,
.stockItem .stock-refine-search-wrap #stockSearch.active {
  display: block;
}
.stockList .stock-refine-search-wrap #stockRefine.active #stockListRefine,
.stockItem .stock-refine-search-wrap #stockRefine.active #stockListRefine {
  display: block;
}
.stockList #refinedStock,
.stockList #stockListRefine,
.stockList #stockListRefined,
.stockList #stockRefine,
.stockList #stockSearch,
.stockItem #refinedStock,
.stockItem #stockListRefine,
.stockItem #stockListRefined,
.stockItem #stockRefine,
.stockItem #stockSearch {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .stockList #refinedStock,
  .stockList #stockListRefine,
  .stockList #stockListRefined,
  .stockList #stockRefine,
  .stockList #stockSearch,
  .stockItem #refinedStock,
  .stockItem #stockListRefine,
  .stockItem #stockListRefined,
  .stockItem #stockRefine,
  .stockItem #stockSearch {
    margin-bottom: 20px;
  }
}
.stockList #refinedStock,
.stockItem #refinedStock {
  position: relative;
}
.stockList #stockListRefined div ul,
.stockItem #stockListRefined div ul {
  padding: 0;
  list-style: none;
}
.stockList #stockListRefined div li a,
.stockItem #stockListRefined div li a {
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right -53px #F3F3F3;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  display: block;
  font-weight: normal;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
  -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;
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/refineSearch/bg-delete-criteria.png) no-repeat scroll 96% 18px #F3F3F3;
}
.stockList #stockListRefined div li a:hover,
.stockItem #stockListRefined div li a:hover {
  background-color: #2d96cd;
  color: white;
}
.stockList #stockListRefined div li a.active,
.stockItem #stockListRefined div li a.active {
  background: #003478 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.stockList #stockListRefine #refineSearchYearBtn,
.stockList #stockRefine #refineSearchYearBtn,
.stockItem #stockListRefine #refineSearchYearBtn,
.stockItem #stockRefine #refineSearchYearBtn {
  margin-top: 10px;
}
.stockList #stockListRefine > div,
.stockList #stockRefine > div,
.stockItem #stockListRefine > div,
.stockItem #stockRefine > div {
  border: none;
  display: block;
  position: relative;
}
.stockList #stockListRefine div.stockListRefineWrap div.stockListRefineItem,
.stockList #stockRefine div.stockListRefineWrap div.stockListRefineItem,
.stockItem #stockListRefine div.stockListRefineWrap div.stockListRefineItem,
.stockItem #stockRefine div.stockListRefineWrap div.stockListRefineItem {
  padding: 0;
}
.stockList #stockListRefine div.stockListRefineWrap h4,
.stockList #stockRefine div.stockListRefineWrap h4,
.stockItem #stockListRefine div.stockListRefineWrap h4,
.stockItem #stockRefine div.stockListRefineWrap h4 {
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right -53px #F3F3F3;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  display: block;
  font-weight: normal;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
  -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;
}
.stockList #stockListRefine div.stockListRefineWrap h4:hover,
.stockList #stockRefine div.stockListRefineWrap h4:hover,
.stockItem #stockListRefine div.stockListRefineWrap h4:hover,
.stockItem #stockRefine div.stockListRefineWrap h4:hover {
  background-color: #2d96cd;
  color: white;
}
.stockList #stockListRefine div.stockListRefineWrap h4.active,
.stockList #stockRefine div.stockListRefineWrap h4.active,
.stockItem #stockListRefine div.stockListRefineWrap h4.active,
.stockItem #stockRefine div.stockListRefineWrap h4.active {
  background: #003478 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.stockList #stockListRefine div.stockListRefineWrap ul,
.stockList #stockRefine div.stockListRefineWrap ul,
.stockItem #stockListRefine div.stockListRefineWrap ul,
.stockItem #stockRefine div.stockListRefineWrap ul {
  background: none;
  padding: 0;
  text-align: center;
  background: #F3F3F3;
  overflow-y: auto;
}
.stockList #stockListRefine div.stockListRefineWrap ul li,
.stockList #stockRefine div.stockListRefineWrap ul li,
.stockItem #stockListRefine div.stockListRefineWrap ul li,
.stockItem #stockRefine div.stockListRefineWrap ul li {
  list-style: disc outside none;
  margin: 0;
  display: block;
  text-align: left;
  border-bottom: 1px solid #AAAAAA;
}
.stockList #stockListRefine div.stockListRefineWrap ul li a,
.stockList #stockRefine div.stockListRefineWrap ul li a,
.stockItem #stockListRefine div.stockListRefineWrap ul li a,
.stockItem #stockRefine div.stockListRefineWrap ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 15px;
  font-size: 14px;
}
.stockList #stockListRefine div.stockListRefineWrap ul li a:hover,
.stockList #stockRefine div.stockListRefineWrap ul li a:hover,
.stockItem #stockListRefine div.stockListRefineWrap ul li a:hover,
.stockItem #stockRefine div.stockListRefineWrap ul li a:hover {
  background: #DDDDDD;
}
.stockList #stockListRefine div.stockListRefineWrap ul li select,
.stockList #stockRefine div.stockListRefineWrap ul li select,
.stockItem #stockListRefine div.stockListRefineWrap ul li select,
.stockItem #stockRefine div.stockListRefineWrap ul li select {
  margin-bottom: 10px;
  width: 100%;
  line-height: 25px;
}
.stockList #stockListRefine div.stockListRefineWrap .sliderui div.sliderui-btns,
.stockList #stockRefine div.stockListRefineWrap .sliderui div.sliderui-btns,
.stockItem #stockListRefine div.stockListRefineWrap .sliderui div.sliderui-btns,
.stockItem #stockRefine div.stockListRefineWrap .sliderui div.sliderui-btns {
  max-width: 90%;
}
.stockList #stockListRefine div.stockListRefineWrap .sliderui div.sliderui-btns .row,
.stockList #stockRefine div.stockListRefineWrap .sliderui div.sliderui-btns .row,
.stockItem #stockListRefine div.stockListRefineWrap .sliderui div.sliderui-btns .row,
.stockItem #stockRefine div.stockListRefineWrap .sliderui div.sliderui-btns .row {
  margin: 0;
}
.stockList .stockListRefineSection,
.stockItem .stockListRefineSection {
  border: 1px solid #DDDDDD;
  background: #F3F3F3;
  border-top: none;
  z-index: 99;
  width: 100%;
}
.stockList .stockListRefineSection ul li a,
.stockItem .stockListRefineSection ul li a {
  background: #EEEEEE;
}
.stockList div#stockResults::before,
.stockItem div#stockResults::before {
  content: "SHOW ";
}
.stockList div#stockResults a,
.stockItem div#stockResults a {
  padding: 10px;
  background: #F3F3F3;
  margin: 3px;
}
@media (max-width: 991px) {
  .stockList div#stockResults,
  .stockItem div#stockResults {
    display: none;
  }
}
.stockList .stock-refine-search,
.stockItem .stock-refine-search {
  display: none;
}
@media (max-width: 991px) {
  .stockList .stock-refine-search,
  .stockItem .stock-refine-search {
    display: block;
  }
}
@media (max-width: 991px) {
  .stockList #stockListRefine,
  .stockList #stockSearch,
  .stockItem #stockListRefine,
  .stockItem #stockSearch {
    display: none;
  }
}
.stockList #js-stock-refine-search,
.stockList #js-stock-search,
.stockItem #js-stock-refine-search,
.stockItem #js-stock-search {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .stockList #js-stock-refine-search,
  .stockList #js-stock-search,
  .stockItem #js-stock-refine-search,
  .stockItem #js-stock-search {
    margin-bottom: 10px;
  }
}
.stockList #js-stock-refine-search,
.stockItem #js-stock-refine-search {
  margin-left: 50px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .stockList #js-stock-refine-search,
  .stockItem #js-stock-refine-search {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 991px) {
  .stockList .search-refine-pos-top .stock-refine-search-wrap #stockSearch,
  .stockList .search-refine-pos-top .stock-refine-search-wrap #stockRefine,
  .stockItem .search-refine-pos-top .stock-refine-search-wrap #stockSearch,
  .stockItem .search-refine-pos-top .stock-refine-search-wrap #stockRefine {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .stockList .search-refine-pos-top .stock-refine-search-wrap .stock-refine-search,
  .stockItem .search-refine-pos-top .stock-refine-search-wrap .stock-refine-search {
    text-align: right;
  }
  .stockList .search-refine-pos-top .stock-refine-search-wrap .stock-refine-search #js-stock-search,
  .stockList .search-refine-pos-top .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search,
  .stockItem .search-refine-pos-top .stock-refine-search-wrap .stock-refine-search #js-stock-search,
  .stockItem .search-refine-pos-top .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search {
    display: inline-block;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.stockList #stockSearch .subnav_forms,
.stockItem #stockSearch .subnav_forms {
  padding: 15px;
  min-height: 100px;
}
.stockList #stockSearch form,
.stockItem #stockSearch form {
  padding: 0;
}
.stockList #stockSearch #stockSearch #stockSearchBudget,
.stockList #stockSearch .stockSearchSelectField,
.stockItem #stockSearch #stockSearch #stockSearchBudget,
.stockItem #stockSearch .stockSearchSelectField {
  padding-top: 10px;
  height: auto;
  margin: 0 0 5px;
}
.stockList #stockSearch .stockSearchWidgetContainer,
.stockItem #stockSearch .stockSearchWidgetContainer {
  background: #F3F3F3;
  width: 100%;
  display: block;
}
.stockList #stockSearch .stockSearchSelectField,
.stockItem #stockSearch .stockSearchSelectField {
  width: 100%;
}
.stockList #stockSearch .stockSearchSelectField .stockSearch,
.stockItem #stockSearch .stockSearchSelectField .stockSearch {
  margin-top: 0;
  margin-bottom: 0;
}
.stockList #stockSearch .stockSearchSelectField .chzn-container-multi .chzn-choices li.search-choice,
.stockItem #stockSearch .stockSearchSelectField .chzn-container-multi .chzn-choices li.search-choice {
  float: left;
}
.stockList #stockSearch .subnav_tabs li,
.stockItem #stockSearch .subnav_tabs li {
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right -57px rgba(0,0,0,0);
  border-bottom: 1px solid #DDDDDD;
}
.stockList #stockSearch .search_side_stock_btn,
.stockList #stockSearch .search_side_budget_btn,
.stockList #stockSearch .search_side_num_btn,
.stockList #stockSearch .search_side_btn,
.stockItem #stockSearch .search_side_stock_btn,
.stockItem #stockSearch .search_side_budget_btn,
.stockItem #stockSearch .search_side_num_btn,
.stockItem #stockSearch .search_side_btn {
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right -53px #F3F3F3;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  display: block;
  font-weight: normal;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
  -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;
}
.stockList #stockSearch .search_side_stock_btn:hover,
.stockList #stockSearch .search_side_budget_btn:hover,
.stockList #stockSearch .search_side_num_btn:hover,
.stockList #stockSearch .search_side_btn:hover,
.stockItem #stockSearch .search_side_stock_btn:hover,
.stockItem #stockSearch .search_side_budget_btn:hover,
.stockItem #stockSearch .search_side_num_btn:hover,
.stockItem #stockSearch .search_side_btn:hover {
  background-color: #2d96cd;
  color: white;
}
.stockList #stockSearch .search_side_stock_btn.active,
.stockList #stockSearch .search_side_budget_btn.active,
.stockList #stockSearch .search_side_num_btn.active,
.stockList #stockSearch .search_side_btn.active,
.stockItem #stockSearch .search_side_stock_btn.active,
.stockItem #stockSearch .search_side_budget_btn.active,
.stockItem #stockSearch .search_side_num_btn.active,
.stockItem #stockSearch .search_side_btn.active {
  background: #003478 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.stockList #stockSearch .search_side_stock_btn.active,
.stockList #stockSearch .search_side_budget_btn.active,
.stockList #stockSearch .search_side_num_btn.active,
.stockList #stockSearch .search_side_btn.active,
.stockItem #stockSearch .search_side_stock_btn.active,
.stockItem #stockSearch .search_side_budget_btn.active,
.stockItem #stockSearch .search_side_num_btn.active,
.stockItem #stockSearch .search_side_btn.active {
  background: #003478 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.stockList #stockSearch .search_side_stock_btn_active.active,
.stockList #stockSearch .search_side_budget_btn_active.active,
.stockList #stockSearch .search_side_num_btn_active.active,
.stockItem #stockSearch .search_side_stock_btn_active.active,
.stockItem #stockSearch .search_side_budget_btn_active.active,
.stockItem #stockSearch .search_side_num_btn_active.active {
  background: #003478 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.stockList #stockSearch .stockSearchBtn,
.stockItem #stockSearch .stockSearchBtn {
  clear: both;
}
.stockList #stockSearch .stockSearch-cta .btn,
.stockItem #stockSearch .stockSearch-cta .btn {
  font-size: 12px;
  padding: 7.5px 12.5px;
}
.stockList #stockSearch .stockSearch_note,
.stockItem #stockSearch .stockSearch_note {
  display: none;
}
.stockList #stockSearch #stockSearchBudget,
.stockItem #stockSearch #stockSearchBudget {
  padding-top: 0px;
}
.stockList #stockSearch #stockSearchBudget > div,
.stockItem #stockSearch #stockSearchBudget > div {
  overflow: visible;
}
.stockList #stockSearch .tabs ul li,
.stockItem #stockSearch .tabs ul li {
  float: none;
  line-height: 40px;
}
.stockList #stockSearch .tabs ul li a,
.stockItem #stockSearch .tabs ul li a {
  color: #999999 !important;
}
.stockList #stockSearch .tabs ul li.active a,
.stockItem #stockSearch .tabs ul li.active a {
  color: #333333 !important;
}
.stockList #stockSearch .tabs > div,
.stockItem #stockSearch .tabs > div {
  padding-top: 30px;
  padding-bottom: 20px;
}
.stockList #stockSearch #stockSearchNum #stock_number,
.stockItem #stockSearch #stockSearchNum #stock_number {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 24px;
  padding-left: 10px;
  width: 100%;
}
.stockList .stock {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .stockList .stock {
    margin-top: 0;
  }
}
.sliderui div.noUi-target {
  background-color: transparent;
  margin: 20px auto;
  background: #F3F3F3;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  box-shadow: inset 0 1px 1px #EEEEEE, 0 3px 6px -5px #BBBBBB;
  width: 90%;
}
.sliderui div.noUi-horizontal {
  height: 8px;
}
.sliderui div.noUi-horizontal .noUi-handle {
  top: -7px;
  left: -7px;
}
.sliderui div.noUi-base {
  background-color: #DDDDDD;
}
.sliderui div.noUi-origin {
  background-color: transparent;
}
.sliderui div.noUi-connect {
  background-color: #2d96cd;
}
.sliderui div.noUi-handle {
  background-color: #003478;
  -moz-border-radius: ;
  border-radius: ;
  cursor: default;
  width: 20px;
  height: 20px;
}
.sliderui div.noUi-handle:before,
.sliderui div.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 1px;
  background: #999999;
  left: 5px;
  top: 3px;
  left: 8px;
  top: 6px;
}
.sliderui div.noUi-handle:after {
  left: 11px;
}
.sliderui div.noUi-handle.noUi-active {
  width: 20px;
  height: 20px;
}
.sliderui div.sliderui-btns {
  margin: 0 5px;
}
.sliderui div.sliderui-btns .row [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.sliderui div.sliderui-btns .row [class*='col-'] input {
  width: 100%;
  padding: 5px 10px;
  border: none;
  text-align: center;
  background: transparent;
}
.sliderui div.sliderui-btns .row [class*='col-'] small {
  font-size: 10px;
}
.sliderui div.sliderui-btns .row [class*='col-'] a.btn {
  margin: 5px 0;
  padding: 5px;
}
.stockList .stockListSearhCriteria,
.stockItem .stockListSearhCriteria {
  background: #F3F3F3;
  padding: 10px;
  margin: -14px 0 15px;
}
.stockList .stockListSearhCriteria p:last-child,
.stockItem .stockListSearhCriteria p:last-child {
  margin: 0;
}
.stockList .stockPriceSwitch,
.stockList .stockTermSwitch,
.stockItem .stockPriceSwitch,
.stockItem .stockTermSwitch {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #CCCCCC;
}
@media (max-width: 1199px) {
  .stockList .stockPriceSwitch,
  .stockList .stockTermSwitch,
  .stockItem .stockPriceSwitch,
  .stockItem .stockTermSwitch {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.stockList .stockPriceSwitch span,
.stockList .stockTermSwitch span,
.stockItem .stockPriceSwitch span,
.stockItem .stockTermSwitch span {
  vertical-align: middle;
}
.stockList .stockPriceSwitch .title,
.stockList .stockTermSwitch .title,
.stockItem .stockPriceSwitch .title,
.stockItem .stockTermSwitch .title {
  max-width: 90px;
}
.stockList .stockPriceSwitch .frequency,
.stockList .stockPriceSwitch .term,
.stockList .stockTermSwitch .frequency,
.stockList .stockTermSwitch .term,
.stockItem .stockPriceSwitch .frequency,
.stockItem .stockPriceSwitch .term,
.stockItem .stockTermSwitch .frequency,
.stockItem .stockTermSwitch .term {
  cursor: pointer;
  padding: 6px 9px;
  margin-bottom: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #003478;
  color: white;
}
.stockList .stockPriceSwitch .frequency:hover,
.stockList .stockPriceSwitch .frequency.active,
.stockList .stockPriceSwitch .term:hover,
.stockList .stockPriceSwitch .term.active,
.stockList .stockTermSwitch .frequency:hover,
.stockList .stockTermSwitch .frequency.active,
.stockList .stockTermSwitch .term:hover,
.stockList .stockTermSwitch .term.active,
.stockItem .stockPriceSwitch .frequency:hover,
.stockItem .stockPriceSwitch .frequency.active,
.stockItem .stockPriceSwitch .term:hover,
.stockItem .stockPriceSwitch .term.active,
.stockItem .stockTermSwitch .frequency:hover,
.stockItem .stockTermSwitch .frequency.active,
.stockItem .stockTermSwitch .term:hover,
.stockItem .stockTermSwitch .term.active {
  background: #2d96cd;
}
@media (max-width: 767px) {
  .stockList .stockPriceSwitch .frequency,
  .stockList .stockTermSwitch .frequency,
  .stockItem .stockPriceSwitch .frequency,
  .stockItem .stockTermSwitch .frequency {
    margin-bottom: 6px;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .stockList .stockPriceSwitch,
  .stockList .stockTermSwitch,
  .stockItem .stockPriceSwitch,
  .stockItem .stockTermSwitch {
    padding: 0;
  }
  .stockList .stockPriceSwitch .title,
  .stockList .stockTermSwitch .title,
  .stockItem .stockPriceSwitch .title,
  .stockItem .stockTermSwitch .title {
    display: block;
    clear: both;
    margin-bottom: 5px;
  }
}
.stockList .stockListTopWrapper,
.stockItem .stockListTopWrapper {
  font-size: 14px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #F3F3F3;
}
.stockList .stockListTopWrapper >div:last-child,
.stockItem .stockListTopWrapper >div:last-child {
  text-align: right;
}
.stockList .stockListTopWrapper .stockListSort,
.stockItem .stockListTopWrapper .stockListSort {
  position: relative;
  float: left;
}
.stockList .stockListTopWrapper .stockListSort .processing,
.stockItem .stockListTopWrapper .stockListSort .processing {
  display: none;
  position: absolute;
  top: 0;
  background: white;
  width: 100%;
  padding: 4px 20px;
  opacity: .80;
}
.stockList .stockListTopWrapper .stockTermSwitch,
.stockList .stockListTopWrapper .get-quote-cta,
.stockItem .stockListTopWrapper .stockTermSwitch,
.stockItem .stockListTopWrapper .get-quote-cta {
  display: none;
  max-width: 300px;
}
.stockList .stockListTopWrapper .stockListTopBtns,
.stockItem .stockListTopWrapper .stockListTopBtns {
  display: inline-block;
}
.stockList .stockListTopWrapper .stockListTopBtns ul,
.stockItem .stockListTopWrapper .stockListTopBtns ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.stockList .stockListTopWrapper .stockListTopBtns ul li,
.stockItem .stockListTopWrapper .stockListTopBtns ul li {
  display: inline-block;
  margin-left: 5px;
}
.stockList .stockListTopWrapper .stockListTopBtns ul li a,
.stockItem .stockListTopWrapper .stockListTopBtns ul li a {
  padding: 7.5px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
}
.stockList .stockListTopWrapper .stockListTopBtns ul li a span,
.stockItem .stockListTopWrapper .stockListTopBtns ul li a span {
  display: none;
}
.stockList .stockListPaginate,
.stockItem .stockListPaginate {
  clear: both;
  background-color: #F3F3F3;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 10px;
}
.stockList .stockListPaginate.pos-absolute,
.stockItem .stockListPaginate.pos-absolute {
  margin: 0 150px 0 auto;
  width: 60%;
  position: absolute;
  left: 25%;
  top: 10px;
}
.stockList .stockListPaginate > div,
.stockList .stockListPaginate > ul,
.stockList .stockListPaginate > span,
.stockItem .stockListPaginate > div,
.stockItem .stockListPaginate > ul,
.stockItem .stockListPaginate > span {
  display: inline-block;
  width: 33%;
}
@media (max-width: 992px) {
  .stockList .stockListPaginate > div,
  .stockList .stockListPaginate > ul,
  .stockList .stockListPaginate > span,
  .stockItem .stockListPaginate > div,
  .stockItem .stockListPaginate > ul,
  .stockItem .stockListPaginate > span {
    width: 49%;
  }
}
@media (max-width: 992px) {
  .stockList .stockListPaginate > div,
  .stockList .stockListPaginate > ul,
  .stockList .stockListPaginate > span,
  .stockItem .stockListPaginate > div,
  .stockItem .stockListPaginate > ul,
  .stockItem .stockListPaginate > span {
    width: 33%;
  }
}
.stockList .stockListPaginate ul,
.stockItem .stockListPaginate ul {
  text-align: right;
  padding: 0;
}
@media (max-width: 992px) {
  .stockList .stockListPaginate ul,
  .stockItem .stockListPaginate ul {
    width: 66%;
  }
}
.stockList .stockListPaginate ul li,
.stockItem .stockListPaginate ul li {
  display: inline-block;
}
.stockList .stockListPaginate ul li.paginateSentinel a,
.stockItem .stockListPaginate ul li.paginateSentinel a {
  border: none;
  text-decoration: underline;
}
.stockList .stockListPaginate ul li a,
.stockList .stockListPaginate ul li span,
.stockItem .stockListPaginate ul li a,
.stockItem .stockListPaginate ul li span {
  padding: 0 10px;
  text-align: center;
  border-right: solid 1px #CCCCCC;
  display: inline-block;
  height: auto;
}
.stockList .stockListPaginate ul li a.active,
.stockList .stockListPaginate ul li a:hover,
.stockItem .stockListPaginate ul li a.active,
.stockItem .stockListPaginate ul li a:hover {
  color: white;
  background: #003478;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.stockList .stockListPaginate ul li span,
.stockItem .stockListPaginate ul li span {
  padding-left: 5px;
}
.stockList .stockListPaginate span,
.stockItem .stockListPaginate span {
  text-align: center;
}
@media (max-width: 1240px) {
  .stockList .stockListPaginate span,
  .stockItem .stockListPaginate span {
    text-align: left;
  }
}
.stockList .stockListPaginate #stockListLimit,
.stockItem .stockListPaginate #stockListLimit {
  margin: 0;
  float: none;
  width: 100px;
  display: inline-block;
}
.stockList .stockListPaginate #stockListLimit select,
.stockItem .stockListPaginate #stockListLimit select {
  width: auto;
}
.stockList .paginate_top,
.stockItem .paginate_top {
  border-top: 1px solid white;
}
.index .stockSearch .stockSearch-cta {
  padding: 5px;
}
.stockList form .formSubmit {
  padding: 10px;
}
.stockItem .form .formCell label.error {
  position: relative;
}
#stockSearch input[type="text"],
#stockSearch select,
#stockSearch textarea,
#stockSearch .chzn-single,
#stockSearch input.text {
  width: 100%;
  line-height: 32px;
  height: 32px;
}
#stockSearch .subnav_forms {
  background: transparent;
  padding: 0 !important;
}
#stockSearch .stockSearchSelectField {
  height: auto;
}
#stockSearch .stockSearch-cta a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#stockSearch #stockSearchTypes input[type=checkbox] + label:after {
  top: -8px;
}
#stockSearch .stocklist ul li {
  text-align: left;
}
#stockSearch .stockSearch-view {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  #stockSearch .stockSearch-view {
    min-height: 220px;
  }
}
.si-view {
  font-size: 16px;
  line-height: 1.6;
}
.si-view .formEnquiryContainer {
  background: transparent;
}
.si-view .formEnquiryContainer form .terms {
  clear: both;
  margin: 10px;
}
.si-view .formEnquiryContainer form .btn.formSubmit {
  float: none;
}
.stockList #stockListRefine .stockListRefineWrap ul li a {
  color: #415a69;
}
.stockList #stockListRefine .stockSearchSelectField {
  height: auto;
  width: auto;
  margin: 5px auto !important;
}
.stockList #stockListRefine .retail-sliderui-btns {
  max-width: 100% !important;
}
.stockItem .si-rsv a.btn-reserve-more,
.stockItem .si-rsv .btn.btn-reserve-more,
.stockItem .rsv a.btn-reserve-more,
.stockItem .rsv .btn.btn-reserve-more {
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.stockItem .si-ctas .navbar-nav > li > a {
  padding: 10px !important;
  font-size: 14px;
  line-height: 20px !important;
}
.stock-items {
  margin-top: 30px;
}
.stock-items:hover .stockListItem {
  -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;
}
.stock-items .carousel-control-indicators {
  position: relative;
  width: 100%;
  height: 50px;
}
.stock-items .carousel-control-indicators .carousel-indicators {
  width: 100%;
}
.stock-item {
  margin: 0 0 20px;
}
.stock-item h1,
.stock-item h2,
.stock-item h3,
.stock-item h4,
.stock-item h5,
.stock-item h6 {
  letter-spacing: inherit;
}
.stock-item:nth-child(2n+1) {
  clear: left;
}
#stock-item-csp-carousel .stock-item:nth-child(2n+1),
#stock-item-csp-carousel-mobile .stock-item:nth-child(2n+1) {
  clear: none;
}
@media (min-width: 1200px) {
  .csp-wide .stock-item:nth-child(2n+1) {
    clear: none;
  }
  .csp-wide .stock-item:nth-child(3n+1) {
    clear: left;
  }
}
.si-view {
  background: #F3F3F3;
  position: relative;
  padding-bottom: 7.5px;
  margin-left: 0;
  margin-right: 0;
}
.si-view.container {
  margin-left: auto;
  margin-right: auto;
}
.si-view:after {
  content: "";
  display: table;
  clear: both;
}
.si-view .bold {
  font-weight: bold;
}
.si-view .row.child-count-two > [class*='col-']:first-child {
  padding-right: 7.5px;
}
.si-view .row.child-count-two > [class*='col-']:last-child {
  padding-left: 7.5px;
}
.si-view .row.child-count-three > [class*='col-']:first-child {
  padding-right: 7.5px;
}
.si-view .row.child-count-three > [class*='col-']:nth-child(2) {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.si-view .row.child-count-three > [class*='col-']:last-child {
  padding-left: 7.5px;
}
.si-view .stock-price {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
  text-transform: initial;
}
.si-view .stock-mention {
  font-size: 12px;
  line-height: 1.4;
}
.si-view .stock-mention > span {
  display: block;
}
.si-view .si-type,
.si-view .si-image-count {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #2d96cd;
  color: white;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 9px;
}
.si-view .si-image-count {
  left: auto;
  right: 5px;
  background: #000000;
  background-color: rgba(0,0,0,0.6);
  color: white;
  padding: 3px 5px;
}
.si-view .si-image-count svg,
.si-view .si-image-count i {
  margin-right: 5px;
}
.si-view .si-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.si-view .si-title small {
  font-size: 70%;
}
.si-view .si-title-view-grid.row,
.si-view .si-title-view-grid .row,
.si-view .si-price.row,
.si-view .si-price .row,
.si-view .si-price-wasnow.row,
.si-view .si-price-wasnow .row,
.si-view .si-offer-title.row,
.si-view .si-offer-title .row,
.si-view .si-rate-repayment.row,
.si-view .si-rate-repayment .row,
.si-view .si-get-quote.row,
.si-view .si-get-quote .row,
.si-view .si-feature-icons.row,
.si-view .si-feature-icons .row,
.si-view .si-cta.row,
.si-view .si-cta .row {
  margin: 0;
}
.si-view .si-title-view-grid.row > *:first-child,
.si-view .si-title-view-grid .row > *:first-child,
.si-view .si-price.row > *:first-child,
.si-view .si-price .row > *:first-child,
.si-view .si-price-wasnow.row > *:first-child,
.si-view .si-price-wasnow .row > *:first-child,
.si-view .si-offer-title.row > *:first-child,
.si-view .si-offer-title .row > *:first-child,
.si-view .si-rate-repayment.row > *:first-child,
.si-view .si-rate-repayment .row > *:first-child,
.si-view .si-get-quote.row > *:first-child,
.si-view .si-get-quote .row > *:first-child,
.si-view .si-feature-icons.row > *:first-child,
.si-view .si-feature-icons .row > *:first-child,
.si-view .si-cta.row > *:first-child,
.si-view .si-cta .row > *:first-child {
  padding-left: 0;
}
.si-view .si-title-view-grid.row > *:last-child,
.si-view .si-title-view-grid .row > *:last-child,
.si-view .si-price.row > *:last-child,
.si-view .si-price .row > *:last-child,
.si-view .si-price-wasnow.row > *:last-child,
.si-view .si-price-wasnow .row > *:last-child,
.si-view .si-offer-title.row > *:last-child,
.si-view .si-offer-title .row > *:last-child,
.si-view .si-rate-repayment.row > *:last-child,
.si-view .si-rate-repayment .row > *:last-child,
.si-view .si-get-quote.row > *:last-child,
.si-view .si-get-quote .row > *:last-child,
.si-view .si-feature-icons.row > *:last-child,
.si-view .si-feature-icons .row > *:last-child,
.si-view .si-cta.row > *:last-child,
.si-view .si-cta .row > *:last-child {
  padding-right: 0;
}
.si-view .si-title-view-grid > *,
.si-view .si-price > *,
.si-view .si-price-wasnow > *,
.si-view .si-offer-title > *,
.si-view .si-rate-repayment > *,
.si-view .si-get-quote > *,
.si-view .si-feature-icons > *,
.si-view .si-cta > * {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.si-view .si-img-ncis-wrap {
  background-color: white;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.si-view .si-img-ncis-wrap .si-img-ncis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.si-view .si-excerpt {
  font-size: 14px;
}
.si-view .si-title-view-grid > * {
  border-bottom: 0;
}
.si-view .si-price .price,
.si-view .si-rate-repayment .price {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
  text-transform: initial;
}
.si-view .si-price .mention,
.si-view .si-rate-repayment .mention {
  font-size: 12px;
  line-height: 1.4;
}
.si-view .si-price .mention > span,
.si-view .si-rate-repayment .mention > span {
  display: block;
}
.si-view .si-price-wasnow .price {
  font-size: 90%;
  text-transform: uppercase;
  margin: 0;
}
.si-view .si-offer-title > * {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  font-weight: 300;
}
.si-view .si-rate-repayment .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
}
.si-view .si-rate-repayment .row-flex .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
}
.si-view .si-rate-repayment .row-flex .col:first-child {
  padding-left: 0;
}
.si-view .si-rate-repayment .row-flex .col.si-ppw-switch {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 40%;
}
.si-view .si-disclaimer-preview {
  font-size: 80%;
  padding: 15px 0 0;
}
.si-view .si-disclaimer .ppw-disclaimer,
.si-view .si-disclaimer .ppw-privacy,
.si-view .si-privacy .ppw-disclaimer,
.si-view .si-privacy .ppw-privacy {
  font-size: 12px;
  padding: 15px 0;
  border-bottom: 1px solid white;
}
.si-view .si-disclaimer .ppw-disclaimer h4,
.si-view .si-disclaimer .ppw-disclaimer span,
.si-view .si-disclaimer .ppw-privacy h4,
.si-view .si-disclaimer .ppw-privacy span,
.si-view .si-privacy .ppw-disclaimer h4,
.si-view .si-privacy .ppw-disclaimer span,
.si-view .si-privacy .ppw-privacy h4,
.si-view .si-privacy .ppw-privacy span {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}
.si-view .si-get-quote {
  border-bottom: 1px solid #CCCCCC;
}
.si-view .si-get-quote .btn-personalised-quote {
  text-align: center;
}
.si-view .si-feature-icons {
  text-align: center;
  font-size: 12px;
  vertical-align: top;
  height: 80px;
  overflow: hidden;
  line-height: 1.2;
  text-transform: capitalize;
}
.si-view .si-feature-icons > div {
  padding-bottom: 0;
}
.si-view .si-feature-icons i,
.si-view .si-feature-icons svg {
  display: block;
  clear: both;
  margin: 0 auto 10px;
  font-size: 200%;
}
.si-view .si-feature-icons .si-feature-name {
  display: none;
}
.si-view .si-feature-icons-2 svg,
.si-view .si-feature-icons-2 i {
  display: none;
}
.si-view .si-feature-icons-2 .si-feature-name {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.si-view .si-cta > * {
  border-bottom: 0;
}
.si-view .si-cta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.si-view .si-cta ul li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  width: 15%;
}
.si-view .si-cta ul li:last-child {
  width: 70%;
  padding-right: 0;
}
.si-view .si-cta ul li:last-child a {
  display: block;
}
.si-view .si-cta ul li a {
  padding: 10px;
}
.si-view .si-contact {
  background: #EEEEEE;
  clear: both;
  z-index: 9;
  width: 100%;
}
.si-view .si-contact h2,
.si-view .si-contact h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
  text-transform: initial;
  margin: 0;
  padding: 5px 0 10px 0;
  line-height: 1.2;
}
.si-view .si-contact form {
  padding: 0;
}
.si-view .si-contact form a.chevron-toggle,
.si-view .si-contact form .terms {
  display: none;
}
.si-view .si-contact form .btn {
  clear: both;
}
.si-view .si-contact .si-contant-enquiry,
.si-view .si-contact .si-contant-phone {
  padding: 15px 30px;
  display: none;
}
.si-view .si-contact .si-contant-enquiry .nav-close,
.si-view .si-contact .si-contant-phone .nav-close {
  float: right;
}
.si-view .si-contact .si-contant-phone h3 {
  text-align: center;
}
.si-view .si-contact .si-contant-phone h3 span {
  display: inline-block;
}
.si-view .si-cta-details-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  align-items: center;
  justify-content: center;
  display: flex;
  -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;
  opacity: 0;
}
.si-view .si-cta-details-overlay .btn {
  border: 1px solid white;
  color: white;
  display: inline-block;
  background-color: transparent;
}
.si-view .si-cta-details-overlay:hover .btn {
  background: rgba(0,0,0,0.9);
}
.si-view:hover .si-cta-details-overlay {
  opacity: 1;
}
.si-disclaimer-btn,
.si-privacy-btn {
  display: inline-block;
}
.csp-ver-1-4 .si-disclaimer-btn,
.csp-ver-1-4 .si-privacy-btn {
  width: 49%;
}
.si-view.viewList {
  overflow: hidden;
}
.si-view.viewList .si-thumb-view-grid,
.si-view.viewList .si-title-view-grid {
  display: none;
}
.si-view.viewList .si-type {
  left: 20px;
  top: 5px;
}
.si-view.viewList .si-image-count {
  left: auto;
  right: 20px;
}
.si-view.viewList .si-title-view-list {
  padding: 15px;
}
.si-view.viewList .si-price > * {
  padding-top: 0;
}
.si-view.viewList .si-images {
  overflow: hidden;
  padding: 0;
}
.si-view.viewList .si-images .si-img {
  width: 24%;
  float: left;
  margin: 10px 0.5%;
}
.si-view.viewGrid .stockList_item_imgs,
.si-view.viewGrid .si-thumb-view-list,
.si-view.viewGrid .si-title-view-list {
  display: none;
}
.si-view.viewGrid .si-title-view-grid {
  min-height: 70px;
}
.si-view.viewGrid .si-title-view-grid small {
  display: block;
}
.si-view.viewGrid .si-details {
  padding: 15px 15px 0 15px;
  width: 100%;
}
.si-view.viewGrid .si-contact {
  position: absolute;
}
.csp-wide .si-view.viewList .si-details {
  margin-left: -7.5px;
  padding: 0;
  padding-right: 7.5px;
}
.csp-wide .si-view.viewList .si-images .si-img {
  width: 84%;
  margin: 0 0 13.5px 0;
}
.csp-wide .si-view.viewList .si-images .si-img:last-child {
  margin-bottom: 0;
}
.si-view.si-ver-1-0.viewList .si-feature-icons,
.si-view.si-ver-1-0.viewList .si-cta {
  margin-top: 19.95px;
}
.si-view.si-ppw-na.viewList .si-cta {
  margin-top: 19.95px;
}
form {
  margin: 0;
  padding: 15px;
}
form h2 {
  padding: 15px 0 5px 0;
  margin: 15px 0;
  clear: both;
  width: 100%;
}
form .formCell {
  display: inline-block;
  position: relative;
  margin: 0 1% 15px 0;
  width: 31%;
  vertical-align: top;
}
@media (max-width: 991px) {
  form .formCell {
    width: 100%;
  }
}
form .formCell.hidden {
  margin: 0 !important;
  padding: 0 !important;
}
form .formCell.textarea {
  clear: left;
  width: 99%;
}
@media (max-width: 991px) {
  form .formCell.textarea {
    width: 100%;
  }
}
form .formCell input.text,
form .formCell input.password,
form .formCell select,
form .formCell textarea {
  border: 1px solid #DDDDDD;
  -moz-border-radius: 0;
  border-radius: 0;
}
form .formCell input.text:focus,
form .formCell input.password:focus,
form .formCell select:focus,
form .formCell textarea:focus {
  outline: none;
  border-color: #2d96cd;
}
form .formCell input.text.error,
form .formCell input.password.error,
form .formCell select.error,
form .formCell textarea.error {
  border-color: red !important;
}
form .formCell label {
  display: block;
  margin: 0 0 10px 0;
}
form .formCell label span {
  color: red;
}
form .formCell label.error {
  position: absolute;
  right: 0;
  top: 0;
  background: #DDDDDD;
  z-index: 1000;
  padding: 2px;
  color: red !important;
  font-size: 12px;
}
form .formCell input.text,
form .formCell input.password,
form .formCell select {
  line-height: 42px;
  height: 42px;
  width: 100%;
  padding: 5px 10px;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}
form .formCell textarea {
  padding: 10px;
  clear: both;
  width: 100%;
  height: 163px;
}
form .formCell select {
  line-height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2014%2012%22%20enable-background%3D%22new%200%200%2014%2012%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpolygon%20points%3D%223.862%2C7.931%200%2C4.069%207.725%2C4.069%20%22/%3E%3C/svg%3E);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
form .formCell select::-webkit-input-placeholder {
  color: #545758;
}
form .formCell select:-moz-placeholder {
  color: #545758;
}
form .formCell select::-moz-placeholder {
  color: #545758;
}
form .formCell select:-ms-input-placeholder {
  color: #545758;
}
form .formCheckBox {
  clear: left;
  margin: 6px 0;
  overflow: hidden;
}
form .formCheckBox label {
  float: none;
  font-weight: normal;
  cursor: pointer;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
}
form .formCheckBox input {
  float: left;
  margin: 0 5px 0 0;
}
form .formSubmit {
  color: white;
  border: #2d96cd 1px solid;
  background: #2d96cd;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  padding: 15px 25px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 3px 16px rgba(0,0,1,0.1);
  font-family: "FordAntenna-Bold", Arial, Helvetica, "Microsoft YaHei";
  font-size: 16px;
  -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: 5px 10px;
  background: #2d96cd;
  color: white;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #2d96cd;
  cursor: pointer;
  color: white;
  font-weight: 200;
  text-transform: capitalize;
  text-align: center;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  background: #2d96cd;
  border: 1px solid #2d96cd;
  line-height: 3;
  clear: both;
  margin-top: 5px;
  margin-right: 10px;
  cursor: pointer;
  float: right;
  padding: 0px 17px;
  font-size: 14px;
  font-weight: bold;
}
form .formSubmit:hover,
form .formSubmit:active,
form .formSubmit.active,
form .formSubmit:focus-within,
form .formSubmit:focus {
  background: #003478;
  color: white;
  border: #003478 1px solid;
  outline: 0;
}
form .formSubmit.btn-main {
  background: #003478;
  border: #003478 1px solid;
  color: white;
}
form .formSubmit.btn-main:hover,
form .formSubmit.btn-main:active,
form .formSubmit.btn-main.active,
form .formSubmit.btn-main:focus-within,
form .formSubmit.btn-main:focus {
  background: #2d96cd;
  border: #2d96cd 1px solid;
  color: white;
}
form .formSubmit.btn-get-quote {
  background: #1db954;
  border: #1db954 1px solid;
  color: white;
}
form .formSubmit.btn-get-quote:hover,
form .formSubmit.btn-get-quote:active,
form .formSubmit.btn-get-quote.active,
form .formSubmit.btn-get-quote:focus-within,
form .formSubmit.btn-get-quote:focus {
  background: #1ed760;
  border: #1ed760 1px solid;
}
form .formSubmit.btn-outline {
  border: #2d96cd solid 2px;
  background: transparent;
  color: black;
}
form .formSubmit.btn-outline:hover,
form .formSubmit.btn-outline:active,
form .formSubmit.btn-outline.active,
form .formSubmit.btn-outline:focus-within,
form .formSubmit.btn-outline:focus {
  border: #2d96cd solid 2px;
  color: white;
  background: #2d96cd;
  box-shadow: none;
}
form .formSubmit.btn-link {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  color: #2d96cd;
  border-bottom: none;
}
form .formSubmit.btn-right {
  float: right;
}
form .formSubmit.btn-left {
  float: left;
}
form .formSubmit:hover {
  background: white;
  color: #003478;
  border: 1px solid #003478;
}
form .formSubmit.btn-grey {
  background: #425968;
  color: #003478;
}
@media (max-width: 991px) {
  form .formSubmit {
    float: none;
    width: 100%;
    margin: 0;
  }
}
form .terms {
  margin-right: 150px;
  margin-top: 10px;
  clear: none;
  line-height: 16px;
}
@media (max-width: 991px) {
  form .terms {
    margin: 15px 0 0 0;
  }
}
.form-special-section,
.form-model-section,
.form-brochures-section {
  padding: 25px 15px;
  overflow: hidden;
  margin: 0;
  background: #fff;
  margin: 40px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-special-section h2,
.form-model-section h2,
.form-brochures-section h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
.form-special-section h2 span,
.form-model-section h2 span,
.form-brochures-section h2 span {
  color: #003478;
  display: block;
  margin: 5px 0 0 0;
}
.form-special-section p,
.form-model-section p,
.form-brochures-section p {
  color: #333333;
  text-align: left;
}
.form-special-section img,
.form-model-section img,
.form-brochures-section img {
  float: left;
  margin: 0 20px 15px 0;
}
.form-special-section ul,
.form-model-section ul,
.form-brochures-section ul {
  float: left;
  width: 340px;
}
.form-special-section ul li,
.form-model-section ul li,
.form-brochures-section ul li {
  list-style-type: disc;
  margin: 0 0 3px 25px;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #616161;
  background: url(https://templatesnew.digitaldealer.com.au/cessnockford-v1/images/bg-li.png) no-repeat 0 5px;
}
.formEnquiryContainer {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #f8f8f8;
  padding: 0 15px 15px 15px;
}
@media (max-width: 991px) {
  .formEnquiryContainer {
    padding-bottom: 15px;
  }
}
.formEnquiryContainer form#service .formCell {
  width: 48%;
}
@media (max-width: 991px) {
  .formEnquiryContainer form#service .formCell {
    width: 100%;
  }
}
.formEnquiryContainer form#service .formCell .formCheckBox {
  margin: 0;
  padding: 5px 0;
}
.formEnquiryContainer form#service .textarea {
  width: 100%;
}
@media (max-width: 767px) {
  .formEnquiryContainer form#service #serviceDropOff,
  .formEnquiryContainer form#service #servicePickup {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
  }
}
.form_notes_top {
  display: none;
}
iframe,
#formResults {
  display: block !important;
}
#formResults {
  margin-top: 25px;
  margin-bottom: 25px;
}
.form h1 {
  display: none;
}
.stockListItem_type {
  background: #333;
  padding: 5px;
  color: #FFF;
  float: left;
  margin: 5px 10px 5px 0;
}
#listing div.navitem {
  border-bottom: solid 1px #eef2f6;
  padding: 15px 0;
  overflow: hidden;
}
#listing div.navitem h3 {
  margin: 0 0 5px 0;
}
#listing div.navitem p {
  margin: 0;
}
#listing div.navitem img {
  float: left;
  margin: 0 10px 0 0;
}
#paging ul {
  margin: 30px 0 0 0;
}
#paging ul li {
  margin: 0 5px 5px 0;
  float: left;
}
#paging ul li a,
#paging ul li span {
  min-width: 15px;
  display: block;
  border: solid 1px #eef2f6;
  padding: 5px 12px;
  color: #003478;
  background: #FFF;
  float: left;
  text-align: center;
}
#paging ul li a.active,
#paging ul li a:hover,
#paging ul li span.active,
#paging ul li span:hover {
  background: #2d96cd;
  color: #FFF;
}
#gawmakelist,
#gawcategorylist,
#gawmodellist {
  margin: 0 0 15px 0;
}
#gawmakelist li,
#gawcategorylist li,
#gawmodellist li {
  list-style-type: disc;
  margin: 0 0 3px 25px;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #616161;
  background: url(https://templatesnew.digitaldealer.com.au/cessnockford-v1/images/bg-li.png) no-repeat 0 5px;
}
#gawmakelist li a,
#gawcategorylist li a,
#gawmodellist li a {
  color: #2d96cd;
}
#gawmakelist li a:hover,
#gawcategorylist li a:hover,
#gawmodellist li a:hover {
  color: #003478;
}
#go_auto_news .content,
#gawstory .content {
  width: auto;
}
a.gawback {
  color: white;
  border: #2d96cd 1px solid;
  background: #2d96cd;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  padding: 15px 25px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 3px 16px rgba(0,0,1,0.1);
  font-family: "FordAntenna-Bold", Arial, Helvetica, "Microsoft YaHei";
  font-size: 16px;
  -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: 5px 10px;
  background: #2d96cd;
  color: white;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #2d96cd;
  cursor: pointer;
  color: white;
  font-weight: 200;
  text-transform: capitalize;
  text-align: center;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  background: #2d96cd;
  border: 1px solid #2d96cd;
  line-height: 3;
  float: left;
  clear: both;
  margin-top: 20px;
}
a.gawback:hover,
a.gawback:active,
a.gawback.active,
a.gawback:focus-within,
a.gawback:focus {
  background: #003478;
  color: white;
  border: #003478 1px solid;
  outline: 0;
}
a.gawback.btn-main {
  background: #003478;
  border: #003478 1px solid;
  color: white;
}
a.gawback.btn-main:hover,
a.gawback.btn-main:active,
a.gawback.btn-main.active,
a.gawback.btn-main:focus-within,
a.gawback.btn-main:focus {
  background: #2d96cd;
  border: #2d96cd 1px solid;
  color: white;
}
a.gawback.btn-get-quote {
  background: #1db954;
  border: #1db954 1px solid;
  color: white;
}
a.gawback.btn-get-quote:hover,
a.gawback.btn-get-quote:active,
a.gawback.btn-get-quote.active,
a.gawback.btn-get-quote:focus-within,
a.gawback.btn-get-quote:focus {
  background: #1ed760;
  border: #1ed760 1px solid;
}
a.gawback.btn-outline {
  border: #2d96cd solid 2px;
  background: transparent;
  color: black;
}
a.gawback.btn-outline:hover,
a.gawback.btn-outline:active,
a.gawback.btn-outline.active,
a.gawback.btn-outline:focus-within,
a.gawback.btn-outline:focus {
  border: #2d96cd solid 2px;
  color: white;
  background: #2d96cd;
  box-shadow: none;
}
a.gawback.btn-link {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  color: #2d96cd;
  border-bottom: none;
}
a.gawback.btn-right {
  float: right;
}
a.gawback.btn-left {
  float: left;
}
a.gawback:hover {
  background: white;
  color: #003478;
  border: 1px solid #003478;
}
a.gawback.btn-grey {
  background: #425968;
  color: #003478;
}
.model #modelIntro {
  padding: 0;
  border: none;
  margin: 10px 0 40px 0;
  background: none;
}
.model #modelIntro p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
}
.model .blurbs .blurb {
  margin-bottom: 50px;
}
.model .blurbs .blurb:nth-child(4n + 1) {
  clear: left;
}
@media (max-width: 1199px) {
  .model .blurbs .blurb:nth-child(odd) {
    clear: left;
  }
}
.model .blurbs .blurb > div {
  overflow: hidden;
}
.model .blurbs .blurb > div img {
  height: auto;
  float: none;
  width: 100%;
  margin-bottom: 25px;
}
.model .blurbs .blurb .blurbContent h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 24px;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
  font-weight: 400;
  color: #616161;
}
.model .blurbs .blurb .blurbContent p {
  line-height: 22px;
}
.model .blurbs .blurb .blurbContent p em {
  display: block;
  padding: 10px 0;
  font-size: 12px;
}
.model .blurbs .blurb .blurbContent p span {
  font-size: 14px !important;
}
.model .range-variant {
  width: 270px;
  float: left;
  margin: 0 30px 60px 0;
  position: relative;
  height: 500px;
}
.model .range-variant.third {
  margin-right: 0;
}
.model .range-variant .rangeHeader img {
  height: 117px;
}
.model .range-variant .rangeHeader h3 {
  font-size: 18px;
  color: ;
  margin: 10px 0 15px 0;
}
.model .range-variant .rangeIntro {
  font-size: 12px;
  color: #616161;
  line-height: 140%;
}
.model .range-variant h4 {
  color: #666666;
  margin: 20px 0 10px 0;
}
.model .range-variant ul.rangeFeatures li {
  list-style-type: disc;
  margin: 0 0 3px 25px;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #616161;
  background: url(https://templatesnew.digitaldealer.com.au/cessnockford-v1/images/bg-li.png) no-repeat 0 5px;
}
.model .range-variant a.range-buildBtn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.model #modelSpecials > div {
  padding: 20px 0;
}
.model #modelSpecials > div.last {
  background: none;
}
.model #modelSpecials > div h3 {
  color: #2E2C2D;
  display: block;
  padding: 0 0 8px 0;
  line-height: 130%;
  border-bottom: 1px solid #eef2f6;
  margin: 0 0 10px 0;
}
.model #modelSpecials > div img {
  float: right;
  max-width: 330px;
}
.model #modelSpecials > div .modelSpecialsPrice {
  clear: left;
  float: left;
  color: #003478;
  font-size: 30px;
  position: relative;
  margin: 10px 0;
}
.model #modelSpecials > div .modelSpecialsPrice span {
  font-size: 12px;
  color: #2E2C2D;
  text-transform: capitalize;
}
.model #modelSpecials > div .modelSpecialsPrice sup {
  font-size: 12px;
  color: #2E2C2D;
  text-transform: capitalize;
}
.model #modelSpecials > div ul {
  float: left;
  clear: left;
}
.model #modelSpecials > div ul li {
  list-style-type: disc;
  margin: 0 0 3px 25px;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #616161;
  background: url(https://templatesnew.digitaldealer.com.au/cessnockford-v1/images/bg-li.png) no-repeat 0 5px;
}
.model #modelSpecials > div .modelSpecialsDisclaimer {
  clear: both;
  margin-top: 30px;
  color: #616161;
  font-size: 9px;
  line-height: 120%;
}
.model #modelSpecials > div .modelSpecialsDisclaimer h4 {
  display: none;
}
.model .features li {
  list-style-type: disc;
  margin: 0 0 3px 25px;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #616161;
  background: url(https://templatesnew.digitaldealer.com.au/cessnockford-v1/images/bg-li.png) no-repeat 0 5px;
}
.model .colours {
  position: relative;
}
.model .colours > img {
  width: auto;
}
.model .colours ul li {
  width: 31px !important;
  height: 31px !important;
  -moz-box-shadow: 0 0 3px #666666;
  -webkit-box-shadow: 0 0 3px #666666;
  box-shadow: 0 0 3px #666666;
  padding: 0;
  background: url(../images/colourPicker/bg-shadow.png) no-repeat;
  float: left;
  clear: none;
  margin: 0 0px 3px 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  opacity: 0.7;
}
.model .colours ul li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}
.model .colours ul li span {
  display: block;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  top: 3px;
  left: 4px;
  position: absolute;
  z-index: 5;
}
.model .colours ul li.active {
  opacity: 1;
}
.model .colours ul li.active span {
  border: 2px solid;
  top: 1px;
  left: 2px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.model #slider-content .colours span.colour-name {
  margin: 20px 0 10px 0 !important;
  font-weight: bold;
}
.model #tab-stock {
  width: 100%;
  border-bottom: 1px solid #eef2f6;
}
.model #tab-stock .model_stock_notes {
  font-size: 12px;
  padding: 15px 0;
  clear: both;
  line-height: 16px;
  display: none;
}
.model #tab-news {
  padding: 0 0 50px 0;
}
.model #tab-photos {
  margin-bottom: 25px;
}
.model .modelGalleryItem {
  width: 100%;
  margin: 0;
}
.model .modelGalleryItem img {
  width: 100%;
}
.model #tab-range .range-colours .carousel-indicators {
  display: block !important;
  width: 100%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.model #tab-range .range-colours .carousel-indicators li {
  -moz-border-radius: 0;
  border-radius: 0;
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .model #tab-range .range-colours .carousel-indicators li {
    width: 15px;
    height: 15px;
  }
}
.model #tab-range .range-colours .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  text-shadow: none;
}
.model #tab-range .range-list-item {
  margin-bottom: 40px;
}
.model #tab-range .range-list-item a.btn {
  margin-top: 15px;
}
.model .stockListItem {
  margin-bottom: 30px;
}
.model .stockListItem > a > div {
  color: #616161;
  overflow: hidden;
  position: relative;
  min-height: 560px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .model .stockListItem > a > div {
    min-height: 700px;
  }
}
@media (max-width: 991px) {
  .model .stockListItem > a > div {
    min-height: 0;
  }
}
.model .stockListItem > a > div h3 {
  margin: 15px 0 25px;
  min-height: 110px;
  color: #616161;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0 0 0 19px;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
}
@media (max-width: 767px) {
  .model .stockListItem > a > div h3 {
    height: auto;
    margin-bottom: 15px;
  }
}
.model .stockListItem > a > div h3 span {
  display: block;
  font-size: 12px;
  padding-bottom: 8px;
  padding-top: 0;
  color: #AAAAAA;
  font-weight: 100;
}
.model .stockListItem > a > div h4 {
  font-size: 9px;
  color: #616161;
  text-transform: none;
  float: none;
  line-height: 25px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
}
@media (max-width: 991px) {
  .model .stockListItem > a > div h4 {
    font-size: 12px;
  }
}
.model .stockListItem > a > div h4 span {
  display: block;
  font-size: 18px;
  color: #616161;
}
@media (max-width: 991px) {
  .model .stockListItem > a > div h4 span {
    font-size: 20px;
  }
}
.model .stockListItem > a > div > span {
  color: white;
  border: #2d96cd 1px solid;
  background: #2d96cd;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  padding: 15px 25px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 3px 16px rgba(0,0,1,0.1);
  font-family: "FordAntenna-Bold", Arial, Helvetica, "Microsoft YaHei";
  font-size: 16px;
  -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: 5px 10px;
  background: #2d96cd;
  color: white;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #2d96cd;
  cursor: pointer;
  color: white;
  font-weight: 200;
  text-transform: capitalize;
  text-align: center;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  background: #2d96cd;
  border: 1px solid #2d96cd;
  line-height: 3;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  width: 100%;
  background: none;
  color: #616161;
  border: none;
  border-top: 1px solid #eef2f6;
  -webkit-transition: none;
  transition: none;
  line-height: 45px;
}
.model .stockListItem > a > div > span:hover,
.model .stockListItem > a > div > span:active,
.model .stockListItem > a > div > span.active,
.model .stockListItem > a > div > span:focus-within,
.model .stockListItem > a > div > span:focus {
  background: #003478;
  color: white;
  border: #003478 1px solid;
  outline: 0;
}
.model .stockListItem > a > div > span.btn-main {
  background: #003478;
  border: #003478 1px solid;
  color: white;
}
.model .stockListItem > a > div > span.btn-main:hover,
.model .stockListItem > a > div > span.btn-main:active,
.model .stockListItem > a > div > span.btn-main.active,
.model .stockListItem > a > div > span.btn-main:focus-within,
.model .stockListItem > a > div > span.btn-main:focus {
  background: #2d96cd;
  border: #2d96cd 1px solid;
  color: white;
}
.model .stockListItem > a > div > span.btn-get-quote {
  background: #1db954;
  border: #1db954 1px solid;
  color: white;
}
.model .stockListItem > a > div > span.btn-get-quote:hover,
.model .stockListItem > a > div > span.btn-get-quote:active,
.model .stockListItem > a > div > span.btn-get-quote.active,
.model .stockListItem > a > div > span.btn-get-quote:focus-within,
.model .stockListItem > a > div > span.btn-get-quote:focus {
  background: #1ed760;
  border: #1ed760 1px solid;
}
.model .stockListItem > a > div > span.btn-outline {
  border: #2d96cd solid 2px;
  background: transparent;
  color: black;
}
.model .stockListItem > a > div > span.btn-outline:hover,
.model .stockListItem > a > div > span.btn-outline:active,
.model .stockListItem > a > div > span.btn-outline.active,
.model .stockListItem > a > div > span.btn-outline:focus-within,
.model .stockListItem > a > div > span.btn-outline:focus {
  border: #2d96cd solid 2px;
  color: white;
  background: #2d96cd;
  box-shadow: none;
}
.model .stockListItem > a > div > span.btn-link {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  color: #2d96cd;
  border-bottom: none;
}
.model .stockListItem > a > div > span.btn-right {
  float: right;
}
.model .stockListItem > a > div > span.btn-left {
  float: left;
}
.model .stockListItem > a > div > span:hover {
  background: white;
  color: #003478;
  border: 1px solid #003478;
}
.model .stockListItem > a > div > span.btn-grey {
  background: #425968;
  color: #003478;
}
.model .stockListItem > a > div > span:hover {
  border: none;
  border-top: 1px solid #eef2f6;
  background: #2d96cd;
}
@media (max-width: 991px) {
  .model .stockListItem > a > div > span {
    float: none;
    position: relative;
    margin: 20px 0 0 0;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.model .stockListItem > a div.stockLeft .imageContainer {
  float: none;
  width: 100%;
  margin: 0;
}
.model .stockListItem > a div.stockLeft .imageContainer img {
  width: 100%;
  height: auto;
}
.model .stockListItem > a div.stockRight {
  float: none;
  width: 100%;
  padding: 15px;
}
.model .stockListItem > a div.stockRight ul {
  margin-top: 0px;
  margin-bottom: 50px;
}
.model .stockListItem > a div.stockRight ul li {
  font-size: 12px;
  color: #616161;
  background: none;
  padding: 5px 0 5px 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: arial;
}
.model .stockListItem > a div.stockRight ul li strong {
  text-transform: uppercase;
  color: #003478;
}
.model .stockListItem > a div.stockRight ul li:last-child {
  border: none;
}
.model .stockListItem > a div.stockRight ul li.stockList-icon1 {
  background: url("../images/stockList-icon1.png") left center no-repeat;
}
.model .stockListItem > a div.stockRight ul li.stockList-icon2 {
  background: url("../images/stockList-icon2.png") left center no-repeat;
}
.model .stockListItem > a div.stockRight ul li.stockList-icon3 {
  background: url("../images/stockList-icon3.png") left center no-repeat;
}
.model .stockListItem .repayments_container h4 {
  padding-left: 15px;
  padding-top: 0;
  font-size: 12px;
  font-weight: 400;
  color: #616161;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
}
@media (max-width: 991px) {
  .model .stockListItem .repayments_container h4 {
    font-size: 12px;
  }
}
.model .stockListItem .repayments_container h4 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #616161;
}
@media (max-width: 991px) {
  .model .stockListItem .repayments_container h4 span {
    font-size: 20px;
  }
}
.model .stockListItem:first-child {
  margin-left: 0;
}
.model .stock_finance_notes {
  margin-left: 20px;
}
.model .stock_finance_notes p {
  font-size: 12px;
  color: #AAAAAA;
  padding-bottom: 15px;
  clear: both;
}
.model .stocklist_prices {
  display: inline-block !important;
  margin-left: 15px;
  background: #2f4a5e;
  padding: 3px;
}
.model .stocklist_prices h4 {
  color: #fff !important;
  padding-left: 10px !important;
}
.model .stocklist_prices h4 span {
  color: #fff !important;
}
.model .stocklist_price1 {
  border-left: 1px solid #eef2f6;
  margin-left: 10px;
  margin-right: 0;
}
.stockListItem > a > div:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stockListItem > a > div:hover:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
}
.stockListItem > a > div:hover .stocklist_prices {
  background: #2d96cd !important;
}
.stockListItem > a > div:hover h3 {
  border-left: 4px solid #2d96cd;
  padding-left: 15px !important;
}
.stockListItem > a > div:hover > span {
  background: #2d96cd !important;
  color: #fff !important;
}
#tab-,
#tab-build,
#tab-photos,
#tab-stock,
#tab-specials,
#tab-news,
#tab-accessories {
  padding: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#tab-photos {
  margin-left: 0px;
  margin-right: 0px;
}
#tab-news #listing {
  margin-bottom: 50px;
}
#tab-news #listing #paging {
  clear: both;
}
#tab-news .gawback {
  margin-bottom: 50px;
}
.model_tabs_wrapper {
  background: #fff;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .model_tabs_wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .model_tabs_wrapper {
    height: auto;
    margin-bottom: 25px;
    padding: 0;
    background: none;
  }
}
.model_tabs_wrapper .tabs_header {
  background: none;
  border: none;
  display: table;
  min-height: 78px;
}
@media (max-width: 767px) {
  .model_tabs_wrapper .tabs_header {
    width: 100%;
  }
}
.model_tabs_wrapper .tabs_header li {
  text-transform: uppercase;
  text-align: center;
  float: none !important;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .model_tabs_wrapper .tabs_header li {
    display: block;
    width: 100%;
  }
}
.model_tabs_wrapper .tabs_header li a {
  color: #616161 !important;
  font-size: 14px;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
  border: none;
  margin: 0;
}
.model_tabs_wrapper .tabs_header li a span {
  padding: 10px 15px;
}
.model_tabs_wrapper .tabs_header li a:hover {
  color: #1b394e !important;
}
.model_tabs_wrapper .tabs_header li.active {
  border: none;
}
.model_tabs_wrapper .tabs_header li:hover a {
  color: #425968 !important;
}
.model_tabs_wrapper .tabs_header li.first {
  text-transform: capitalize;
  background: none;
  text-align: center;
  max-width: 140px;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .model_tabs_wrapper .tabs_header li.first {
    width: 100%;
    max-width: unset;
  }
}
.model_tabs_wrapper .tabs_header li.first a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
  color: #1b394e;
  cursor: default;
  margin-right: 0;
}
.model_tabs_wrapper .tabs_header li.first.active a,
.model_tabs_wrapper .tabs_header li.first:hover a {
  color: #1b394e !important;
}
@media (max-width: 991px) {
  .model_tabs_wrapper .breadcrumbs {
    display: none;
  }
}
#tab-home .model-home-title {
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #616161;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
  font-weight: 400;
}
#tab-home .model-home-intro {
  font-size: 16px;
  color: #666666;
  margin: 5px 0;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
}
#tab-home .model-home-btn {
  margin: 20px 0;
}
@media (max-width: 767px) {
  #tab-home .model-home-btn {
    font-size: 12px;
    text-align: center;
  }
}
#tab-home .model-home-specials .model-home-specials-date {
  font-size: 16px;
  color: #666666;
  margin: 15px 0 25px;
  font-weight: 300;
}
#tab-home .model-home-specials .btn-model-home-specials {
  margin-top: 15px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  #tab-home .model-home-specials .btn-model-home-specials {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #tab-home .model-home-specials .btn-model-home-specials {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center;
  }
}
#tab-home .model-home-specials .model-home-specials-title h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
  font-weight: 400;
  color: #1b394e;
}
#tab-home .model-home-specials .model-home-specials-title p {
  font-size: 16px;
  color: #666666;
}
#tab-home .model-home-random-img {
  max-width: 1440px;
  margin: 0 auto;
}
#tab-home .model-home-random-img img {
  width: 100%;
}
#tab-home .model-home-accessories {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eef2f6;
}
#tab-home .model-home-accessories .accessories-category {
  border: none;
  margin-bottom: 0;
}
#tab-home .model-home-accessories .accessories-category h2 {
  display: none;
}
.model-home-slides-wrap {
  max-width: 1440px;
  margin: 60px 15px;
}
.model-home-slides-wrap .model-home-slide-item {
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.model-home-slides-wrap .model-home-slide-item:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
}
.accessories-category {
  margin: 20px 15px 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef2f6;
}
@media (max-width: 767px) {
  .accessories-category h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.accessories-category .accessory-category-list {
  margin-top: 0px;
}
.accessories-category .accessory-category-list .accessory-item {
  margin-bottom: 25px;
}
.accessories-category .accessory-category-list .accessory-item:nth-child(4n + 1) {
  clear: left;
}
@media (max-width: 1199px) {
  .accessories-category .accessory-category-list .accessory-item:nth-child(odd) {
    clear: left;
  }
}
.accessories-category .accessory-category-list .accessory-item .accessory-item-image img {
  width: 100%;
}
.accessories-category .accessory-category-list .accessory-item .accessory-item-details h3 {
  font-size: 16px;
  color: #616161;
  font-weight: normal;
  margin: 20px 0;
}
.accessories-category .accessory-category-list .accessory-item .accessory-item-blurb {
  font-size: 14px;
  color: #616161;
  line-height: 24px;
  margin: 15px 0;
}
.accessories-category .accessory-category-list .accessory-item .accessory-item-blurb ul {
  margin-left: 10px;
  margin-bottom: 15px;
}
.accessories-category .accessory-category-list .accessory-item .accessory-item-blurb ul li {
  color: #616161;
  list-style-image: url("../images/bg-li.png");
  padding: 5px 0 0 5px;
  font-size: 14px;
}
.accessories-category .accessory-category-list .accessory-item .accessory-item-blurb ul li span {
  font-size: 14px !important;
}
.accessories-category .accessory-category-list .accessory-item .accessory-item-partno {
  font-size: 12px;
  font-style: italic;
}
.model-home-build {
  padding: 20px;
  margin: 20px 0;
  background: #fff;
}
.model-home-build .model-home-build-tabs .carousel {
  margin-top: 20px;
}
.model-home-build .model-home-build-tabs #model-home-build-thumbcarousel {
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
}
.model-home-build .model-home-build-tabs #model-home-build-thumbcarousel .carousel-inner .item .thumb {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-right: 15px;
}
.model-home-build .model-home-build-tabs #model-home-build-thumbcarousel .carousel-inner .item .thumb:hover {
  opacity: 0.8;
}
.model-home-build .model-home-build-tabs .carousel-control {
  width: 4%;
  padding-top: 20px;
}
.model-home-build .model-home-build-tabs .carousel-control.left {
  background: url("../images/arrow-left.png") left center no-repeat;
}
.model-home-build .model-home-build-tabs .carousel-control.right {
  background: url("../images/arrow-right.png") right center no-repeat;
}
.model-home-build .model-home-build-tabs .item .thumb {
  width: 14%;
  cursor: pointer;
  float: left;
  border-bottom: none;
  margin: 0;
}
.model-home-build .model-home-build-tabs .item .thumb img {
  width: 100%;
  margin: 2px 2px 15px;
}
.model-home-build .model-home-build-tabs .item .thumb_active {
  border-bottom: 4px solid #2d96cd;
}
.model-home-build .model-home-build-tabs .item .thumb h3 {
  font-size: 14px;
  color: #616161;
  text-align: center;
  margin-bottom: 15px;
}
.model-home-build .model-home-build-item .overview {
  margin: 15px 0 30px;
}
.model-home-build .model-home-build-item .overview h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
}
.model-home-build .model-home-build-item .overview h3 span {
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
}
.model-home-build .model-home-build-item .features ul li {
  width: 100%;
  display: inline-block;
  color: #666666;
  border-bottom: 1px solid #eef2f6;
  background: none;
  vertical-align: top;
  line-height: 35px;
  padding-left: 0px;
  margin-right: 1%;
}
.model-home-build .model-home-build-item .model-home-build-img img {
  width: 100%;
}
@media (max-width: 1199px) {
  .model_tabs_wrapper_cloned,
  .b_nav_tabs_cloned {
    display: none !important;
  }
}
.model-home-specials .model-home-nospecials {
  display: none;
}
.tab-home-bg {
  margin-bottom: 30px;
}
.model-home-news h2.model-home-title {
  margin-top: 0;
}
.model-home-news #listing {
  margin: 50px 0;
}
.model-home-news #listing #paging {
  display: none;
}
.model-home-news #listing .navitem {
  border: none;
  padding: 0;
}
.model-home-news #listing .navitem .navitemprecede {
  display: none;
}
.model-home-news #listing .navitem .navitemtitle {
  color: #616161;
  font-size: 16px;
  padding-left: 15px;
  background: #f3f3f3 url("../images/icon-arrow-grey2.png") right center no-repeat;
  line-height: 60px;
  padding: 0 0 0 25px;
  margin: 0 15px 0 0;
  border-bottom: 1px solid #d7d7d7;
  font-family: "FordAntenna-Light", Arial, Helvetica, "Microsoft YaHei";
  font-weight: 400;
}
@media (max-width: 991px) {
  .model-home-news #listing .navitem .navitemtitle {
    background: #f3f3f3;
    margin: 0;
    line-height: 20px;
    padding: 10px 15px;
  }
}
.model-home-news #listing .navitem .navitemtitle:hover {
  color: #2d96cd;
  background: #f3f3f3 url("../images/icon-arrow-blue2.png") right center no-repeat;
}
@media (max-width: 991px) {
  .model-home-news #listing .navitem .navitemtitle:hover {
    background: #f3f3f3;
  }
}
.model-home-news #listing .navitem:nth-child(2n + 2) {
  margin-right: -15px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .model-home-news #listing .navitem:nth-child(2n + 2) {
    margin: 0;
  }
}
.model-home-news #listing .navitem .navitemthumbnail {
  margin: 5px 15px 5px 5px;
}
.model-home-news #listing .navitem .navitemthumbnail:hover {
  opacity: 0.85;
}
.model-home-videos {
  margin-bottom: 50px;
}
.model-home-videos h2 {
  margin-top: 0;
}
.model-home-videos h3 {
  padding: 0 0 0 40px;
  margin: 0 0 15px;
  color: #616161;
  line-height: 35px;
  font-size: 20px;
  background: url("../images/icon-arrow-down-blue.png") left center no-repeat;
}
@media (max-width: 767px) {
  .model-home-videos h3 {
    font-size: 12px;
  }
}
.model-home-specials-title,
.btn-model-home-specials {
  display: none;
}
#tab-home .model-home-specials-title,
#tab-home .btn-model-home-specials {
  display: block;
}
#model_home_special_slider .carousel-control.left,
#model_home_special_slider .carousel-control.right {
  background: none;
}
#model_home_special_slider .specials-instance {
  border-bottom: none !important;
  padding: 20px;
}
#map_big {
  position: relative;
  height: 420px;
  padding: 0;
  margin-bottom: -5px;
}
@media (max-width: 480px) {
  #map_big {
    margin-bottom: 0px;
    height: 580px;
  }
}
#map_big #map {
  height: 420px;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 480px) {
  #map_big #map {
    position: inherit;
    margin-bottom: 25px;
  }
}
#map_big #map_details >div {
  position: relative;
  background: #fff;
  padding: 15px 20px 0;
  width: 260px;
  margin-right: 0;
  margin-top: 25px;
  float: right;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}
@media (max-width: 480px) {
  #map_big #map_details >div {
    width: 100%;
    position: inherit;
    -moz-box-shadow: 0 0 0px #fff;
    -webkit-box-shadow: 0 0 0px #fff;
    box-shadow: 0 0 0px #fff;
    padding: 15px;
    margin-top: 0;
    margin-right: 0;
  }
}
#map_big #map_details >div h3 {
  margin-top: 0;
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  font-family: "FordAntenna-Bold", Arial, Helvetica, "Microsoft YaHei";
  text-transform: uppercase;
}
#map_big #map_details >div p {
  font-size: 14px;
  color: #393843;
}
#map_big #map_details >div .phone {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
#map_big #map_details >div .phone a {
  color: #2d96cd;
}
#map_big #map_details >div a.link_arrow {
  margin: 0 -20px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  background: #2d96cd url("https://templatesnew.digitaldealer.com.au/cessnockford-v1/images/icon-map.png") 20px 10px no-repeat;
  line-height: 40px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  padding: 7.5px;
  text-align: center;
  font-family: "FordAntenna-Medium", Arial, Helvetica, "Microsoft YaHei";
}
@media (max-width: 480px) {
  #map_big #map_details >div a.link_arrow {
    margin: 15px -15px 0;
    font-size: 15px;
  }
}
#map_big #map_details >div a.link_arrow:hover {
  background: #000 url("https://templatesnew.digitaldealer.com.au/cessnockford-v1/images/icon-map.png") 20px 10px no-repeat;
}
#map_big #map_details li {
  font-size: 14px;
  color: #4b4c4c;
}
#map_big .openingHours {
  margin-bottom: 10px;
}
#map_big .openingHours li {
  list-style-type: disc;
  margin: 0 0 3px 25px;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #616161;
  background: url(https://templatesnew.digitaldealer.com.au/cessnockford-v1/images/bg-li.png) no-repeat 0 5px;
}
#map_big .openingHours li strong {
  font-weight: normal;
}
#map_big .openingHoursSpecials h3 {
  font-size: 12px;
  color: #2d96cd;
  padding-top: 10px;
}
#location_select {
  background: #2d96cd;
  padding: 15px;
  border: solid 1px #eef2f6;
  font-size: 15px;
  position: absolute;
  z-index: 9999;
  top: 20px;
}
@media (max-width: 767px) {
  #location_select {
    position: relative;
    padding: 15px;
    margin: 0 0 40px 0;
    width: 100%;
    font-size: 13px;
  }
}
#location_select label {
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
}
@media (max-width: 767px) {
  #location_select label {
    margin-bottom: 15px;
  }
}
.maps_locations {
  padding-top: 40px;
  padding-bottom: 20px;
}
.maps_locations .maps_loc_wrap {
  margin-bottom: 20px;
}
.maps_locations .maps_loc_wrap > .maps_loc_info {
  box-shadow: 0px 4px 11px 0px #ddd;
}
.maps_locations .map_loc_details h3 {
  text-transform: uppercase;
  margin: 15px 0;
}
.maps_locations .map_loc_details .address {
  min-height: 50px;
}
.maps_locations .map_loc_details .phone {
  font-size: 125%;
  display: inline-block;
}
.maps_locations .map_loc_details .phone a {
  color: #2d96cd;
}
.maps_locations .map_loc_details .openingHours {
  margin: 0 0 15px;
}
.maps_locations .map_loc_details .openingHours ul li strong {
  min-width: 70px;
  display: inline-block;
}
.maps_locations .map_loc_details a.btn {
  margin: 0;
}
.maps_locations .maps_loc_img img {
  width: 100%;
  border: 1px solid #dddddd;
}
