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,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  scrollbar-width: thin;
  vertical-align: baseline;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
  -webkit-tap-highlight-color: transparent;
  font-display: swap;
}

#main {
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
}

::-webkit-scrollbar {
  width: 10px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #edebe9;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #bcbab7;
  min-height: 40px;
}

::-webkit-scrollbar-thumb:hover {
  background: #99a3a6;
}

.one-line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.two-line-clamp {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.onetrust-vendors-list-handler:focus {
  opacity: 1 !important;
}

.bing-maps-pin-container {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px;
  height: auto;
  width: 300px;
  background: linear-gradient(180deg, #ffffff 49.48%, rgba(233, 243, 251, 0.7) 100%), #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
}

.bing-maps-pin-listing-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  box-sizing: border-box;
  height: auto;
  max-height: 160px;
  width: 100%;
  overflow-y: auto;
  margin-top: 6px;
}

.bing-maps-pin-dealer {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0c1a44;
}

.bing-maps-pin-dealer-url,
.bing-maps-pin-dealer-listings {
  text-decoration-line: none;
  margin-left: 7px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #0078d4;
  max-width: 242px;
}

.bing-maps-pin-dealer-info {
  margin-left: 7px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #444444;
  max-width: 242px;
}

.bing-maps-pin-dealer-title {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #444444;
  max-width: 242px;
}

.bing-maps-pin-dealer-mileage {
  margin-top: 0px !important;
  margin-left: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #444444;
  max-width: 242px;
}


.bing-maps-pin-review {
  margin-left: 7px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #cccccc;
}

.bing-maps-pin-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 6px;
}

#MicrosoftNav.NavBar_Container {
  margin-top: 60px;
}

@keyframes mkt-confirm-fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@media (prefers-color-scheme: light) { 
  body {
    overflow-x: hidden;
    background: linear-gradient(0deg, rgba(239, 246, 252, 0.4), rgba(239, 246, 252, 0.4)), #ffffff;
  }
}

@media (prefers-color-scheme: dark) { 
  body {
    overflow-x: hidden;
    background: linear-gradient(0deg, #242424, #242424), #ffffff;
  }
}