/* Global Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: initial;
  padding: inherit;
}
body.srp_main ol,
body.srp_main ul,
.vdp_main ol,
.vdp_main ul,
form ul,
form ol,
.dtw_list {
  list-style: none;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
del {
  display: none;
}
.invisible {
  visibility: hidden;
}
button {
  font: inherit;
}
.xdebug-var-dump {
  padding: 12.5px;
  background: #faebd7;
  font-family: monospace;
  width: 100%;
  white-space: pre-wrap;
}
/* DV Auto Icons (GLOBAL-10189) */
@font-face {
  font-family: 'dv-icons';
  src: url("fonts/DV-Icons/dv-icon.eot?nyi2t7");
  src: url("fonts/DV-Icons/dv-icon.eot?nyi2t7#iefix") format('embedded-opentype'), url("fonts/DV-Icons/dv-icon.ttf?nyi2t7") format('truetype'), url("fonts/DV-Icons/dv-icon.woff?nyi2t7") format('woff'), url("fonts/DV-Icons/dv-icon.svg?nyi2t7#dv-icon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.dv-icon {
  font-family: 'dv-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dv-icon.dv-car-service:before {
  content: "\e900";
}
/* Override (GLOBAL-9684) */
body,
html {
  height: auto !important;
}
/* Global Font Declaration */
/* Poppins */
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-SemiBold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-ExtraBold.ttf") format('truetype');
  font-weight: 800;
  font-style: normal;
}
/* Gilroy */
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy/Gilroy-Light.eot");
  src: url("fonts/Gilroy-Light.eot?#iefix") format('embedded-opentype'), url("fonts/Gilroy/Gilroy-Light.woff") format('woff'), url("fonts/Gilroy-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy/Gilroy-ExtraBold.eot");
  src: url("fonts/Gilroy-ExtraBold.eot?#iefix") format('embedded-opentype'), url("fonts/Gilroy/Gilroy-ExtraBold.woff") format('woff'), url("fonts/Gilroy-ExtraBold.ttf") format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy/Gilroy-Regular.eot");
  src: url("fonts/Gilroy-Regular.eot?#iefix") format('embedded-opentype'), url("fonts/Gilroy/Gilroy-Regular.woff") format('woff'), url("fonts/Gilroy-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 2.5rem;
  font-weight: 600;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
}
h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
h4 {
  font-size: 1rem;
  font-weight: 500;
}
p,
ul,
ol {
  font-size: 0.825rem;
}
#ncs-landing p,
#ncs-landing ul,
#ncs-landing ol {
  font-size: inherit;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  color: inherit;
}
b,
strong {
  font-weight: 700 !important;
}
.container {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 92%;
  }
}
.suggestionResultP:hover {
  color: #808080;
}
.blinking-cursor {
  font-weight: 100;
  font-size: 30px;
  color: #2e3d48;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}
@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #000;
  }
}
@-webkit-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #000;
  }
}
@-ms-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #000;
  }
}
@-o-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #000;
  }
}
#showcase {
  margin: 0 20px;
  text-align: center;
}
.rollout-frame {
  width: 0%;
  position: fixed;
  background: rgba(0,0,0,0) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9997;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color ease-in-out;
  -moz-transition: background-color ease-in-out;
  -o-transition: background-color ease-in-out;
  transition: background-color ease-in-out;
}
.rollout-frame-open {
  width: 100%;
  position: fixed;
  background: rgba(0,0,0,0.75) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: background-color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in;
  -webkit-transition: background-color 0.5s ease-in;
  -webkit-transition: background-color ease-in-out;
  -moz-transition: background-color ease-in-out;
  -o-transition: background-color ease-in-out;
  transition: background-color ease-in-out;
}
.body-overlay {
  position: absolute;
  opacity: 0;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.roll-out-container {
  position: absolute;
  right: 0;
}
.roll-out-btn {
  position: fixed;
  top: 45%;
  background-color: #000;
  color: #fff;
  width: 40px;
  right: 0;
  border: 1px solid #505050;
  border-right: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.roll-out-btn-open {
  right: 600px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.rollout-main-open {
  overflow: hidden;
}
.btn-top {
  text-align: right;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.btn-bottom {
  text-align: center;
  background-color: #00f;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 24px;
}
.roll-out-menu {
  width: 0;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.roll-out-open {
  width: 600px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: scroll;
}
.roll-out-header {
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  position: fixed;
  width: 600px;
  background: #fff;
  z-index: 99;
}
.roll-out-content {
  padding-top: 40px;
  padding-bottom: 75px;
}
.roll-out-footer {
  z-index: 99;
  bottom: -10px;
  cursor: pointer;
  height: 100px;
  padding-top: 14px;
  position: fixed;
  width: 600px;
  text-align: center;
  background: #fff;
}
.compare-link-btn {
  padding: 20px 0;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #00f;
  color: #fff;
  right: 10px;
  display: block;
  width: 50%;
}
.rollout-frame {
  width: 0%;
  position: fixed;
  background: rgba(0,0,0,0) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9997;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color ease-in-out;
  -moz-transition: background-color ease-in-out;
  -o-transition: background-color ease-in-out;
  transition: background-color ease-in-out;
}
.rollout-frame-open {
  width: 100%;
  position: fixed;
  background: rgba(0,0,0,0.75) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: background-color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in;
  -webkit-transition: background-color 0.5s ease-in;
  -webkit-transition: background-color ease-in-out;
  -moz-transition: background-color ease-in-out;
  -o-transition: background-color ease-in-out;
  transition: background-color ease-in-out;
}
.body-overlay {
  position: absolute;
  opacity: 0;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.roll-out-container {
  position: absolute;
  right: 0;
}
.roll-out-btn {
  position: fixed;
  top: 45%;
  background-color: #000;
  color: #fff;
  width: 40px;
  right: 0;
  border: 1px solid #505050;
  border-right: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.roll-out-btn-open {
  right: 600px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.rollout-main-open {
  overflow: hidden;
}
.btn-top {
  text-align: right;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.btn-bottom {
  text-align: center;
  background-color: #00f;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 24px;
}
.roll-out-menu {
  width: 0;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.roll-out-open {
  width: 600px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: scroll;
}
.roll-out-header {
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  position: fixed;
  width: 600px;
  background: #fff;
  z-index: 99;
}
.roll-out-content {
  padding-top: 40px;
  padding-bottom: 75px;
}
.roll-out-footer {
  z-index: 99;
  bottom: -10px;
  cursor: pointer;
  height: 100px;
  padding-top: 14px;
  position: fixed;
  width: 600px;
  text-align: center;
  background: #fff;
}
.compare-link-btn {
  padding: 20px 0;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #00f;
  color: #fff;
  right: 10px;
  display: block;
  width: 50%;
}
/*********************THE NAV BELOW*********************/
/*MENU BTN*/
#nav-icon3 {
  display: block !important;
}
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 50px;
  height: 45px;
  position: relative;
  margin: 18px auto;
  cursor: pointer;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 10px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 20px;
}
#nav-icon3 span:nth-child(4) {
  top: 30px;
}
#nav-icon3.open span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}
/*NAV BELOW NAV-BAR*/
.nav-below-btn {
  padding: 0 20px;
}
#the-nav-below {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #111414;
  color: #fff;
  z-index: 9997;
  display: none;
}
.nav-below-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
}
.nav-below-links {
  flex: 1;
  border-right: 1px solid #252525;
  padding: 15px 0 15px 0;
  color: #fff;
  background: #111414;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.nav-below-links:last-child {
  border-right: none;
}
.nav-below-links:last-child:hover {
  border-right: none;
}
.nav-below-icons {
  font-size: 2.25rem !important;
  margin-bottom: 4px;
}
/*END OF NAV BELOW*/
nav ul li ul li,
nav ul li ul li span,
#menu-mobile-menu li ul li,
#menu-mobile-menu li ul li span {
  text-transform: capitalize;
}
.widget-box {
  border-left: #e9e9e9 1px solid;
  border-right: #e9e9e9 1px solid;
  height: 100px;
  width: 266px;
}
.widget-box-top {
  font-family: Arial;
  font-size: 21pt;
  font-weight: 600;
  color: #ea0013;
  border-bottom: #e9e9e9 1px solid;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 50px;
}
.widget-box-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  background-size: 48px 48px;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .fancybox-arrow {
    opacity: 0.3;
    background: none !important;
  }
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}
@media (max-width: 1024px) {
  .fancybox-show-nav .fancybox-arrow {
    opacity: 0.7;
  }
}
.cart-container {
  display: block;
}
.cart-container .cart-wrapper {
  display: flex;
  width: 96%;
  border: 1px solid #e9e9e9;
  margin: 20px auto;
  align-items: center;
}
.cart-wrapper .cart-image {
  width: 100px;
}
.cart-wrapper .cart-image img {
  display: block;
  width: 100%;
}
.cart-info {
  width: 275px;
  margin: 0 auto;
}
.cart-title {
  font-weight: 700;
  font-size: 13px;
}
.new-in-blue {
  text-transform: uppercase;
  color: #00f;
}
.cart-description {
  font-size: 11px;
  font-weight: 600;
  color: #616161;
  line-height: 1.4;
}
.capitalized {
  text-transform: capitalize;
}
.cart-additional-info {
  font-size: 9px;
  color: #696969;
}
.cart-additional-info-2 {
  font-size: 9px;
  display: flex;
  color: #696969;
}
.cart-price {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.cart-price sup {
  top: -0.5rem;
  font-size: 0.8rem;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.content-block {
  margin: 32px 0;
}
.content-block h3.content-title {
  margin: 0 0 32px 0;
}
.content-block .content-title {
  text-align: left;
}
.integrations-bar h3.content-title {
  padding-left: 10px;
  padding-top: 10px;
}
.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 48px;
  height: 48px;
  -webkit-animation: spin 2s linear infinite;
/* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.side-panel .loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-100%, 50%);
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100%;
}
.masonry {
  display: inline-block;
  vertical-align: middle;
}
.flex_box {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_flow_column {
  flex-flow: column;
}
.flex_row {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
}
/* End Old style.css */
button#responsive-menu-pro-button {
  z-index: 999 !important;
}
.logo-container img {
  max-height: 100px;
  width: auto;
}
.nav-cont {
  display: flex;
  align-items: center;
}
#vehicleCart {
  color: #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#vehicleCart:hover {
  background-color: #000;
  color: #fff;
}
#navbarwrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px 0 #7f8c8d;
  -moz-box-shadow: 0 1px 1px 0 #7f8c8d;
  box-shadow: 0 1px 1px 0 #7f8c8d;
}
#navbarDealerLogo {
  width: 100%;
}
#navul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.navli {
  padding: 10px;
  margin-right: 20px;
  background-color: #f8f8f8;
  float: right;
  cursor: pointer;
}
.navli:hover {
  background-color: #fff;
}
/* Form Styling */
input,
select,
label,
textarea {
  outline: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
input:focus,
select:focus,
label:focus,
textarea:focus {
  outline: none !important;
}
input:active,
select:active,
label:active,
textarea:active {
  outline: none !important;
}
span label {
  display: none !important;
}
.gform_wrapper {
  margin: 25px auto;
}
.gform_wrapper input:hover {
  border: 1px solid;
}
.gform_wrapper input[type=radio] {
  display: none;
}
.gform_wrapper input[type=radio] label {
  position: relative;
  cursor: pointer;
}
.gform_wrapper input[type=checkbox] {
  display: none;
}
.gform_wrapper input[type=checkbox] label {
  position: relative;
  cursor: pointer;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  background: rgba(0,0,0,0.1);
  border-radius: 4px;
  box-shadow: inset 0 0 1px #717171;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  border-radius: 4px;
  background: #2fd566;
  box-shadow: inset 0 0 1px #717171;
  height: 30px;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  font-size: 14px;
  margin-right: 10px;
  padding-top: 5px;
  float: right;
  color: #fff;
  font-weight: 600;
}
.gf_progressbar_title {
  font-size: 11px;
  margin: 10px 0;
}
.percentbar_0 {
  -webkit-animation: percent0 2s forwards;
  -moz-animation: percent0 2s forwards;
  animation: percent0 2s forwards;
}
.dv-form-name > .ginput_container_name {
  display: inline-flex;
  width: 100%;
}
.percentbar_33 {
  -webkit-animation: percent33 2s forwards;
  -moz-animation: percent33 2s forwards;
  animation: percent33 2s forwards;
}
.gform_validation_container {
  display: none;
}
.percentbar_66 {
  -webkit-animation: percent66 2s forwards;
  -moz-animation: percent66 2s forwards;
  animation: percent66 2s forwards;
}
.gform_button {
  color: #fff;
  width: 100%;
  padding: 2%;
  text-transform: uppercase;
  cursor: pointer;
}
.gform_buttom input[type="submit"] {
  margin-top: 2%;
}
.percentbar_99 {
  -webkit-animation: percent99 2s forwards;
  -moz-animation: percent99 2s forwards;
  animation: percent99 2s forwards;
}
.gform_wrapper input[type=radio] + label:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px 0 8px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #888;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.gform_wrapper input[type=radio]:checked + label:before {
  background-color: #00ad5f;
}
.gform_wrapper input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 4px;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  background-color: #00ad5f;
  border: 1px solid #00ad5f !important;
  display: none;
}
.gform_wrapper input[type=checkbox] + label:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px 0 8px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #888;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.gform_wrapper input[type=checkbox]:checked + label:before {
  background-color: #00ad5f;
}
.gform_wrapper input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 4px;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  background-color: #00ad5f;
  border: 1px solid #00ad5f !important;
  display: none;
}
.gform_body * {
  box-sizing: border-box;
}
.gform_body ul li {
  width: 100%;
  margin-top: 2%;
}
.gform_body ul li input,
.gform_body ul li textarea,
.gform_body ul li select {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-top: 1px solid rgba(0,0,0,0);
  padding: 25px;
  font-family: 'Gilroy';
}
.gform_body ul li textarea {
  min-height: 125px;
}
.gform_body ul li select {
  max-width: 100%;
  height: max-content;
}
.gform_body ul li .name_first {
  width: 50%;
}
.gform_body ul li .name_first > input {
  border-right: 0;
}
.gform_body ul li .name_first > input:hover {
  border-right: 1px solid;
  width: 100%;
}
.gform_body ul li .name_last {
  width: 50%;
}
.gform_body ul li .name_last > input {
  border-left: 0;
}
.gform_body ul li .name_last > input:hover {
  border-left: 1px solid;
  width: 100%;
}
.dv-form-name > .ginput_container_name {
  display: inline-flex;
  width: 100%;
}
.dv-form-textbox label {
  border: 1px solid #e6e6e6;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2%;
  font-family: 'Gilroy';
  color: #555;
  background-color: #fff;
}
.dv-form-checkbox label:first-child {
  display: none;
}
.gform_validation_container {
  display: none;
}
.hidden {
  display: none;
}
.gform_button {
  color: #fff;
  width: 100%;
  padding: 2%;
  font-family: 'Gilroy', sans-serif;
}
.gform_button:hover {
  background-color: #000 !important;
}
.gform_next_button {
  width: 100%;
  padding: 2%;
  border: 0;
  color: #fff;
  margin-top: 2%;
}
.gform_next_button:hover {
  background-color: #000 !important;
}
.gform_previous_button {
  width: 100%;
  padding: 2%;
  border: 0;
  color: #fff;
  margin-top: 2%;
}
.gform_previous_button:hover {
  background-color: #000 !important;
}
.ginput_container > ul li {
  margin-top: 0;
}
.gfield_description {
  margin-top: 2%;
}
.vce-shortcode-wrapper .gform_wrapper {
  margin: auto;
}
.gfield_error > label {
  border: 1px solid #f00;
}
.gform_footer {
  margin-top: 2%;
}
/*footer fixes*/
@media screen and (max-width: 991px) {
  .col-sm-offset-1,
  .col-xs-offset-1 {
    margin-left: 0 !important;
  }
  .col-sm-3 {
    width: 100% !important;
  }
}
/* Gravity Forms Calendar Styling */
#ui-datepicker-div {
  background: #fff;
  padding: 6px;
  display: flex;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-transition: all ease-in-out;
  -moz-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
}
#ui-datepicker-div:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.ui-datepicker-header {
  padding-right: 30px;
  font-size: 20px;
  width: 100%;
}
.ui-datepicker-title {
  margin-left: 15px;
  margin-top: 20px;
}
.ui-datepicker-month,
.ui-datepicker-year {
  margin-left: 0 !important;
  width: 100% !important;
  min-height: 50px;
  border: 1px solid #e6e6e6;
  color: #666;
  padding: 13px 23px !important;
  font-size: 20px !important;
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  -webkit-transition: all ease-in-out;
  -moz-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
  border-radius: 0 !important;
  margin: 5px;
}
.ui-datepicker-month:hover,
.ui-datepicker-year:hover {
  border-color: #00ad5f;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}
.ui-datepicker-calendar {
  font-size: 20px;
  border: 1px solid #e9e9e9;
  width: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.ui-datepicker-calendar thead tr th {
  padding: 10px;
  text-align: center;
}
.ui-datepicker-calendar tbody tr td {
  padding: 5px;
  text-align: center;
  -webkit-transition: all ease-in-out;
  -moz-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
}
.ui-datepicker-calendar tbody tr td a {
  color: #252525;
  display: inline-block;
  padding: 0.3rem;
  border: 2px solid transparent;
  width: 25px;
  height: 25px;
}
.ui-datepicker-calendar tbody tr td a.ui-state-active {
  background-color: var(--primary-color);
  color: #fff;
}
.ui-datepicker-calendar tbody tr td a:hover {
  border: 2px solid var(--primary-color);
}
.ui-datepicker-calendar thead tr th span {
  color: #252525;
}
.ui-datepicker-unselectable {
  background: #a9a9a9;
}
@media screen and (max-width: 624px) {
  #ui-datepicker-div {
    flex-wrap: wrap;
  }
  .ui-datepicker-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  #the-nav-below {
    display: none !important;
  }
  .dv-sidenav {
    display: block !important;
  }
}
.menu-item a img {
  border: none;
  box-shadow: none;
  vertical-align: middle;
  width: auto;
  display: inline;
}
.menu-item a.menu-image-hovered img.hovered-image,
.menu-item a.menu-image-hovered:hover img.menu-image {
  opacity: 0;
  -webkit-transition: opacity ease-in-out;
  -moz-transition: opacity ease-in-out;
  -o-transition: opacity ease-in-out;
  transition: opacity ease-in-out;
}
.menu-item a.menu-image-hovered:hover img.hovered-image {
  opacity: 1;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
  padding-right: 10px;
}
.menu-item a.menu-image-title-before.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper {
  padding-left: 10px;
}
.menu-item a.menu-image-title-above,
.menu-item a.menu-image-title-below {
  text-align: center;
}
.menu-item a.menu-image-title-above.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-above .menu-image-hover-wrapper {
  display: block;
  padding-top: 10px;
  margin: 0 auto;
}
.menu-item a.menu-image-title-below.menu-image-not-hovered img,
.menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper {
  display: block;
  padding-bottom: 10px;
  margin: 0 auto;
}
.menu-item a.menu-image-title-hide .menu-image-title {
  display: none;
}
/* Searchbox Shortcode Styling */
.dv-searchbox-input {
  padding: 10px 20px;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  color: #000;
}
.dv-searchbox-submit {
  padding: 10px 20px;
  margin-left: 10px;
  background-color: #db0c14;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  box-sizing: border-box;
  -webkit-transition: all ease-in-out;
  -moz-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
}
.dv-searchbox-submit:hover {
  text-decoration: none;
  background: #fff;
  color: #db0c14;
}
/* Dropdown Search Styling */
body .dds-container .dds-dropdown-container {
  white-space: nowrap;
}
body .dds-container .select2-container {
  width: 150px !important;
  outline: none;
  margin-right: 6px;
}
body .dds-container .select2-container:focus {
  outline: none;
}
body .dds-container .btn.dds-search {
  padding: 9px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  box-sizing: border-box;
  -webkit-transition: all ease-in-out;
  -moz-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
  border: none;
  border-radius: 0;
  height: 42px;
  vertical-align: middle;
}
.offer-info-line {
  font-size: 9pt;
  color: #ccc;
  font-weight: 500;
}
.experation-line {
  color: #bbb;
}
.offer-btn-row {
  font-size: 12px !important;
}
.offers-img-container {
  width: 100%;
  height: 130px;
  max-height: 166px;
  margin: 15% auto 5px auto;
}
.offers-container {
  border: 1px solid #e9e9e9;
}
body .dds-container .dds-container {
  display: flex;
  justify-content: center;
}
body .dds-container .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
}
body .dds-container .select2-container .select2-selection--single {
  height: 42px;
  outline: none;
}
body .dds-container .select2-container .select2-selection--single:hover {
  outline: none;
}
body .dds-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}
body .dds-container .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .dds-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
  font-size: 1.2rem;
}
body .dds-container .select2-container--open .select2-dropdown--below {
  border: none;
}
body .dds-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333;
}
@media screen and (max-width: 1000px) {
  body .dds-container .dds-dropdown-container {
    display: flex !important;
    flex-flow: column;
    align-items: center;
    white-space: normal;
    width: 100vw;
  }
  body .dds-container .select2-container {
    width: 80% !important;
    margin-bottom: 15px;
  }
  body .dds-container .btn.dds-search {
    width: 80%;
    margin-left: -6px;
  }
}
a,
a:hover {
  color: inherit;
}
.gform_footer .top_label input:hover {
  border: 0 !important;
}
.vc_row .gform_body ul li {
  list-style-type: none !important;
  margin-left: 0;
}
.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dv_button:hover {
  color: #fff;
}
.dv_button:hover .dv_button_effect {
  width: 100%;
}
.dv_button {
  position: relative;
}
.dv_button .dv_button_effect {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -webkit-transition: width ease-in-out;
  -moz-transition: width ease-in-out;
  -o-transition: width ease-in-out;
  transition: width ease-in-out;
}
.dv_button_content {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -webkit-transition: color ease-in-out;
  -moz-transition: color ease-in-out;
  -o-transition: color ease-in-out;
  transition: color ease-in-out;
}
#main_nav_menu ul li.has-sub ul span {
  font-size: 0.8em !important;
}
.select2-selection {
  text-align: left;
}
.dropbtn #image {
  color: #fff;
}
.bottomsection {
  margin: 2% 0;
}
/* Mobile Nav Subheader */
#mobile-nav-subheader {
  width: 100%;
  height: 40px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  z-index: 140;
  grid-template-columns: 40% 30% 30%;
  display: none;
}
#mobile-nav-subheader::after {
  content: '';
  position: absolute;
  top: -30px;
  z-index: 1;
  width: 100%;
  height: 30px;
  background: #fff;
}
#mobile-nav-subheader div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-nav-subheader div span {
  font-size: 0.8rem;
  color: #fff;
}
#mobile-nav-subheader i {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #mobile-nav-subheader {
    display: grid;
  }
}
/* NEW SIDE-NAV STYLES */
.dv-sidenav {
  width: 0;
  position: fixed;
  left: 0;
  background-color: #212121;
  overflow-x: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 205;
}
.dv-sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #fff !important;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
.dv-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
body.menu-open {
  overflow: hidden;
}
@media screen and (max-height: 450px) {
  .dv-sidenav {
    padding-top: 15px;
  }
  .dv-sidenav a {
    font-size: 18px;
  }
}
.dv-sidenav-open {
  width: 100% !important;
}
.dv-sidenav-disable-scroll {
  overflow: hidden;
}
/* Side-Nav Specific Styling */
#dv-sidenav #main_nav_menu > ul {
  padding-left: 25px;
}
#dv-sidenav #main_nav_menu > ul > li {
  padding-top: 10px;
  height: auto;
  border-left: 0;
  width: 100%;
}
#dv-sidenav #main_nav_menu > ul > li > ul li {
  padding: 5px 0;
  margin: 0;
  background: transparent;
  width: 100%;
}
#dv-sidenav #main_nav_menu ul li > ul li a span {
  font-size: 16px !important;
  color: #000;
}
#dv-sidenav #main_nav_menu > ul > li > a {
  padding: 5px 0;
}
#dv-sidenav #main_nav_menu > ul > li > a span {
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
}
#dv-sidenav #main_nav_menu ul li.has-sub > ul {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  top: 0;
}
#dv-sidenav #main_nav_menu ul li.has-sub > ul,
#dv-sidenav #main_nav_menu ul li.has-sub > div {
  position: relative;
  padding: 0;
  display: none;
  box-shadow: none;
  margin-top: 15px;
  margin-left: -25px;
  padding-left: 25px;
  padding-bottom: 10px;
  background: #fff;
}
.dv-sidenav-click {
  display: block !important;
}
.dv-sidenav-click-arrow::after {
  transform: rotate(180deg) !important;
}
#dv-sidenav #main_nav_menu ul li.has-sub > a span:after {
  float: right;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  margin-top: 5px;
  margin-right: 20px;
  font-size: 20px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-weight: 700;
}
/* #dv-sidenav #main_nav_menu ul li.has-sub:hover > a span:after 
    transform: rotate(180deg)
 */
#wpadminbar {
  position: fixed !important;
}
/* Page Builder Formatting */
.wpb_wrapper {
  line-height: normal;
  font-size: 0.9em;
}
.wpb_wrapper h1,
.wpb_wrapper h2,
.wpb_wrapper h3 {
  margin: 10px 0;
}
.wpb_wrapper p,
.wpb_wrapper ul {
  margin: 5px 0;
}
.wpb_wrapper ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 20px;
}
.wpb_wrapper ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 20px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.wpb_wrapper h1 {
  font-size: 3.5rem !important;
}
@media screen and (max-width: 768px) {
  .wpb_wrapper h1 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 500px) {
  .wpb_wrapper h1 {
    font-size: 2rem !important;
  }
}
/* Youtube Embedded Player Formatting */
.youtubePlayer {
  width: 1024px;
  height: 768px;
  z-index: 1000;
  display: none;
  border: 0;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: auto;
}
#ytplayer {
  height: 75vh;
}
.youtube {
  border: 0;
}
.youtube-modal-body {
  padding: 0;
}
.youtube-embed {
  width: 1024px;
/* height: 768px */
  background-color: #9d9d9d;
  margin-top: 40px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 140px;
}
/* opacity: .7 */
/* Specials CSS */
.title-line-one-disc {
  color: #fff !important;
  padding-top: 20px !important;
  text-align: center !important;
  font-size: 8pt !important;
  line-height: 1 !important;
  letter-spacing: 3px !important;
}
.title-line-two-disc {
  padding-top: 5px !important;
  text-align: center !important;
  line-height: 1 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 4px !important;
  color: #fff !important;
}
.close-disc {
  font-size: 0.5rem !important;
  text-align: right !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  float: right !important;
  padding: 1px 3px !important;
  margin: 7px !important;
  cursor: pointer !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}
.disc-text {
  color: #fff !important;
  padding: 10px 20px !important;
  line-height: 11px;
  font-size: 0.7rem !important;
}
.offer-price {
  font-size: 1rem !important;
}
.vehicle-views .slick-prev,
.vehicle-views .slick-next {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
}
.srp-roadster-express:hover {
  color: #fff;
}
/* Autocheck & CarFax Button CSS */
.btn-autocheck {
  height: 40px;
}
.btn-certified {
  height: 30px;
}
.ubtn {
  padding: 10px 20px !important;
}
.offers-container .overlay {
  overflow-y: auto;
}
.offers-container .offer-info-line {
  font-size: 0.6rem !important;
}
.thank-you-button {
  padding: 21px 30px !important;
}
/* ChatNow / Gubagoo Z-Index Fix */
div.cn-b13-container,
.cn-www-widget > div,
.cn-www-widget div,
#gg-toolbar,
.gg-toolbar,
.gg-chat-bubble,
.gg-app,
.gg-invite,
.gg-popup,
.gg-form,
.gg-chat-reply {
  z-index: 1 !important;
}
/* Tecobi Z Index Fix */
.tecobi-root {
  z-index: 1000 !important;
}
/*Global Hide/Show Classes */
.dv-show {
  display: block;
}
.dv-hide {
  display: none;
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
/* Car Menu Column CSS */
.two-columns {
  width: 50%;
}
.three-columns {
  width: 33.333333%;
}
.four-columns {
  width: 25%;
}
.dv-tooltip {
  position: relative;
}
.dv-tooltip img {
  max-height: 50px;
  max-width: 100px;
}
.dv-tooltip-content {
  position: absolute;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -webkit-transition: all ease-in-out;
  -moz-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
  opacity: 0;
  z-index: -2;
  left: -80px;
  top: -80px;
  width: 250px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background: #fff;
  font-size: 0.7rem;
  font-weight: 400;
  color: #000 !important;
  padding: 10px;
}
.dv-tooltip:hover .dv-tooltip-content {
  z-index: 1000;
  opacity: 1;
  top: -7rem;
}
.dp-tooltip {
  position: relative;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  cursor: pointer;
}
.dp-tooltip:hover::after {
  opacity: 1;
  position: absolute;
  left: -3.5rem;
  top: -4.5rem;
  width: 250px;
  box-shadow: rgba(0,0,0,0.12) 0px 1px 3px, rgba(0,0,0,0.24) 0px 1px 2px;
  font-size: 0.7rem;
  font-weight: 400;
  color: #000 !important;
  background: #fff;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .dv-tooltip-content {
    left: 0;
  }
}
@media screen and (max-width: 410px) {
  .dv-tooltip-content {
    width: 200px;
  }
}
/* Blog Pagination Settings */
nav.pagination {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 0.95rem;
}
nav.pagination > h2 {
  display: none;
}
.input-incentive-name {
  display: none;
}
.input-incentive-value {
  display: none;
}
.lity-hide {
  display: none !important;
}
.slick-active-section {
  visibility: visible !important;
}
.slick-hidden-section {
  visibility: hidden !important;
  position: absolute !important;
  z-index: -10;
}
.dv-tooltip-content {
  position: absolute;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -webkit-transition: all ease-in-out;
  -moz-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
  opacity: 0;
  z-index: -2;
  left: -80px;
  top: -80px;
  width: 250px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background: #fff;
  font-size: 0.7rem;
  font-weight: 400;
  color: #000 !important;
  padding: 10px;
  display: none;
}
.dv-tooltip:hover .dv-tooltip-content {
  z-index: 1000;
  opacity: 1;
  display: inline;
}
.tooltip-toyota,
.tooltip-Toyota {
  position: relative;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  cursor: pointer;
  display: inline-block;
}
.top-mid-section .tooltip-toyota:hover:after,
.top-mid-section .tooltip-Toyota:hover:after {
  top: -8rem;
}
.fancybox-inner {
  overflow: visible !important;
}
.fancybox-inner .fancybox-counter {
  color: #999;
  padding: 0.8rem;
}
.rvVdpMobileFancybox {
  z-index: 9999999999;
}
.rvVdpMobileFancybox .fancybox-inner {
  right: 0;
}
.rvVdpMobileFancybox .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.3);
}
.rvVdpMobileFancybox .fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}
table.mabel-bhi-businesshours {
  width: 100%;
}
table.mabel-bhi-businesshours tr td:first-of-type {
  font-weight: 600;
}
table.mabel-bhi-businesshours tr td:last-of-type {
  text-align: left;
}
.text-caps {
  text-transform: uppercase;
}
/*Pagebuilder Styling*/
.vce-text-block ol,
.vce-text-block ul {
  margin: 2em;
}
.vce-text-block ol li,
.vce-text-block ul li {
  margin-bottom: 0.5em;
}
.vce-text-block ol {
  list-style: decimal;
}
.vce-text-block ul {
  list-style: disc;
}
.vce-text-block a {
  color: inherit;
  text-decoration: none;
}
.vce-text-block a:hover,
.vce-text-block a:focus .vce-text-block a:active {
  color: #4167b7;
  text-decoration: underline;
}
.dv-special-offer {
  display: flex;
  flex-flow: row wrap !important;
  justify-content: flex-start;
}
.dv-special-offer img,
.dv-special-offer h2,
.dv-special-offer .dv-offer-description {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  vertical-align: top;
  align-self: flex-start;
}
.dv-special-offer img .dv-offer-ends,
.dv-special-offer h2 .dv-offer-ends,
.dv-special-offer .dv-offer-description .dv-offer-ends {
  width: 100%;
  display: block;
  position: relative;
  margin: 0.5em 0 0.75em;
}
.dv-special-offer .btn-wrapper-holder {
  margin-top: 2em !important;
  position: relative;
  display: block;
  bottom: 0;
  padding: 0;
  align-self: flex-end;
  width: 100%;
}
.dv-special-offer .btn-wrapper-holder .dv-btn-wrapper {
  margin-bottom: 0.5em;
}
.dv-special-offer .btn-wrapper-holder .dv-btn-wrapper a {
  text-decoration: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0,0,0,0.5);
}
.modal button {
  text-align: right;
  border-radius: 50%;
  padding: 4px 10px;
  font-size: 28px;
  border: 0;
  width: 36px;
  height: 36px;
  text-align: right;
  align-self: self-end;
  margin-right: 25px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .modal button {
    margin-top: 0;
  }
}
.modal button:hover {
  cursor: pointer;
}
.modal-dialog {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: auto;
  pointer-events: none;
  max-width: 75%;
  margin: auto;
  max-height: 75vh;
}
@media screen and (max-width: 768px) {
  .modal-dialog {
    max-width: 90%;
  }
  .modal-dialog #custom_player {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
.modal-dialog iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 0.3rem;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding-top: 25px;
  }
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .modal-body {
    padding: 0;
  }
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-open {
  overflow: hidden;
/*Form*/
}
form {
  width: 100%;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
}
form .form-row,
form .form-group {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}
form .form-row .form-group,
form .form-group .form-group {
  width: 100%;
  float: left;
}
form .form-row .form-group.col-md-6,
form .form-group .form-group.col-md-6,
form .form-row .form-group.col-md-4,
form .form-group .form-group.col-md-4 {
  position: relative;
  float: left;
  margin-left: 4%;
}
@media (max-width: 550px) {
  form .form-row .form-group.col-md-6,
  form .form-group .form-group.col-md-6,
  form .form-row .form-group.col-md-4,
  form .form-group .form-group.col-md-4 {
    margin-left: 0;
  }
}
form .form-row .form-group.col-md-6:first-of-type,
form .form-group .form-group.col-md-6:first-of-type,
form .form-row .form-group.col-md-4:first-of-type,
form .form-group .form-group.col-md-4:first-of-type {
  margin-left: 0;
}
@media (min-width: 550px) {
  form .form-row .form-group.col-md-6,
  form .form-group .form-group.col-md-6 {
    width: 48%;
  }
}
form .form-row .form-group.col-md-4,
form .form-group .form-group.col-md-4 {
  padding: 0;
}
@media (min-width: 550px) {
  form .form-row .form-group.col-md-4,
  form .form-group .form-group.col-md-4 {
    width: 30.6666666667%;
  }
}
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="text"],
form input[type="tel"],
form input[type="url"],
form input[type="password"],
form textarea,
form select {
  height: 38px;
  width: 100%;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="text"],
form input[type="tel"],
form input[type="url"],
form input[type="password"],
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form textarea:focus,
form select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
form label,
form legend {
  display: block;
  font-weight: 600;
}
form fieldset {
  padding: 0;
  border-width: 0;
}
form input[type="checkbox"],
form input[type="radio"] {
  display: inline;
}
form label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}
form label {
  width: auto;
  position: relative;
  display: block;
}
form label.principal-title {
  margin: 0;
}
form #principal {
  width: 100%;
  margin-left: 0;
}
.reserved-vehicle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.reserved-vehicle .dv-tooltip {
  margin-left: 1%;
}
.reserved-vehicle .dv-tooltip .dv-tooltip-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
.dv-gform-disclaimers {
  font-size: 12px;
  color: #555;
}
/*
Smartpath DG Man Mobile
*/
.dg-component-menu-dropdown.dg-mobile {
  top: var(--header-height);
}
/*
GLOBAL-17194
*/
.vdp_main .dv-new-vdp-call-btn,
.vdp_main .dv-used-vdp-call-btn {
  text-transform: none;
}
/*
GLOBAL-23223
GForm Heading CSS
*/
.gform_heading {
  line-height: 1.5rem;
}
/*
New AutoGO Footer Update
*/
.footer-powered-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer-powered-container {
    justify-content: center;
    flex-direction: column;
  }
}
.footer-powered-container .footer-copyright {
  margin: 0;
  padding: 0;
}
.footer-powered-container .footer-copyright p {
  font-weight: 100;
  font-size: 11px;
}
.footer-powered-container .footer-copyright h6 {
  font-size: 11px;
  font-weight: 600;
  display: flex;
  height: 30px;
  align-items: center;
}
.footer-powered-container .footer-copyright a {
  font-size: 11px;
  text-decoration: none;
  color: inherit;
  margin: 0 5px;
}
.footer-powered-container .footer-copyright a:hover {
  text-decoration: none;
  color: inherit;
}
.footer-powered-container .footer-powered {
  text-align: center;
  padding: 0;
  margin: 0;
}
.footer-powered-container .footer-powered h6 {
  font-size: 11px;
  font-weight: 600;
  display: flex;
  height: 30px;
  align-items: center;
}
.footer-powered-container .footer-powered p {
  font-weight: 100;
  font-size: 11px;
}
.footer-powered-container a {
  font-size: 11px;
  text-decoration: none;
  color: inherit;
  margin: 0 3px;
}
.footer-powered-container:hover {
  text-decoration: none;
  color: inherit;
}
.footer-powered-container span {
  display: inline-block;
  vertical-align: middle;
}
.footer-powered-container .footer-label {
  color: #000;
  font-weight: 100;
  font-size: 11px;
  padding: 0;
  font-style: italic;
  letter-spacing: 0.075em;
}
[data-price-slash] {
  position: relative;
}
[data-price-slash]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  bottom: 0;
  left: 0%;
  right: 0%;
  background-color: #d9534f;
  transform: rotate(-15deg);
  transform-origin: center;
}
.toyota-schedule-service-modal .dv-global-modal-dialog {
  max-width: 90% !important;
  width: 70% !important;
}
@media screen and (max-width: 500px) {
  .toyota-schedule-service-modal .dv-global-modal-dialog {
    width: 90% !important;
  }
}
.toyota-schedule-service-modal .dv-global-modal-inner {
  max-height: 85vh !important;
}
@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #000;
  }
}
@-webkit-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #000;
  }
}
@-o-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #000;
  }
}
@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #000;
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes percent33 {
  from {
    width: 0%;
  }
  to {
    width: 33%;
  }
}
@-webkit-keyframes percent33 {
  from {
    width: 0%;
  }
  to {
    width: 33%;
  }
}
@-o-keyframes percent33 {
  from {
    width: 0%;
  }
  to {
    width: 33%;
  }
}
@keyframes percent33 {
  from {
    width: 0%;
  }
  to {
    width: 33%;
  }
}
@-moz-keyframes percent0 {
  from {
    width: 0%;
  }
  to {
    width: 5%;
  }
}
@-webkit-keyframes percent0 {
  from {
    width: 0%;
  }
  to {
    width: 5%;
  }
}
@-o-keyframes percent0 {
  from {
    width: 0%;
  }
  to {
    width: 5%;
  }
}
@keyframes percent0 {
  from {
    width: 0%;
  }
  to {
    width: 5%;
  }
}
@-moz-keyframes percent66 {
  from {
    width: 0%;
  }
  to {
    width: 66%;
  }
}
@-webkit-keyframes percent66 {
  from {
    width: 0%;
  }
  to {
    width: 66%;
  }
}
@-o-keyframes percent66 {
  from {
    width: 0%;
  }
  to {
    width: 66%;
  }
}
@keyframes percent66 {
  from {
    width: 0%;
  }
  to {
    width: 66%;
  }
}
@-moz-keyframes percent100 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes percent100 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes percent100 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes percent100 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
