/* Minification failed. Returning unminified contents.
(15188,30): run-time error CSS1031: Expected selector, found '{'
(19860,28): run-time error CSS1039: Token not allowed after unary operator: '-clr-border-light-gray'
(20529,23): run-time error CSS1038: Expected hex color, found '#ffff'
(21987,27): run-time error CSS1038: Expected hex color, found '#ffff'
(22106,27): run-time error CSS1038: Expected hex color, found '#ffff'
(22188,27): run-time error CSS1038: Expected hex color, found '#ffff'
: run-time error CSS1036: Expected expression, found ''
(23653,37): run-time error CSS1046: Expect comma, found '0'
(23653,41): run-time error CSS1046: Expect comma, found '/'
(25640,27): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*! jQuery UI - v1.12.1 - 2017-07-23
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url(/Content/Web/css/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
/*.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}*/
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
/*.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}*/
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(/Content/Web/css/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP/yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/Content/Web/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/Content/Web/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/Content/Web/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/Content/Web/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/Content/Web/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/Content/Web/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
	background-image: url(/Content/Web/images/ui-icons_777777_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*@font-face {
  font-family: 'webflow-icons';
  src: url(/Content/Web/css/data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD/3/wAAAAAAIOYA/3/wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf/AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(/Content/Web/css/data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA/9/8AAAAAACDmAP/9/8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH/wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}*/
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
a:focus {
  outline: 0;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px 18px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus,
select {
  border-color: #3898EC;
  outline: 0 !important;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
/*.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}*/
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}
.w-checkbox:after,
.w-radio:after {
  clear: both;
}
.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25% !important;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
    .w-col {
        width: 100%;
        left: auto;
        right: auto;
        padding-left: 0px; 
        padding-right: 0px
    }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100% !important;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
  display: none;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  /*margin-bottom:40px;*/
  margin-bottom:35px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url(/Content/Web/css/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url(/Content/Web/css/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url(/Content/Web/css/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
}
.w-richtext:after {
  clear: both;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
  margin-top:5px;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
 [data-nav-menu-open]
{
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
}
.w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
    .w-nav-overlay [data-nav-menu-open] {
        top: 0;
        max-height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
    }
/*.w-nav-overlay .w--nav-menu-open::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #fff;
    }

.w-nav-overlay .w--nav-menu-open::-webkit-scrollbar {
        width: 6px;
        background-color: #fff;
    }

.w-nav-overlay .w--nav-menu-open::-webkit-scrollbar-thumb {
        background-color: #C8C8C8;
    }*/
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .w-checkbox::before {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .w-checkbox::after {
        content: ' ';
        display: table;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        clear: both;
    }

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        border-top-color: #3898ec;
        border-bottom-color: #3898ec;
        border-left-color: #3898ec;
        border-right-color: #3898ec;
        background-image: url(/Content/Web/css/https:/d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0px 0px 3px 1px #3898ec;
    }

body {
    font-family: 'Open Sans', sans-serif;
    color: #313131;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    color: #292929;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    color: #292929;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: lowercase;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    display: block;
    margin: 0px auto 5px;
    font-family: Lato, sans-serif;
    color: #868686;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.button {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 2px;
    background-color: #0071bc;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

    .button:hover {
        padding-right: 20px;
        padding-left: 20px;
        background-color: #313131;
    }

    .button.b_2 {
        background-color: #dbdbdb;
    }

        .button.b_2:hover {
            padding-right: 15px;
            background-color: #31aae2;
        }

    .button.submit {
        margin-top: 10px;
    }

    .button.btn-white {
        min-width: 162px;
        margin-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
        border: 2px solid #fff;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.45);
        font-family: Lato, sans-serif;
        color: #fff;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

        .button.btn-white:hover {
            background-color: #0054a0;
            color: #fff;
        }

        .button.btn-white.homebutton {
            margin-right: 25px;
            margin-left: 25px;
            border-style: none none solid;
            border-bottom-width: 4px;
            border-bottom-color: #939393;
            border-radius: 1px;
            background-color: #d4d4d4;
            color: #292929;
            font-size: 11px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

            .button.btn-white.homebutton:hover {
                padding-right: 15px;
                padding-left: 15px;
                border-color: #000 #000 #f8cc0d;
                background-color: #f5c700;
                box-shadow: 0 0 6px 0 #d6d6d6;
            }

            .button.btn-white.homebutton.btn1 {
                display: block;
                max-width: 140px;
                min-width: 140px;
                margin-right: auto;
                margin-left: auto;
                border-bottom-color: #e6bf17;
                background-color: #ffe263;
                -webkit-transition-duration: 100ms;
                transition-duration: 100ms;
                text-align: center;
            }

                .button.btn-white.homebutton.btn1:hover {
                    padding-right: 10px;
                    padding-left: 10px;
                    border-bottom-color: #f5ba15;
                    background-color: #f5ba15;
                    box-shadow: none;
                    color: #fff;
                }

                .button.btn-white.homebutton.btn1.left {
                    float: left;
                    text-align: center;
                }

                .button.btn-white.homebutton.btn1.btnbar {
                    max-width: 252px;
                    margin-top: 0px;
                    margin-right: 0px;
                    margin-left: 0px;
                    text-align: center;
                }

        .button.btn-white.yellow {
            min-width: 162px;
            border: 1px none #696e71;
            background-color: #edbc1d;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            font-family: Raleway, sans-serif;
            color: #fff;
            font-size: 11px;
            font-weight: 600;
        }

            .button.btn-white.yellow:hover {
                background-color: #ffd520;
                color: #fff;
            }

            .button.btn-white.yellow.leftaligned {
                text-align: center;
            }

            .button.btn-white.yellow.lefttablebutton {
                display: inline-block;
                overflow: visible;
                margin-bottom: 25px;
            }

            .button.btn-white.yellow.contactlink {
                max-width: 100px;
                min-width: 100px;
                margin-top: 20px;
            }

            .button.btn-white.yellow.contactbutton {
                min-width: 100px;
                font-size: 10px;
            }

            .button.btn-white.yellow.phonehome {
                border-radius: 7px;
                background-color: #fc0;
                font-family: Raleway, sans-serif;
                font-size: 11px;
                font-weight: 600;
            }

                .button.btn-white.yellow.phonehome:hover {
                    background-color: #ffd940;
                }

                .button.btn-white.yellow.phonehome.bluebutton {
                    border-radius: 6px;
                    background-color: #1f6aa5;
                }

                    .button.btn-white.yellow.phonehome.bluebutton:hover {
                        background-color: #3475a7;
                    }

                    .button.btn-white.yellow.phonehome.bluebutton:active {
                        background-color: #3475a7;
                    }

                .button.btn-white.yellow.phonehome.vote {
                    margin-bottom: 20px;
                }

            .button.btn-white.yellow.banneraction {
                border: 2px solid #fff;
                background-color: rgba(0, 0, 0, 0.3);
                font-family: Raleway, sans-serif;
                font-size: 11px;
                letter-spacing: 3px;
            }

                .button.btn-white.yellow.banneraction:hover {
                    background-color: #000;
                }

            .button.btn-white.yellow.centeredbutton {
                text-align: center;
            }

        .button.btn-white.black {
            min-width: 162px;
            background-color: rgba(41, 41, 41, 0.75);
        }

            .button.btn-white.black:hover {
                background-color: #292929;
            }

.navigation {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 86px;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: left;
    border-top: 4px none #edbc1d;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.38);
}

    .navigation.acctpg {
        background-color: hsla(0, 0%, 100%, 0.9);
    }

.logo {
    width: 100px;
    margin-top: 15px;
}

.nav-link {
    width: 100px;
    margin-left: 0px;
    padding: 40px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Lato, sans-serif;
    color: #696e71;
    font-size: 10.5px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

    .nav-link:hover {
        color: #313131;
    }

    .nav-link.w--current {
        width: 100px;
        padding-top: 40px;
        padding-bottom: 35px;
        border-color: #ffd520;
        border-bottom-style: solid;
        border-bottom-width: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -webkit-transition-property: none;
        transition-property: none;
        color: #313131;
        font-size: 11.5px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .nav-link.phonelink {
        padding-top: 31px;
        font-size: 11.5px;
    }

.banner {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: hidden;
    height: 550px;
    padding-top: 0px;
    float: none;
    clear: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url(/Content/Web/images/shutterstock_213457678.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url(/Content/Web/images/shutterstock_213457678.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

    .banner.banner1 {
        height: 550px;
        background-image: url(/Content/Web/images/shutterstock_164255657blk.jpg);
        background-position: 0px 33%;
    }

    .banner.banner7 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url(/Content/Web/images/shutterstock_275702042.jpg);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/Content/Web/images/shutterstock_275702042.jpg);
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
    }

    .banner.videoidea {
        background-image: none;
    }

    .banner.bannerbritespot {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url(/Content/Web/images/shutterstock_94199545.jpg);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/Content/Web/images/shutterstock_94199545.jpg);
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, repeat;
        background-attachment: scroll, scroll;
    }

    .banner.faqpage {
        height: 450px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url(/Content/Web/images/shutterstock_94199545.jpg);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url(/Content/Web/images/shutterstock_94199545.jpg);
        background-position: 0px 0px, 0px 0px;
        background-size: auto, cover;
    }

.section {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 65px;
    padding-bottom: 65px;
    float: none;
}

    .section.gray {
        padding: 25px 20px 35px;
        background-color: #f5f5f5;
    }

        .section.gray.s-pages {
            overflow: hidden;
            height: 550px;
            padding-top: 0px;
            padding-bottom: 0px;
            background-image: url(/Content/Web/images/finance1aaa.jpg);
            background-position: 50% 50%;
            background-size: cover;
        }

            .section.gray.s-pages.newpic {
                background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url(/Content/Web/images/shutterstock_295907705.jpg);
                background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/Content/Web/images/shutterstock_295907705.jpg);
                background-position: 0px 0px, 50% 50%;
                background-size: auto, cover;
            }

                .section.gray.s-pages.newpic.contacpg {
                    background-image: url(/Content/Web/images/finance1a.jpg);
                    background-position: 50% 32%;
                    background-size: cover;
                }

                .section.gray.s-pages.newpic.blogpage {
                    height: 350px;
                    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url(/Content/Web/images/shutterstock_130196342.jpg);
                    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/Content/Web/images/shutterstock_130196342.jpg);
                    background-position: 0px 0px, 50% 41%;
                    background-size: auto, cover;
                }

            .section.gray.s-pages.dealers {
                background-image: url(/Content/Web/images/finance1v.jpg);
                background-position: 0px 0px;
                background-size: cover;
            }

            .section.gray.s-pages.leaseend {
                background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url(/Content/Web/images/shutterstock_230065.jpg);
                background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/Content/Web/images/shutterstock_230065.jpg);
                background-position: 0px 0px, 50% 50%;
                background-size: auto, cover;
            }

            .section.gray.s-pages.maintain {
                background-color: #000;
                background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url(/Content/Web/images/shutterstock_164255657blk.jpg);
                background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/Content/Web/images/shutterstock_164255657blk.jpg);
                background-position: 0px 0px, 50% 66%;
                background-size: auto, cover;
                background-repeat: repeat, repeat;
            }

        .section.gray.privacybanner {
            height: 550px;
            padding-top: 20px;
            background-image: url(/Content/Web/images/slide08.jpg);
            background-position: 50% 50%;
            background-size: cover;
        }

    .section.section-small {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #0071bc;
    }

    .section.dark {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #31aae2;
    }

        .section.dark.d-line {
            border-top: 1px solid #5db9e3;
        }

    .section.gradient {
        background-color: #0071bc;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(0, 0, 0, 0.5)), color-stop(90%, rgba(0, 0, 0, 0.5)));
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.5) 90%);
    }

        .section.gradient.obligations {
            background-color: #f4f4f4;
            background-image: none;
        }

    .section.smallersection {
        padding-bottom: 0px;
    }

    .section.homesection {
        padding-top: 30px;
    }

    .section.contactsection {
        padding-top: 25px;
        padding-bottom: 35px;
    }

.row {
    margin-top: 31px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}

    .row.homesummary {
        margin-bottom: 30px;
    }

    .row.homerow {
        margin-top: 0px;
    }

.icon-box {
    display: block;
    width: 90px;
    height: 90px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding-top: 15px;
    border-radius: 5px;
    background-color: #f2f2f2;
}

.box-div {
    margin-top: 20px;
}

    .box-div.box-div-more {
        margin-top: 40px;
    }

    .box-div.box-div-more-4x {
        margin-top: 60px;
    }

.li {
    margin-bottom: 10px;
    padding-left: 25px;
    background-image: url(/Content/Web/images/CARite-Icon.png);
    background-position: 0px 5px;
    background-size: 20px;
    background-repeat: no-repeat;
}

    .li.seecars {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 10px;
        padding-left: 45px;
        background-image: url(/Content/Web/images/icon-car1.png);
        background-position: 0px -9px;
        background-size: 45px;
    }

.work-div {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blue {
    font-family: Lato, sans-serif;
    color: #0054a0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.div-center {    
    padding-left: 15px;
    font-family: Thicccboi, sans-serif;
    text-align: center;
}

    .div-center.leftdiv {
        text-align: left;
    }

    .div-center.biden {
        background-color: #31aae2;
    }

    .div-center.trump {
        background-color: #fd8e00;
    }

.small-line {
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #31aae2;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    width: 25%;
    float: left;
    background-color: transparent;
}

.portfolio-slider {
    height: auto;
    background-color: transparent;
}

.arrow {
    background-color: #31aae2;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 24px;
}

    .arrow:hover {
        background-color: #313131;
    }

.white {
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
}

.row-spc {
    margin-bottom: 30px;
}

.blending-ico {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 55px;
    background-image: url(/Content/Web/images/brite-key.png);
    background-position: 0px 0px;
    background-size: 37px;
    background-repeat: no-repeat;
}

    .blending-ico._2 {
        background-image: url(/Content/Web/images/clock-o_31aae2_150.png);
    }

    .blending-ico._3 {
        background-image: url(/Content/Web/images/brite-key.png);
        background-position: 0px 0px;
        background-size: 37px;
    }

    .blending-ico._4 {
        background-image: url(/Content/Web/images/leaf_31aae2_150.png);
    }

    .blending-ico._5 {
        background-image: url(/Content/Web/images/coffee_31aae2_100.png);
    }

    .blending-ico._6 {
        background-image: url(/Content/Web/images/car.png);
        background-position: 0px 0px;
        background-size: 32px;
    }

    .blending-ico._1 {
        background-image: url(/Content/Web/images/icon-onlinepay.png);
        background-position: 0px -11px;
        background-size: 45px;
    }

    .blending-ico._2 {
        background-image: url(/Content/Web/images/icon-cash.png);
        background-position: 0px -11px;
        background-size: 45px;
    }

    .blending-ico._3 {
        background-image: url(/Content/Web/images/icon-recurr.png);
        background-position: 0px -11px;
        background-size: 45px;
    }

    .blending-ico._4 {
        background-image: url(/Content/Web/images/icon-payonline.png);
        background-position: 0px -11px;
        background-size: 45px;
    }

    .blending-ico._5 {
        background-image: url(/Content/Web/images/icon-mgram.png);
        background-position: 0px -11px;
        background-size: 45px;
    }

    .blending-ico._6 {
        background-image: url(/Content/Web/images/icon-cards.png);
        background-position: 0px -11px;
        background-size: 45px;
    }

    .blending-ico._7 {
        background-image: url(/Content/Web/images/icon-drive.png);
        background-position: 0px -8px;
        background-size: 50px;
    }

.logo-wrapper {
    width: 16.6%;
    float: left;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-wrapper {
    text-align: center;
}

.team-wrapper-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

    .team-wrapper-2.team-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }

.p-wrapper {
    padding: 10px 0px 30px;
    text-align: center;
}

.social-wrapper {
    position: relative;
    bottom: -5px;
    margin-top: 10px;
}

.soc-ico {
    width: 40px;
    height: 40px;
    margin-right: 2px;
    float: none;
    background-color: #d9d9d9;
}

    .soc-ico:hover {
        background-color: #31aae2;
    }

    .soc-ico.facebook {
        background-image: url(/Content/Web/images/facebook_ffffff_150.png);
        background-position: 50% 50%;
        background-size: 18px;
        background-repeat: no-repeat;
    }

    .soc-ico.twitter {
        background-image: url(/Content/Web/images/twitter_ffffff_150.png);
        background-position: 50% 50%;
        background-size: 18px;
        background-repeat: no-repeat;
    }

    .soc-ico.pinsteret {
        background-image: url(/Content/Web/images/pinterest_ffffff_150.png);
        background-position: 50% 50%;
        background-size: 18px;
        background-repeat: no-repeat;
    }

    .soc-ico.linkdin {
        background-image: url(/Content/Web/images/linkedin_ffffff_150.png);
        background-position: 50% 50%;
        background-size: 18px;
        background-repeat: no-repeat;
    }

    .soc-ico.envelope {
        background-image: url(/Content/Web/images/envelope_ffffff_150.png);
        background-position: 50% 50%;
        background-size: 18px;
        background-repeat: no-repeat;
    }

.testimonials-slider {
    height: auto;
    background-color: transparent;
}

.slide-dot {
    position: relative;
    opacity: 1;
    font-size: 10px;
}

.testimonials-wrappe {
    position: relative;
    padding: 16px 30px 55px;
    border: 1px solid #ededed;
    background-color: #f9f9f9;
}

.triangle {
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.photo-client {
    position: relative;
    left: 30px;
    top: -48px;
    z-index: 2;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

    .photo-client._1 {
        background-image: url(/Content/Web/images/cleint3.jpg);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .photo-client._2 {
        background-image: url(/Content/Web/images/client2.jpg);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

.italic {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.name-testi {
    position: absolute;
    left: 121px;
    bottom: 5px;
    display: inline-block;
}

.testi {
    letter-spacing: 0px;
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #313131;
}

.nav-menu {
    position: static;
    overflow: visible;
    float: right;
    clear: right;
    font-size: 13px;
}

.div-in {
    display: inline-block;
    margin-right: 11px;
    float: left;
}

.go-top {
    float: right;
    opacity: 0.25;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .go-top:hover {
        opacity: 1;
    }

.overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.text-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 18px 20px;
    background-color: #fff;
    color: #313131;
    text-align: center;
}

.h-portfolio {
    margin-top: 0px;
}

.sub-text {
    color: #969595;
    font-size: 13px;
    font-style: italic;
}

.arrow-up {
    position: absolute;
    left: 0px;
    top: -13px;
    right: 0px;
    display: block;
    width: 0px;
    height: 0px;
    margin-right: auto;
    margin-left: auto;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
}

.portolio-wrapper {
    overflow: hidden;
}

.white-2 {
    color: #fff;
    font-weight: 400;
}

.pricing {
    padding-top: 51px;
    padding-bottom: 51px;
    border: 5px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

    .pricing:hover {
        border-color: #31aae2;
    }

    .pricing.active {
        border-width: 3px;
        border-color: #31aae2;
    }

.pri-wrapper {
    margin-right: 10px;
    margin-left: 10px;
}

.line {
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ededed;
}

.h-pricing {
    margin-top: 5px;
    margin-bottom: 0px;
}

.li-pi {
    margin-bottom: 10px;
}

.div-right {
    text-align: right;
}

.portfolio-button {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    border-radius: 2px;
    background-color: #31aae2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .portfolio-button:hover {
        position: relative;
        background-color: #313131;
    }

    .portfolio-button._1 {
        background-image: url(/Content/Web/images/angle-left_ffffff_100.png);
        background-position: 50% 50%;
        background-size: 27px;
        background-repeat: no-repeat;
    }

    .portfolio-button._2 {
        background-image: url(/Content/Web/images/angle-right_ffffff_100.png);
        background-position: 50% 50%;
        background-size: 27px;
        background-repeat: no-repeat;
    }

    .portfolio-button._3 {
        background-image: url(/Content/Web/images/th-large_ffffff_100.png);
        background-position: 50% 50%;
        background-size: 16px;
        background-repeat: no-repeat;
    }

.project-div {
    width: 49.1%;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
    clear: right;
}

.white-caps {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
}

.white-c {
    color: #fff;
    font-size: 48px;
    line-height: 47px;
}

.blu-light {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
}

.text-banner {
    margin-top: 90px;
    text-align: center;
}

.p-banner {
    color: #fff;
}

.contact {
    z-index: 999;
    width: 50px;
    height: 50px;
    margin-top: 9px;
    float: right;
    border-radius: 5px;
    background-color: rgba(49, 170, 226, 0.9);
    background-image: url(/Content/Web/images/envelope_ffffff_150.png);
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .contact:hover {
        background-color: #313131;
    }

.contact-wrapper {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.form-part {
    width: 300px;
    padding: 10px 29px;
    border: 1px solid #ededed;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.contact-text {
    margin-bottom: 16px;
}

.field-label {
    color: #787878;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
}

.text-field {
    border: 1px solid #ededed;
    background-color: #fff;
}

    .text-field.text-area {
        padding-bottom: 33px;
    }

.form-msg {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 2px;
    text-align: center;
}

.form-p {
    margin-bottom: 0px;
    color: #ed6868;
}

.s {
    margin-bottom: 0px;
}

.div-spc {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;    
}

    .div-spc.center {
        padding-right: 0px;
        padding-left: 0px;
    }

    .div-spc.right-table {
        text-align: left;
    }

    .div-spc.leftaligned {
        text-align: left;
    }

.div-res {
    padding-top: 0px;
}

.x-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-image: url(/Content/Web/images/remove_969696_100.png);
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    opacity: 0.51;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .x-button:hover {
        opacity: 1;
    }

.headercontainer {
    position: relative;
    z-index: 0;
    display: block;
    margin: 200px auto 75px;
    text-align: center;
}

    .headercontainer.quicklinkshome {
        margin-top: 120px;
        margin-bottom: 35px;
    }

    .headercontainer.britespothead {
        margin-top: 85px;
    }

    .headercontainer.faqhead {
        margin-top: 120px;
    }

        .headercontainer.faqhead.seachhead {
            text-align: center;
        }

.subhead {
    color: #fff;
}

.footertext {
    margin-bottom: 0px;
    color: #fff;
    text-align: left;
}

.footersub {
    color: #868686;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0px;
    text-decoration: none;
}

    .footersub:hover {
        text-decoration: underline;
    }

.logo-head {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 34px;
    text-align: left;
}

.sectionhead {
    margin: 0px 25px 20px;
    font-family: Lato, sans-serif;
    color: #292929;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

    .sectionhead.barhead {
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        font-family: Raleway, sans-serif;
        color: #292929;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0px;
    }

        .sectionhead.barhead.rable {
            font-family: Raleway, sans-serif;
            font-size: 20px;
            font-weight: 600;
            text-align: left;
            letter-spacing: 0px;
            text-transform: capitalize;
        }

            .sectionhead.barhead.rable.minor {
                font-size: 16px;
            }

                .sectionhead.barhead.rable.minor.photocolumn {
                    text-align: center;
                }

        .sectionhead.barhead.separatortag {
            color: #fff;
            font-size: 22px;
        }

        .sectionhead.barhead.whitetagline {
            color: #fff;
        }

    .sectionhead.subheadsection {
        margin-right: 250px;
        margin-bottom: 0px;
        margin-left: 250px;
        border-top: 1px solid #fff;
        color: #fff;
        font-size: 18px;
    }

    .sectionhead.service {
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0px;
    }

.sectionheaderlogo {
    display: block;
    max-height: 66px;
    margin-right: auto;
    margin-bottom: 17px;
    margin-left: auto;
    text-align: center;
}

.separator {
    display: block;
    margin: 30px auto;
}

.rightcolumn {
    font-family: Lato, sans-serif;
    text-align: left;
}

    .rightcolumn.creditsummary {
        margin-bottom: 40px;
    }

.custname {
    color: #fff;
}

.car {
    margin-top: 0px;
    text-align: left;
}

.benefittable {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

    .benefittable.blog {
        margin-bottom: 20px;
    }

.benefitscol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.phone {
    margin-top: 32px;
}

.centerimage {
    display: block;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
}

.dealertable {
    margin-bottom: 50px;
}

.dealeraddress {
    text-align: center;
}

.dealermap {
    display: block;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.dealerinventory {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    text-align: center;
}

.dealerstate {
    display: block;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    color: #696e71;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.trademark {
    position: relative;
    display: block;
    height: 0.6px;
    margin-right: 15px;
    margin-left: 27px;
    padding-right: 228px;
    font-size: 0.6em;
    line-height: 0px;
    text-align: right;
}

.tagcontain {
    text-align: center;
}

.phonecal {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 22px;
    text-align: center;
}

.phonesub {
    text-align: center;
}

.leaseinfo {
    margin-bottom: 50px;
}

    .leaseinfo.summarytable.paragraph {
        margin-bottom: 43px;
    }

.summarytable {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Lato, sans-serif;
    text-align: center;
}

.check {
    height: 45px;
    max-height: 65%;
    max-width: 65%;
    margin-bottom: 22px;
}

.sumtbl {
    margin-bottom: 25px;
}

.weartable {
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}

.normalwear {
    min-height: 237px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: hsla(0, 0%, 83.9%, 0.54);
    font-size: 13px;
}

    .normalwear.team-wrapper-2 {
        min-height: 300px;
        padding-right: 15px;
        padding-left: 15px;
    }

.excess {
    min-height: 240px;
    background-color: #feb800;
    color: #fff;
}

    .excess.team-wrapper-2 {
        min-height: 575px;
        background-color: #ffe263;
    }

.excesstxt {
    margin-bottom: 0px;
    padding: 10px 20px;
    color: #292929;
    font-size: 13.5px;
}

.feedback {
    padding: 25px 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.feedtext {
    color: hsla(0, 0%, 100%, 0.75);
}

.navcontain {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.benefits {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.greysection {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f2f2f2;
}

.banner1 {
    height: 350px;
    background-image: url(/Content/Web/images/shutterstock_213457678.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.paragraph {
    margin-bottom: 17px;
    font-family: Thicccboi, sans-serif;
    color: #313131;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
}

    .paragraph.about {
        margin-bottom: 35px;
        text-align: center;
    }

    .paragraph.welcome {
        padding-right: 50px;
        padding-left: 50px;
        text-align: center;
    }

    .paragraph._1a {
        display: block;
        margin: 13px auto 0px;
        color: #fff;
    }

    .paragraph.quicklinkspara {
        margin-right: 40px;
        margin-bottom: 10px;
        margin-left: 40px;
        color: #fff;
    }

    .paragraph.longtext {
        font-family: Raleway, sans-serif;
        color: #313131;
        font-size: 16px;
        line-height: 25px;
        text-align: left;
    }

        .paragraph.longtext.videotext {
            font-size: 13px;
        }

        .paragraph.longtext.alignmiddle {
            margin-bottom: 40px;
            text-align: center;
        }

        .paragraph.longtext.disclaimer {
            font-size: 12px;
        }

        .paragraph.longtext.productparag {
            color: #fff;
        }

    .paragraph.lefty {
        text-align: left;
    }

    .paragraph.smalltable {
        padding-right: 20px;
        padding-left: 10px;
    }

    .paragraph.tabletext1 {
        margin-bottom: 25px;
        text-align: center;
    }

        .paragraph.tabletext1.how-we-approve {
            margin-top: 30px;
        }

    .paragraph.justified {
        text-align: justify;
    }

    .paragraph.centered {
        max-width: 100%;
        font-family: Thicccboi, sans-serif;
        font-size: 16px;
        text-align: center;
    }

        .paragraph.centered.serviceprice {
            position: static;
            margin-top: 0px;
            margin-bottom: 14px;
            padding-top: 4px;
            padding-bottom: 0px;
            font-size: 16px;
            text-align: left;
            text-transform: none;
        }

            .paragraph.centered.serviceprice:focus {
                padding-top: 4px;
            }

        .paragraph.centered.yesmeans {
            color: #313131;
            font-size: 16px;
            line-height: 25px;
        }

            .paragraph.centered.yesmeans.voting {
                margin-top: 20px;
            }

        .paragraph.centered.sep-subtext {
            color: #fff;
            font-weight: 600;
        }

    .paragraph.lew {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .paragraph.ancproducts {
        font-family: Raleway, sans-serif;
        text-align: left;
    }

    .paragraph.reviewexample {
        text-align: left;
    }

.optionicon {
    max-width: 25%;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.subcontainer {
    margin-top: 39px;
}

.centercontainer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.reviewbox {
    margin-top: 50px;
    margin-bottom: 25px;
}

.feedbackcar {
    display: block;
    max-width: 53%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 18px;
}

.heading5 {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Thicccboi, sans-serif;
    color: #0071bc;
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    text-transform: capitalize;
}

    .heading5._1a {
        display: block;
        margin-top: 37px;
        margin-right: auto;
        margin-left: auto;
        color: #fff;
        font-size: 45px;
        letter-spacing: 2px;
    }

    .heading5.faqhead {
        margin-bottom: 8px;
        margin-left: 0px;
        padding-left: 0px;
        letter-spacing: 1px;
        text-transform: capitalize;
    }

    .heading5.car {
        font-family: Raleway, sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

    .heading5.rable {
        margin-top: 0px;
        font-family: Raleway, sans-serif;
        font-size: 16px;
        line-height: 25px;
        text-align: left;
    }

        .heading5.rable.contactcolumn {
            text-align: center;
        }

        .heading5.rable.example {
            text-align: center;
        }

        .heading5.rable.links {
            color: #31aae2;
        }

            .heading5.rable.links.product-links {
                color: #fff;
                text-decoration: none;
            }

        .heading5.rable.productsub {
            color: #ffd24d;
        }

    .heading5.title {
        font-size: 12px;
    }

.sliderhead {
    margin-top: 91px;
    margin-bottom: 0px;
    font-family: Raleway, sans-serif;
    font-size: 45px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.heading4 {
    color: #0054a0;
}

.leftimage {
    display: block;
    margin-top: 47px;
    margin-right: auto;
    margin-left: auto;
}

.dropdown {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    font-family: Lato, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .dropdown.w--open {
        position: static;
        display: block;
        overflow: visible;
    }

.dropdownlink {
    position: relative;
    left: 0px;
    top: 0px;
    background-color: transparent;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
    text-transform: capitalize;
}

    .dropdownlink:hover {
        background-color: #ffd520;
        color: #282828;
    }

    .dropdownlink.w--current {
        background-color: hsla(0, 0%, 100%, 0.75);
        color: #2394bc;
        font-weight: 900;
    }

.menulink {
    position: absolute;
    display: block;
}

.menu-container {
    display: block;
    margin: 12px auto 0px;
    padding-bottom: 0px;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navlink {
    max-width: 140px;
    min-width: 80px;
    margin-bottom: 0px;
    padding-right: 35px;
    padding-bottom: 32px;
    padding-left: 15px;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

    .navlink:hover {
        border-bottom: 0px none transparent;
        color: #000;
        font-weight: 700;
    }

    .navlink.w--current {
        display: inline-block;
        min-width: 80px;
        font-family: Raleway, sans-serif;
        color: #292929;
        font-size: 12px;
        line-height: 20px;
        font-weight: 700;
    }

    .navlink.w--open {
        font-weight: 900;
    }

        .navlink.w--open:hover {
            border-style: none;
            font-weight: 900;
        }

    .navlink.myacct {
        margin-top: 7px;
        margin-left: 13px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 20px;
        border: 2px solid #000;
    }

        .navlink.myacct:hover {
            background-color: rgba(170, 184, 194, 0.54);
            color: #292929;
        }

    .navlink.sell {
        padding-right: 15px;
        font-family: Raleway, sans-serif;
        font-size: 12px;
    }

        .navlink.sell.w--current {
            padding-right: 15px;
        }

    .navlink.homelink {
        display: none;
    }

.rotated {
    max-width: 46px;
    margin-top: 41px;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.fulldrop {
    margin-right: 34px;
    float: right;
}

.dropdownlist.w--open {
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
}

.iconarrow {
    margin-top: 24px;
    margin-bottom: 30px;
}

.buttonlink {
    display: inline;
    margin-right: -31px;
    margin-left: -30px;
    padding-right: 0px;
    padding-left: 0px;
    opacity: 0.58;
}

.payonline {
    display: block;
    height: 0px;
}

.sub-head {
    margin-top: -7px;
    color: #696e71;
    font-size: 14px;
    font-weight: 400;
}

.dividersection {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2394bc), to(#2394bc));
    background-image: linear-gradient(180deg, #2394bc, #2394bc);
    background-position: 0px 0px;
}

    .dividersection.service {
        background-image: url(/Content/Web/images/slide08.jpg), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
        background-image: url(/Content/Web/images/slide08.jpg), linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
        background-position: 100% 100%, 0px 0px;
        background-size: cover, auto;
    }

    .dividersection.customerfeedback {
        background-image: url(/Content/Web/images/shutterstock_230065.jpg), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
        background-image: url(/Content/Web/images/shutterstock_230065.jpg), linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
        background-position: 50% 0px, 0px 0px;
        background-size: cover, auto;
        background-attachment: scroll, scroll;
    }

        .dividersection.customerfeedback.footerfeedback {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#0054a0), to(#0054a0));
            background-image: linear-gradient(180deg, #0054a0, #0054a0);
            background-position: 0px 0px;
            background-size: auto;
            background-attachment: scroll;
        }

.dividerhead {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dividercontainer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.subhead1 {
    margin-top: 5px;
    font-size: 18px;
}

.carimg {
    margin-top: 33px;
    padding-right: 25px;
}

.aboutussection {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(/Content/Web/images/sky.jpg);
    background-position: 0px 0px;
    background-size: cover;
}

.aboutcolum {
    display: block;
    margin-right: auto;
    margin-bottom: -17px;
    margin-left: auto;
    font-family: Lato, sans-serif;
    color: #fff;
    text-align: center;
}

.section-bluetwocolumn {
    padding: 50px 20px;
    background-color: #eaf2f6;
    text-align: center;
}

    .section-bluetwocolumn.filler {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .section-bluetwocolumn.picbackground {
        padding-top: 75px;
        padding-bottom: 0px;
        background-color: #f5f5f5;
        background-image: none;
        background-position: 0px 0px;
    }

        .section-bluetwocolumn.picbackground.dealerbackground {
            background-image: linear-gradient(130deg, transparent 26%, #fff 85%), url(/Content/Web/images/slide1.jpg);
            background-position: 0px 0px, 0px 0px;
        }

.lock {
    max-width: 21px;
    margin-bottom: -37px;
    margin-left: -54px;
    padding-right: 0px;
    padding-left: 5px;
}

.jeep1 {
    margin-right: 0px;
    margin-bottom: 11px;
    margin-left: -14px;
    padding-right: 0px;
    padding-left: 0px;
}

.civic {
    margin-top: 29px;
}

.paymentbackground {
    background-image: url(/Content/Web/images/shutterstock_277033655.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.paymentsection {
    width: auto;
    padding-top: 150px;
    padding-bottom: 75px;
    background-image: url(/Content/Web/images/shutterstock_336079028.jpg);
    background-position: 50% 100%;
    background-size: cover;
}

.paymentcontain {
    padding: 0px;
}

.reviewembed {
    width: 100%;
}

.flexibility {
    margin-bottom: 15px;
    text-align: center;
}

.bannervideo1 {
    height: 590px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.toptenlogo {
    margin-top: 21px;
}

.termsofuse {
    font-family: Thicccboi, sans-serif;
    font-size: 15px;
    text-align: left;
    letter-spacing: 0px;
}

.footlink {
    color: #fff;
}

    .footlink.w--current:hover {
        text-decoration: none;
    }

.quicklinks {
    margin-top: 9px;
    padding: 20px 35px;
}

.subhead2 {
    margin-right: 50px;
    margin-left: 50px;
    padding-left: 0px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

    .subhead2.shortcuthead {
        margin: 10px 0px;
        padding-right: 10px;
        padding-left: 10px;
        border-bottom: 0px none transparent;
        color: #292929;
    }

        .subhead2.shortcuthead.existing {
            padding-right: 10px;
            padding-left: 10px;
            color: #fff;
        }

.quicklinksblock {
    padding: 20px 0px 40px;
    background-color: hsla(0, 0%, 100%, 0.1);
}

    .quicklinksblock.header {
        padding: 10px;
        border-bottom: 3px solid #ffd520;
        background-color: rgba(255, 213, 32, 0.7);
    }

        .quicklinksblock.header.existnig {
            background-color: rgba(0, 84, 160, 0.85);
            color: #fff;
        }

            .quicklinksblock.header.existnig.block1 {
                margin-bottom: 0px;
                border-bottom-color: #2394bc;
                background-color: rgba(35, 148, 188, 0.5);
            }

        .quicklinksblock.header.ending {
            background-color: rgba(41, 41, 41, 0.7);
        }

            .quicklinksblock.header.ending.block3 {
                border-bottom-color: #292929;
            }

.articlediv {
    display: block;
    max-height: 650px;
    margin: 10px auto 0px;
    padding: 0px 0px 20px;
    background-color: #f4f4f4;
    text-align: center;
}

    .articlediv.footerdiv {
        margin-top: 0px;
        margin-bottom: 10px;
        background-color: #ecebeb;
    }

.bloghead {
    margin-top: 23px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .bloghead.storename {
        margin-top: 15px;
        margin-bottom: 5px;
        letter-spacing: 0px;
    }

.blogpara {
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
    letter-spacing: 0px;
}

.britespot-article {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 25px;
    padding-left: 25px;
}

.articlehead {
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.blogimage {
    display: block;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
    text-align: center;
}

.date {
    margin-bottom: 0px;
    text-align: center;
}

.faqcontainer {
    display: block;
    margin: 0px auto 25px;
}

.faqdiv {
    margin: 15px 10px 30px;
}

.faqquestiongroup {
    margin-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
}

.columnform {
    padding-right: 0px;
}

.searchcolumn {
    padding-right: 0px;
    padding-left: 0px;
}

.searchrow {
    max-width: 250px;
}

.st-default-search-input {
    position: relative;
    max-width: 150px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: transparent;
    font-family: Lato, sans-serif;
    font-size: 13px;
}

    .st-default-search-input:focus {
        max-width: 150px;
    }

    .st-default-search-input.searchbutton {
        position: static;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(41, 41, 41, 0.5);
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.05);
    }

        .st-default-search-input.searchbutton.faqheader {
            background-color: hsla(0, 0%, 100%, 0.45);
        }

.wrapper {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 150px;
    margin-top: 11px;
    margin-bottom: 0px;
    float: right;
    clear: none;
    text-align: right;
}

    .wrapper:focus {
        width: 150px;
        margin-top: 17px;
    }

    .wrapper.headersearch {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        float: none;
        text-align: center;
    }

.form {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    overflow: visible;
    max-width: 150px;
    margin-top: 3px;
    float: none;
    clear: none;
    background-color: transparent;
}

    .form:focus {
        max-width: 150px;
    }

.myaccount {
    margin-top: 5px;
    margin-right: 16px;
    padding: 15px 40px 15px 15px;
    border: 1px none #292929;
    font-size: 11px;
}

.faq2 {
    padding-top: 25px;
    padding-bottom: 50px;
    background-color: #f4f4f4;
}

.faq3 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.searchbardiv {
    margin-left: -33px;
    padding-left: 0px;
}

.htmlclass {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.creditapp {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.appheader {
    padding-top: 59px;
    background-color: #fff;
    box-shadow: 0 0 38px -7px rgba(0, 0, 0, 0.95);
}

.free {
    color: #fd8e00;
    font-weight: 900;
}

.approvalformdiv {
    margin: 30px 150px 50px;
    padding: 50px 25px;
    background-color: #fff;
    box-shadow: none;
    font-family: Lato, sans-serif;
}

.faqtable {
    margin-top: 37px;
    margin-bottom: 14px;
}

.icon-transparent {
    margin-bottom: 20px;
}

.tabs-menu {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-family: Lato, sans-serif;
    text-align: center;
}

    .tabs-menu.certifiedtabs {
        margin-top: 25px;
    }

.tab-link {
    min-width: 125px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #eaf2f6;
    background-color: transparent;
    text-transform: capitalize;
}

    .tab-link.w--current {
        min-width: 125px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 3px solid #fc0;
        background-color: transparent;
        font-family: Raleway, sans-serif;
        color: #292929;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
    }

.tab-link-2 {
    position: relative;
    min-width: 125px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #eaf2f6;
    background-color: transparent;
    font-family: Raleway, sans-serif;
    text-transform: capitalize;
}

    .tab-link-2.w--current {
        border-bottom-color: #edbc1d;
        background-color: transparent;
        color: #292929;
        font-weight: 600;
        letter-spacing: 1.2px;
    }

.tab-link-3 {
    min-width: 125px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #2394bc;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.text-block {
    font-family: Lato, sans-serif;
    text-align: center;
    letter-spacing: 0px;
}

.text-block-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Lato, sans-serif;
    text-align: center;
}

.vehicles {
    padding: 20px 20px 10px;
    font-family: Lato, sans-serif;
    text-align: center;
}

.vehicletable {
    margin-top: 25px;
}

.welcomesection {
    padding-top: 40px;
    padding-bottom: 100px;
    background-color: rgba(25, 25, 30, 0.5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url(/Content/Web/images/background.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(/Content/Web/images/background.jpg);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
}

.image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.container {
    font-family: Lato, sans-serif;
    text-align: center;
}

.welcomesubheader {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.div-block {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #2394bc;
}

.tabs-content {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tabs {
    padding-right: 0px;
    padding-left: 0px;
}

.footertable {
    padding-right: 0px;
}

.footerhead {
    font-family: Raleway, sans-serif;
    color: #fc0;
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.footerlink {
    margin-top: 3px;
    margin-bottom: 3px;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: capitalize;
}

    .footerlink:hover {
        text-decoration: underline;
    }

    .footerlink.sub {
        color: #868686;
        font-size: 13px;
        font-weight: 400;
    }

.footerparagraph {
    margin-top: 26px;
    margin-bottom: 0px;
    text-align: center;
}

.socialicon {
    padding-right: 5px;
    padding-left: 5px;
    color: #313131;
}

.div-block-2 {
    margin-top: 28px;
    text-align: center;
}

.tab-pane {
    text-align: center;
}

.tab-pane-2 {
    text-align: center;
}

.image-2 {
    display: inline-block;
}

.dealership {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
}

.tabarrow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -12px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.phonelink {
    font-family: Thicccboi, sans-serif;
    color: #010101;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.section-fourcolumn {
    padding: 30px 20px 60px;
}

.section-tabs {
    padding: 40px 20px;
}

.section-blue-1column {
    padding: 50px 20px;
    background-color: #f5f5f5;
}

.section-standard {
    padding: 40px 20px;
    background-color: #fff;
    font-family: Lato, sans-serif;
    color: #313131;
    font-size: 14px;
}

    .section-standard.alt1 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .section-standard.feedback {
        padding-right: 150px;
        padding-left: 150px;
    }

    .section-standard.blue-section {
        background-color: #f5f5f5;
    }

    .section-standard.firstsection {
        margin-top: 80px;
    }

        .section-standard.firstsection.headersection {
            padding-top: 80px;
            padding-bottom: 60px;
            background-color: #69a6bb;
            background-image: url(/Content/Web/images/Vehicle-Protections-Page-Header1.png);
            background-position: 100% 50%;
            background-size: auto;
            background-repeat: no-repeat;
        }

    .section-standard.care {
        padding-top: 60px;
    }

.section-blueseparator {
    padding: 25px 20px;
    background-color: #f5f5f5;
    background-image: url(/Content/Web/images/shutterstock_371708554.jpg);
    background-position: 0% 0%;
    background-size: cover;
    opacity: 1;
}

    .section-blueseparator.awards {
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: url(/Content/Web/images/facebook-pageheade11r.fw.png);
        background-position: 100% 50%;
        background-size: cover;
    }

    .section-blueseparator.announce {
        padding-top: 30px;
        padding-bottom: 50px;
    }

        .section-blueseparator.announce.welcomevideo {
            padding-top: 20px;
            padding-bottom: 30px;
        }

        .section-blueseparator.announce.cooloptions {
            padding-right: 150px;
            padding-left: 150px;
            background-color: #f5f5f5;
            background-image: none;
        }

            .section-blueseparator.announce.cooloptions.trumpy {
                padding-bottom: 30px;
            }

            .section-blueseparator.announce.cooloptions.specials {
                padding-top: 50px;
            }

            .section-blueseparator.announce.cooloptions.gap {
                padding-top: 60px;
            }

    .section-blueseparator.larger {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-blueseparator.dealerbackground {
        background-image: url(/Content/Web/images/facebook-pageheade11r.fw.png);
        background-position: 0% 50%;
        background-size: cover;
    }

.section-brandheader {
    padding-top: 120px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url(/Content/Web/images/shutterstock_371708554.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/Content/Web/images/shutterstock_371708554.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.header-tagline1 {
    margin-top: 10px;
    font-family: Raleway, sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
}

    .header-tagline1.smallertag {
        font-size: 18px;
    }

.div-block-3 {
    display: block;
    max-width: 50px;
    margin-right: auto;
    margin-left: auto;
}

.line-separator {
    display: block;
    height: 5px;
    max-height: 5px;
    max-width: 50px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fc0;
}

    .line-separator.bodysep {
        margin-top: 20px;
    }

        .line-separator.bodysep.bluemid {
            margin-bottom: 20px;
        }

    .line-separator.sectionheading {
        margin-bottom: 30px;
        background-color: #fc0;
    }

        .line-separator.sectionheading.sentra {
            display: none;
        }

    .line-separator.left {
        display: block;
        float: none;
        clear: none;
        text-align: left;
    }

.leftcolumn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.table-split {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px 10px 10px;
    text-align: center;
}

    .table-split.payments {
        margin-top: 15px;
        margin-bottom: 20px;
        padding-right: 10px;
        text-align: center;
    }

.image-3 {
    max-width: 75%;
}

.image-4 {
    max-width: 75%;
}

.image-5 {
    max-width: 75%;
}

.tableimage {
    max-width: 100%;
    margin-bottom: 15px;
    padding-right: 10px;
    text-align: left;
}

.image-6 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.certifiedcar {
    margin-top: 20px;
    margin-bottom: 20px;
}

.row-3 {
    margin-right: 0px;
    margin-left: 0px;
}

    .row-3.partners {
        margin-top: 25px;
    }

.introsection {
    height: 500px;
    margin-top: 80px;
    background-color: transparent;
    background-image: url(/Content/Web/images/WelcomeCARiteHomeA.jpg);
    background-position: 0% 50%;
    background-size: cover;
}

.videocontainer {
    display: block;
    margin: 180px auto 75px;
    text-align: center;
}

.video-sub {
    margin-top: 20px;
    font-family: Raleway, sans-serif;
    color: #fff;
    letter-spacing: 0.8px;
    text-transform: none;
}

.videolink {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border: 1px none #fff;
}

.lightbox-link {
    padding: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    font-size: 12px;
    text-decoration: none;
}

.videoheading {
    margin-top: 15px;
    margin-bottom: 0px;
    border-style: none;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.videotable {
    margin-top: 35px;
    margin-bottom: 30px;
}

.videotablesummary {
    display: block;
    max-width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 200px;
    padding-left: 200px;
    float: none;
    clear: none;
    text-align: left;
}

.div-block-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.videoright {
    padding-top: -20px;
    border-left: 1px solid #fff;
}

.videosumamry1 {
    padding-right: 0px;
    padding-left: 7px;
    color: #fff;
    font-size: 15px;
}

.text-span {
    font-family: Raleway, sans-serif;
}

.videocolumnleft {
    padding-top: 11px;
    padding-right: 16px;
    text-align: right;
}

.tablesmallertext {
    padding-right: 0px;
    color: #696e71;
    font-size: 15px;
    text-align: left;
}

    .tablesmallertext.photocolumn {
        font-family: Raleway, sans-serif;
    }

.separatoricon {
    margin-top: 0px;
    margin-bottom: 25px;
}

    .separatoricon.updated {
        margin-bottom: 10px;
    }

.separator-blueactioncall {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
    font-family: Lato, sans-serif;
}

.container-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

._2table-left {
    padding-right: 20px;
    padding-left: 20px;
}

.financecompany {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

    .financecompany.payment {
        margin-bottom: 40px;
    }

.learnmore {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    color: #292929;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

    .learnmore:hover {
        text-decoration: underline;
    }

.container-3 {
    display: block;
    text-align: center;
}

.image-7 {
    display: block;
    margin: 25px auto;
}

.image-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.image8 {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.centered {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

    .centered.image11 {
        max-width: 65%;
        margin-bottom: 25px;
    }

.image9 {
    display: block;
    width: 75px;
    max-width: 75px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.servicepricing {
    margin-bottom: 20px;
    float: none;
    clear: none;
}

.image10 {
    display: block;
    margin: 10px auto 25px;
}

.executive {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #292929;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.reducedimage {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.container-4 {
    font-family: Lato, sans-serif;
    text-align: center;
}

.photocolumn {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-family: Lato, sans-serif;
    text-align: center;
}

.row-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.container-5 {
    text-align: center;
}

.dynamic-list {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.storeimages {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.container-6 {
    padding-right: 5%;
    padding-left: 5%;
    font-family: Thicccboi, sans-serif;
    text-align: center;
}

.image-9 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.storepicture {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lowerfooter {
    margin-top: 20px;
    font-family: Raleway, sans-serif;
    text-align: center;
}

.paragraph-2 {
    padding-right: 5px;
    text-align: right;
}

.paragraph-3 {
    padding-left: 0px;
    text-align: left;
}

.paragraph-4 {
    margin-bottom: 15px;
    color: #2394bc;
    font-size: 15px;
    font-weight: 700;
}

.presentation {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    margin-bottom: 50px;
}

.slide-nav {
    margin-top: 10px;
}

.communityarticlse {
    margin-top: 30px;
}

.storephone {
    color: #2394bc;
    letter-spacing: 0px;
}

.paragraph-5 {
    text-align: left;
}

.paragraph-6 {
    padding-right: 10px;
    text-align: right;
}

.text-block-3 {
    text-align: left;
}

.text-block-4 {
    padding-right: 10px;
    text-align: left;
}

.contacttable {
    padding-right: 20px;
    padding-left: 20px;
}

.link {
    color: #2394bc;
    text-decoration: none;
}

.text-block-5 {
    font-size: 11px;
}

.contactcolumn {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 25px;
    text-align: center;
}

.vehiclediv {    
    margin-top: 10px;    
    background-color: #f4f4f4;
}

.vehicleheaderdiv {
    min-height: 50px;
    padding: 5px;
    background-color: #e7e7e7;
}

.image-11 {
    max-height: 100%;
}

.vehicle-title {
    letter-spacing: 0px;
    text-transform: capitalize;
}

.text-block-6 {
    padding-right: 10px;
    border-right: 1px solid #696e71;
    text-align: right;
}

.text-block-7 {
    padding-left: 10px;
    text-align: left;
}

.vehicle-separator {
    margin-top: 5px;
    margin-bottom: 5px;
}

.vehicle-location {
    margin-bottom: 10px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.leftblock {
    text-align: left;
}

.dynamic-item {
    padding-bottom: 10px;
}

.column-3 {
    font-family: Lato, sans-serif;
}

.text-block-8 {
    font-size: 12px;
}

.text-block-9 {
    font-size: 12px;
}

.text-block-10 {
    font-size: 12px;
}

.container-7 {
    font-family: Lato, sans-serif;
}

.html-embed {
    font-family: Lato, sans-serif;
}

.important-text-2 {
    letter-spacing: 0.1px;
}

.image-12 {
    text-align: center;
}

.important-text-3 {
    text-align: justify;
}

.btn-white.phonehome.button.yellow.centeredbutton {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.heading {
    letter-spacing: 0px;
}

.loudannounce {
    padding-top: 0px;
    font-family: Raleway, sans-serif;
    color: #292929;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

    .loudannounce.phoneannounce {
        font-family: Thicccboi, sans-serif;
        font-size: 20px;
        text-transform: capitalize;
    }

        .loudannounce.phoneannounce.leftaligned {
            text-align: left;
        }

        .loudannounce.phoneannounce.leftheading {
            line-height: 30px;
            text-align: left;
        }

            .loudannounce.phoneannounce.leftheading.productpagehead {
                color: #fff;
                font-size: 40px;
                text-transform: capitalize;
            }

        .loudannounce.phoneannounce.voteintro {
            margin-bottom: 5px;
        }

.logocentered {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

    .logocentered.spaced {
        margin-bottom: 20px;
    }

.brand {
    margin-top: 5px;
}

    .brand.w--current {
        margin-top: 5px;
    }

.dropdown-2 {
    width: 110px;
    max-width: 140px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-link {
    color: #fff;
    font-weight: 700;
}

.careers-paragraph {
    text-align: center;
}

.slide {
    min-height: 500px;
    background-image: url(/Content/Web/images/slide1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.mask {
    min-height: 550px;
}

.slide-nav-2 {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.dropdown-3 {
    width: 110px;
    max-width: 140px;
}

.dropdown-4 {
    width: 110px;
    max-width: 140px;
}

.container-8 {
    text-align: center;
}

.container-9 {
    text-align: center;
}

.image-13 {
    position: static;
    float: none;
    clear: none;
}

.welcomeimage {
    height: 540px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgba(0, 0, 0, 0.49)), color-stop(94%, hsla(0, 0%, 100%, 0))), url(/Content/Web/images/CARite-Financing-Leasing-Better-Cars1.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 22%, hsla(0, 0%, 100%, 0) 94%), url(/Content/Web/images/CARite-Financing-Leasing-Better-Cars1.jpg);
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.text-block-11 {
    margin-bottom: 10px;
    font-family: Raleway, sans-serif;
    color: #696e71;
    font-size: 15px;
    text-align: left;
}

.dealerlogin {
    margin-top: 50px;
}

.financeimages {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-10 {
    text-align: center;
}

.field-label-2 {
    text-align: left;
}

.field-label-3 {
    text-align: left;
}

.checkbox-label {
    text-align: left;
}

.checkbox-field {
    text-align: left;
}

.checkbox-field-2 {
    text-align: left;
}

.column-5 {
    text-align: left;
}

.column-6 {
    text-align: center;
}

.column-7 {
    text-align: center;
}

.slider {
    display: none;
    min-height: 500px;
}

.brand-slide {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
    text-align: center;
}

.feature {
    margin-left: 0px;
    padding: 20px 40px 30px;
    border: 1px none transparent;
    border-radius: 0px;
    background-color: transparent;
    text-align: center;
}

    .feature.bottomhalf {
        border-top-style: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .feature.whitefeat {
        background-color: #fff;
    }

.checkmark {
    margin-bottom: 10px;
    padding-left: 30px;
    background-image: url(/Content/Web/images/checkmark_yellow_22.png);
    background-position: 0% 4px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    list-style-type: none;
}

.list {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
}

.container-11 {
    margin-bottom: 10px;
    text-align: center;
}

.features-table {
    margin-bottom: 30px;
}

.container-12 {
    margin-bottom: 10px;
    text-align: center;
}

.rounded-image {
    border-radius: 20px;
}

.featuretopimage {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.featuretop {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    .featuretop._1 {
        height: 200px;
        background-image: url(/Content/Web/images/sell-1.jpg);
        background-position: 0px 0px;
        background-size: auto;
    }

        .featuretop._1.returns {
            background-image: url(/Content/Web/images/5DayReturns.jpg);
            background-position: 50% 50%;
            background-size: cover;
        }

        .featuretop._1.store {
            background-image: url(/Content/Web/images/carite-madison-heights-mi.jpg);
            background-position: 50% 50%;
            background-size: cover;
        }

        .featuretop._1.half {
            background-size: cover;
        }

    .featuretop._2 {
        height: 200px;
        background-image: url(/Content/Web/images/sell-2.jpg);
        background-position: 0px 0px;
        background-size: auto;
    }

        .featuretop._2.mechanical {
            background-image: url(/Content/Web/images/ServiceContract.jpg);
            background-position: 50% 50%;
            background-size: cover;
        }

        .featuretop._2.happycar {
            background-image: url(/Content/Web/images/carite-happy-car.jpg);
            background-position: 50% 50%;
            background-size: cover;
        }

        .featuretop._2.half {
            background-size: cover;
        }

    .featuretop._3 {
        height: 200px;
        background-image: url(/Content/Web/images/sell-3.jpg);
        background-position: 0px 0px;
        background-size: auto;
    }

        .featuretop._3.gap {
            background-image: url(/Content/Web/images/GAP.jpg);
            background-position: 50% 50%;
            background-size: cover;
        }

.container-13 {
    text-align: center;
}

.container-14 {
    text-align: center;
}

.left-separator {
    height: 5px;
    max-height: 5px;
    max-width: 50px;
    margin-bottom: 20px;
    background-color: #fc0;
}

.container-15 {
    text-align: center;
}

.image-21 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.quotesection {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.01);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url(/Content/Web/images/background_1.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url(/Content/Web/images/background_1.jpg);
    background-position: 0px 0px, 100% 23%;
    background-size: auto, cover;
}

.politics {
    margin-right: auto;
    margin-left: auto;
    padding: 20px 10px;
    text-align: center;
}

    .politics.trump {
        background-color: #1d93bb;
    }

    .politics.biden {
        background-color: #fd8e00;
    }

.biden {
    padding: 10px 20px 40px;
    border: 1px solid #e2eff8;
    border-radius: 20px;
    background-color: #fff;
}

    .biden.trump {
        padding-bottom: 20px;
        border: 1px solid #e2eff8;
        background-color: #fff;
    }

.container-16 {
    text-align: center;
}

.playvideo {
    border-radius: 12px;
}

.container-17 {
    text-align: center;
}

.greatdeal {
    margin-bottom: 20px;
}

.image-22 {
    min-width: 100%;
}

.servicecolumn {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(105, 110, 113, 0.21);
}

.columns {
    text-align: center;
}

.productlink {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

    .productlink:visited {
        color: #fff;
    }

.nav-mobile-button {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 32px;
    border-radius: 20px;
    background-color: #fcc304;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    font-family: Thicccboi, sans-serif;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

    .nav-mobile-button:hover {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

.main-navigation {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    border-bottom: 2px solid #ecf0f2;
    background-color: #fff;
}

.nav-line-current {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    width: 100%;
    height: 2px;
    background-color: #fcc304;
    opacity: 0;
}

    .nav-line-current.w--current {
        background-color: #fcc304;
        opacity: 1;
    }

.nav-left {
    background-color: transparent;
}

.burger-line {
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #111;
}

.nav-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 2%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-right {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-decoration: none;
}

.logo-2 {
    display: block;
    width: 115px;
    padding-right: 0px;
    padding-left: 0px;
}

.burger {
    position: relative;
    font-family: Thicccboi, sans-serif;
}

.nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
}

    .nav-link-2:active {
        background-color: transparent;
        color: #fcc304;
    }

    .nav-link-2.w--current {
        color: #fcc304;
    }

.logo-wrapper-2 {
    display: block;
}

.nav-menu-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 280px;
    min-height: 100%;
    margin-top: 0px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 2px solid #ecf0f2;
    background-color: #fff;
}

.burger-line-two {
    width: 24px;
    height: 2px;
    margin-top: 4px;
    background-color: #111;
}

.mobile-button-wrapper {
    display: block;
}

.nav-line {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 2px;
    background-color: #fcc304;
    opacity: 0;
}

    .nav-line.w--current {
        opacity: 1;
    }

.menu-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fcc304;
}

.nav-text.minormenu {
    color: #696e71;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    font-weight: 500;
}

.nav-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: Thicccboi, sans-serif;
}

    .nav-item:hover {
        color: #39b89a;
    }

    .nav-item.minormenu {
        color: #696e71;
    }

    .nav-item.minor {
        height: 40px;
    }

.menu-button {
    width: 80px;
    height: 100%;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: gold;
    cursor: pointer;
}

    .menu-button.w--open {
        padding-right: 0px;
        color: #111;
    }

.feature-row {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    .feature-row.care {
        margin-bottom: 40px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }

.title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.slide-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-transform: translate(-30px, -30px);
    -ms-transform: translate(-30px, -30px);
    transform: translate(-30px, -30px);
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-2 {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.testimonee-name {
    color: #111;
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page-wrapper {
    overflow: hidden;
}

.icon-3 {
    height: 80px;
    margin-bottom: 0px;
    text-align: left;
}

.intro-right {
    text-align: right;
}

.introcolumns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-icon {
    width: 24px;
}

.right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fcc304;
    -webkit-transform: translate(0px, -72px);
    -ms-transform: translate(0px, -72px);
    transform: translate(0px, -72px);
    color: #111;
    font-size: 20px;
    font-weight: 800;
}

.text-columns {
    margin-right: 20px;
    margin-left: 20px;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

.icon-div {
    max-height: 100px;
    min-height: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.hero-sub-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-top: 1px none #f8f8f8;
    border-bottom: 1px none #969696;
    font-family: Thicccboi, sans-serif;
    color: #111;
    font-size: 22px;
    font-weight: 500;
}

    .hero-sub-heading.mobileintro {
        display: none;
    }

    .hero-sub-heading.mainintro {
        padding-bottom: 0px;
        font-size: 22px;
        line-height: 1.6;
    }

.slide-image-mask {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 1px solid #000;
    border-radius: 8px;
}
.intro-left {
    text-align: left;
}
.feature-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.testimonial-top-text {
    font-family: Thicccboi, sans-serif;
    color: #111;
    font-size: 54px;
    line-height: 62px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -2px;
}

.container-testimonials {
    max-width: 1360px;
    min-height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
}

.testimonee-line {
    width: 40px;
    height: 4px;
    margin-right: 12px;
    background-color: #111;
}

.stackedbuttons {
    display: none;
}

.button-2 {
    padding: 12px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    background-color: #fcc304;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    font-family: Thicccboi, sans-serif;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
}

    .button-2:hover {
       /* -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);*/
    }

    .button-2.rightbtn {
        margin-left: 20px;
        background-color: #ecf0f2;
        font-size: 16px;
    }

    .button-2.yellowbg {
        background-color: #ecf0f2;
    }

.feature-column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.standard-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .standard-section.grey {
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #f8f8f8;
    }

    .standard-section.yellow {
        padding-top: 100px;
        padding-bottom: 60px;
        background-color: #fcc304;
    }

.testimonial-bottom-content {
    margin-top: 32px;
    margin-right: 100px;
}

.mask-2 {
    overflow: hidden;
}

.feature-image {
    width: 85%;
}

    .feature-image.gapex {
        display: none;
    }

    .feature-image.certified {
        width: auto;
    }

.slide-left {
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
}

.slide-content {
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.slide-right {
    position: relative;
}

.h2-heading {
    font-family: Thicccboi, sans-serif;
    color: #313131;
    font-weight: 900;
    letter-spacing: -1px;
}

.h2-heading.sectioncenter {
    margin-bottom: 40px;
    text-align: center;
}

.top-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Thicccboi, sans-serif;
    color: #fcc304;
    font-size: 13px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .top-text.yellowback {
        color: #313131;
    }

.hero-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-13 {
    font-size: 16px;
    font-weight: 700;
}

.slide-2 {
    margin-right: 40px;
}

.heading-10 {
    font-family: Thicccboi, sans-serif;
    letter-spacing: 0px;
}

    .heading-10.highlight {
        margin-bottom: 10px;
        text-align: center;
    }

.top-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Thicccboi, sans-serif;
    font-size: 14px;
}

.container-18 {
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
}

.feature-sub-text {
    font-family: Thicccboi, sans-serif;
    color: #313131;
    font-size: 18px;
    text-align: left;
}

    .feature-sub-text.disclaimer {
        font-size: 13px;
        line-height: 20px;
    }

.testimonee-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.homecarmobile {
    display: none;
}

.slide-nav-4 {
    display: none;
}

.top-line {
    width: 40px;
    height: 4px;
    margin-left: 8px;
    background-color: #fcc304;
}

    .top-line.backyellow {
        background-color: #313131;
    }

.testimonial-text {
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: Thicccboi, sans-serif;
    color: #313131;
    font-size: 18px;
    font-weight: 500;
}

    .testimonial-text.credit {
        margin-bottom: 40px;
    }

.left-arrow-2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fcc304;
    color: #111;
    font-size: 20px;
}

.h1-heading {
    font-family: Thicccboi, sans-serif;
    color: #000;
    font-size: 50px;
    line-height: 62px;
    font-weight: 900;
    letter-spacing: -1px;
}

.section-testimonials {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ecf0f2;
}

.feature-column-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .feature-column-left.certified {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.footer-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
    padding: 120px 5% 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-bottom-link {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

    .footer-bottom-link:hover {
        color: #fcc304;
    }

.footer-top {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 49px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 1fr 0.25fr 0.25fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.slash {
    margin-right: 10px;
    margin-left: 10px;
    color: #111;
}

.social-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fcc304;
    -webkit-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
}

.social-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #111;
    border-radius: 50%;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
}

    .social-icon-wrapper:hover {
        border-color: #fcc304;
    }

.social-wrapper-2 {
    display: -ms-grid;
    display: grid;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer-column {
    font-family: Thicccboi, sans-serif;
    text-decoration: none;
}

.social-icon-image {
    width: 20px;
}

.standard-footer {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.footer-heading {
    margin-bottom: 20px;
    font-family: Thicccboi, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-link {
    display: block;
    margin-bottom: 16px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: Thicccboi, sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

    .footer-link:hover {
        color: #fcc304;
    }

    .footer-link.w--current {
        color: #fcc304;
    }

    .footer-link.termlink {
        font-size: 13px;
        text-decoration: underline;
    }

.footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}

.footer-bottom-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Thicccboi, sans-serif;
    font-weight: 600;
}

.heading-columns {
    font-family: Thicccboi, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize;
}

.listgroup {
    padding-left: 10px;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.list-standard {
    padding-bottom: 10px;
    padding-left: 30px;
    background-image: url(/Content/Web/images/checkmark_yellow_22.png);
    background-position: 0px 5px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    text-align: left;
    list-style-type: none;
}

.tirewheel {
    display: none;
}

.image-23 {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
}

.div-block-5 {
    text-align: center;
}

.career {
    width: auto;
}

.container-19 {
    font-family: Thicccboi, sans-serif;
    font-weight: 500;
}

.menuseparator {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: hsla(0, 0%, 76.5%, 0.63);
}

.formfield {
    border-radius: 20px;
}

.text-field-3 {
    border-radius: 20px;
}

.form-block {
    margin-top: 20px;
}

.paragraph-7 {
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
}

.container-20 {
    text-align: center;
}

.container-21 {
    text-align: center;
}

.columns-2 {
    margin-bottom: 40px;
}

.column-9 {
    text-align: left;
}

.column-10 {
    text-align: left;
}

.phone-class {
    margin-right: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.phonelinkblock {
    text-decoration: none;
}

.phonebuttononlin {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.image-24 {
    display: block;
}

.image-25 {
    margin-right: 10px;
}
.paragraph-8 {
    font-family: Thicccboi, sans-serif;
    text-align: center;
}

html.w-mod-js *[data-ix="text-wrapper"] {
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="move-contact"] {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="scorll-from-left"] {
    opacity: 0;
    -webkit-transform: translate(-75px, 0px);
    -ms-transform: translate(-75px, 0px);
    transform: translate(-75px, 0px);
}

html.w-mod-js *[data-ix="scorll-from-right"] {
    opacity: 0;
    -webkit-transform: translate(75px, 0px);
    -ms-transform: translate(75px, 0px);
    transform: translate(75px, 0px);
}

html.w-mod-js *[data-ix="move-text-slider"] {
    opacity: 0;
    -webkit-transform: translate(0px, -52px);
    -ms-transform: translate(0px, -52px);
    transform: translate(0px, -52px);
}

html.w-mod-js *[data-ix="move-text-slider-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, -52px);
    -ms-transform: translate(0px, -52px);
    transform: translate(0px, -52px);
}

html.w-mod-js *[data-ix="move-text-slider-3"] {
    opacity: 0;
    -webkit-transform: translate(0px, -52px);
    -ms-transform: translate(0px, -52px);
    transform: translate(0px, -52px);
}

html.w-mod-js *[data-ix="move-button-slidee"] {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(1.23, 1.23);
    -ms-transform: scale(1.23, 1.23);
    transform: scale(1.23, 1.23);
}

html.w-mod-js *[data-ix="activate-tab"] {
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .button.btn-white.homebutton.btn1.btnbar.phonetable {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .navigation {
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        z-index: 1001;
        overflow: visible;
        margin-bottom: -6px;
        box-shadow: 0 0 6px 0 #696e71;
    }

        .navigation.acctpg {
            position: fixed;
            left: 0px;
            top: 0px;
            right: 0px;
        }

    .nav-link {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 29px;
        padding-bottom: 29px;
        padding-left: 22px;
    }

        .nav-link.w--current {
            background-color: #31aae2;
            color: #fff;
        }

    .banner {
        z-index: 1;
    }

        .banner.faqpage {
            height: 450px;
        }

    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .section.gray {
            padding-right: 25px;
            padding-left: 25px;
        }

            .section.gray.s-pages {
                padding-right: 0px;
                padding-left: 0px;
            }

                .section.gray.s-pages.newpic {
                    padding-right: 0px;
                    padding-left: 0px;
                }

                    .section.gray.s-pages.newpic.contacpg {
                        padding-right: 0px;
                        padding-left: 0px;
                    }

                    .section.gray.s-pages.newpic.blogpage {
                        padding-right: 0px;
                        padding-left: 0px;
                    }

                .section.gray.s-pages.leaseend {
                    padding-right: 0px;
                    padding-left: 0px;
                }

                .section.gray.s-pages.maintain {
                    padding-right: 0px;
                    padding-left: 0px;
                }

            .section.gray.privacybanner {
                padding-top: 0px;
                padding-right: 0px;
                padding-left: 0px;
            }

    .portfolio-item {
        width: 50%;
    }

    .nav-menu {
        position: absolute;
        z-index: 400;
        background-color: #f9f9f9;
    }

    .project-div {
        width: 48.9%;
    }

    .hamburger {
        margin-top: 16px;
        background-color: #f9f9f9;
    }

        .hamburger.w--open {
            background-color: #31aae2;
        }

    .div-spc {
        padding-right: 20px;
        padding-left: 20px;
    }

        .div-spc.right-table {
            margin-top: 19px;
        }

    .headercontainer {
        margin-top: 100px;
    }

        .headercontainer.quicklinkshome {
            margin-top: 40px;
        }

        .headercontainer.britespothead {
            margin-top: 40px;
        }

        .headercontainer.faqhead {
            margin-top: 75px;
        }

    .logo-head {
        margin-top: 6px;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 12px;
    }

    .sectionhead.barhead {
        margin-top: 10px;
    }

        .sectionhead.barhead.rable {
            font-size: 16px;
        }

        .sectionhead.barhead.separatortag {
            line-height: 30px;
        }

    .rightcolumn {
        padding-right: 30px;
    }

    .benefitscol {
        padding-right: 15px;
        padding-left: 15px;
    }

    .descriptorrow {
        margin-left: 10px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .paragraph {
        font-size: 16px;
    }

        .paragraph.longtext {
            font-size: 16px;
            line-height: 25px;
        }

        .paragraph.tabletext1 {
            text-align: center;
        }

            .paragraph.tabletext1.how-we-approve {
                text-align: justify;
            }

        .paragraph.centered {
            text-align: center;
        }

            .paragraph.centered.yesmeans {
                font-size: 16px;
                line-height: 25px;
            }

        .paragraph.reviewexample {
            font-size: 16px;
        }

    .sliderhead {
        font-size: 35px;
    }

    .leftimage {
        margin-right: 12px;
        padding-right: 28px;
    }

    .dropdownlink {
        color: #292929;
    }

        .dropdownlink:hover {
            color: #fff;
        }

        .dropdownlink.w--current {
            z-index: 1500;
        }

    .navlink {
        position: relative;
        display: block;
        width: 100%;
        max-width: none;
        margin: 15px auto 0px;
        padding-top: 0px;
        padding-right: 40px;
        padding-bottom: 15px;
        clear: none;
        border-top: 0px none transparent;
        border-bottom: 1px solid #ccc;
        color: #282828;
        text-decoration: none;
    }

        .navlink:hover {
            border-top: 0px none transparent;
            border-bottom: 1px solid #ccc;
            color: #000;
            font-weight: 700;
        }

        .navlink.w--current {
            position: relative;
            display: block;
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            padding-bottom: 15px;
            border-top: 1px none #ccc;
            border-bottom-style: none;
            border-bottom-width: 1px;
            color: #282828;
        }

        .navlink.w--open {
            position: static;
            overflow: visible;
            font-weight: 700;
        }

            .navlink.w--open:hover {
                border-top-width: 0px;
            }

        .navlink.endlink {
            border-bottom-color: #fff;
        }

        .navlink.homelink {
            display: inline-block;
        }

    .rotated {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .menubox {
        margin-top: 0px;
    }

        .menubox.w--open {
            position: relative;
            float: right;
            background-color: hsla(0, 0%, 80%, 0.5);
        }

            .menubox.w--open:hover {
                float: right;
                background-color: transparent;
            }

    .fulldrop {
        z-index: 1001;
        display: block;
        overflow: auto;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        float: right;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
    }

    .dropdownbox {
        padding-left: 32px;
        background-color: #fff;
    }

    .dropdownlist.w--open {
        padding-left: 20px;
        background-color: #fff;
    }

    .iconarrow {
        margin-top: 10px;
    }

    .section-bluetwocolumn {
        padding-right: 20px;
        padding-left: 20px;
    }

        .section-bluetwocolumn.picbackground {
            padding-top: 50px;
            padding-bottom: 50px;
        }

    .icon {
        border: 1px none #000;
    }

    .paymentsection {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .articlediv {
        margin-top: 20px;
    }

    .faqcontainer {
        position: relative;
        z-index: 1;
    }

    .faqquestiongroup {
        position: relative;
        z-index: 0;
    }

    .st-default-search-input.searchbutton {
        position: static;
        float: none;
        clear: left;
        text-align: left;
    }

    .wrapper {
        display: block;
        width: auto;
        margin-bottom: 16px;
        padding-left: 22px;
        float: none;
        clear: none;
        text-align: left;
    }

    .myaccount {
        position: relative;
        margin-right: 20px;
        border-bottom-style: solid;
        border-bottom-color: #ccc;
    }

    .appheader {
        margin-top: 38px;
        padding-top: 51px;
    }

    .approvalformdiv {
        margin: 0px;
        padding-top: 50px;
    }

    .tab-link {
        min-width: 125px;
    }

    .vehicles {
        text-align: center;
    }

    .welcomesection {
        padding-top: 50px;
    }

    .section-standard.feedback {
        padding-right: 50px;
        padding-left: 50px;
    }

    .section-standard.firstsection.headersection {
        background-image: url(/Content/Web/images/Products-BG-blank.png);
        background-position: 100% 0%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .section-blueseparator.announce {
        padding-right: 50px;
        padding-left: 50px;
    }

        .section-blueseparator.announce.cooloptions {
            padding-right: 50px;
            padding-left: 50px;
        }

            .section-blueseparator.announce.cooloptions.trumpy {
                padding-bottom: 30px;
            }

    .section-brandheader {
        padding-bottom: 35px;
    }

    .table-split.payments {
        padding-right: 10px;
    }

    .introsection {
        height: 400px;
        background-color: transparent;
        background-image: url(/Content/Web/images/WelcomeCARiteHomeA.jpg);
        background-position: 100% 50%;
        background-size: cover;
    }

    .videotablesummary {
        padding-right: 100px;
        padding-left: 100px;
    }

    .tablebluetwo {
        margin-right: 50px;
        margin-left: 50px;
        padding-left: 0px;
    }

    .presentation {
        min-height: 400px;
    }

    .loudannounce.phoneannounce {
        font-family: Thicccboi, sans-serif;
        font-size: 20px;
    }

    .dropdown-2 {
        display: block;
        width: 100%;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .dropdown-3 {
        display: block;
        width: 100%;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .dropdown-4 {
        width: 100%;
        max-width: none;
    }

    .checkbox-field {
        text-align: left;
    }

    .checkbox-field-2 {
        text-align: left;
    }

    .column-4 {
        display: none;
    }

    .slider {
        display: none;
    }

    .feature {
        height: 450px;
        margin-bottom: 30px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

        .feature.bottomhalf {
            height: 250px;
        }

            .feature.bottomhalf.protect {
                height: auto;
            }

        .feature.whitefeat.service {
            height: 300px;
        }

        .feature.about {
            height: auto;
        }

    .checkmark {
        font-size: 16px;
        line-height: 25px;
    }

    .features-table {
        margin-bottom: 10px;
    }

    .biden {
        padding-bottom: 30px;
    }

    .column-8 {
        display: none;
    }

    .burger-line {
        background-color: #111;
    }

    .nav-container {
        height: 60px;
        padding-right: 0px;
        padding-left: 20px;
    }

    .nav-right {
        z-index: 999;
        height: 100%;
    }

    .logo-2 {
        width: 120px;
    }

    .nav-link-2 {
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .nav-link-2:active {
            color: #fcc304;
        }

    .nav-menu-2 {
        position: fixed;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        width: 100%;
        max-width: 280px;
        min-height: 100%;
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-left: 2px solid #ecf0f2;
        background-color: #fff;
    }

    .burger-line-two {
        background-color: #111;
    }

    .mobile-button-wrapper {
        display: block;
        margin-top: 20px;
    }

    .nav-line {
        background-color: #ecf0f2;
        opacity: 1;
    }

    .menu-button-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-item {
        height: 60px;
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .menu-button {
        width: 60px;
        height: 100%;
        padding: 0px;
        background-color: #fcc304;
        color: #111;
    }

        .menu-button.w--open {
            padding-right: 0px;
            background-color: #fcc304;
        }

    .feature-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .slide-image {
        left: 50%;
        max-width: 500px;
        border-radius: 0px;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        -o-object-position: 50% 25%;
        object-position: 50% 25%;
    }

    .intro-right {
        display: none;
        margin-top: 40px;
        text-align: center;
    }

    .introcolumns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .right-arrow {
        left: 110px;
        top: auto;
        right: auto;
        bottom: 0%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .text-columns {
        margin-right: 10px;
        margin-left: 10px;
    }

    .slide-image-mask {
        height: auto;
        min-height: 500px;
        border-style: none;
        border-radius: 0px;
        background-color: transparent;
    }

    .intro-left {
        text-align: center;
    }

    .testimonial-top-text {
        font-size: 40px;
        line-height: 48px;
    }

    .container-testimonials {
        padding-right: 0px;
        padding-left: 0px;
    }

    .stackedbuttons {
        display: none;
    }

    .standard-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .testimonial-bottom-content {
        margin-top: 24px;
        margin-right: 0px;
    }

    .feature-image.gapex {
        display: none;
    }

    .slide-left {
        padding-top: 0px;
        padding-left: 0px;
    }

    .slide-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .slide-right {
        padding-right: 40px;
        padding-left: 40px;
    }

    .hero-button-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slide-2 {
        padding-bottom: 100px;
    }

    .top-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 14px;
        text-align: left;
    }

        .top-wrapper.pre-head {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: left;
        }

    .container-18 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .homecarmobile {
        display: inline-block;
        width: 300px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .testimonial-text {
        max-width: 560px;
    }

    .left-arrow-2 {
        left: 40px;
        top: auto;
        right: auto;
        bottom: 0%;
    }

    .h1-heading {
        font-size: 46px;
        letter-spacing: -1px;
    }

    .section-testimonials {
        padding: 20px 20px 100px;
    }

    .footer-container {
        padding-top: 100px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .footer-top {
        grid-column-gap: 60px;
    }

    .social-wrapper-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        grid-auto-columns: 1fr;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .footer-bottom {
        display: block;
        text-align: center;
    }

    .listgroup {
        padding-left: 10px;
    }

    .phone-class {
        display: none;
    }

    .phonebuttononlin {
        display: block;
        margin-right: 20px;
    }

    .image-24 {
        display: block;
    }

    .paragraph-8 {
        display: inline-block;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .div-block-6 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    .button.btn-white.homebutton.btn1.left {
        float: none;
    }

    .button.btn-white.homebutton.btn1.btnbar.phonetable {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .button.btn-white.yellow {
        clear: left;
    }

        .button.btn-white.yellow.phonehome.vote {
            display: block;
        }

    .navigation {
        z-index: 1001;
        height: 74px;
        border-top-style: none;
        background-color: #fff;
    }

        .navigation.acctpg {
            position: fixed;
            left: 0px;
            top: 0px;
            right: 0px;
        }

    .banner {
        height: 550px;
        background-color: #fff;
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .section.gray.s-pages.newpic.blogpage {
            height: 300px;
        }

    .row {
        display: block;
    }

    .box-div.box-div-more {
        margin-left: 6px;
    }

    .li {
        padding-left: 0px;
        background-image: none;
    }

        .li.seecars {
            display: block;
            margin-right: auto;
            margin-left: auto;
            text-align: center;
        }

    .div-center {
        margin-bottom: 50px;
    }

    .arrow {
        display: none;
    }

    .white {
        font-size: 18px;
        line-height: 28px;
    }

    .logo-wrapper {
        width: 33.333%;
        text-align: center;
    }

    .team-wrapper-2 {
        margin-right: 115px;
        margin-left: 115px;
    }

    .div-in {
        float: none;
    }

    .go-top {
        float: none;
    }

    .pricing {
        margin-right: 28px;
        margin-left: 28px;
    }

    .project-div {
        width: 48.5%;
    }

    .white-c {
        font-size: 39px;
    }

    .text-banner {
        margin-top: 94px;
    }

    .contact-wrapper {
        display: none;
    }

    .hamburger {
        position: static;
        overflow: visible;
        margin-top: 25px;
        margin-right: 14px;
        float: right;
    }

    .div-spc {
        margin-bottom: 0px;
        padding: 20px;
    }

        .div-spc.center {
            text-align: center;
        }

        .div-spc.right-table {
            text-align: left;
        }

        .div-spc.left-table {
            text-align: center;
        }

    .headercontainer {
        margin-top: 50px;
    }

        .headercontainer.quicklinkshome {
            margin-top: 0px;
        }

    .footertext {
        text-align: center;
    }

    .footersub {
        text-align: center;
    }

    .logo-head {
        margin-top: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .sectionhead.barhead.rable {
        padding-right: 0px;
        padding-left: 0px;
    }

    .sectionhead.barhead.separatortag {
        line-height: 30px;
    }

    .rightcolumn {
        display: block;
        padding-right: 50px;
        padding-left: 50px;
        text-align: center;
    }

    .addresscol {
        text-align: center;
    }

    .normalwear.team-wrapper-2 {
        margin-bottom: 25px;
    }

    .paragraph {
        padding-right: 50px;
        padding-left: 50px;
    }

        .paragraph.quicklinkspara {
            margin-right: 30px;
            margin-left: 30px;
            padding-right: 10px;
            padding-left: 10px;
        }

        .paragraph.longtext {
            padding-right: 0px;
            padding-left: 0px;
        }

            .paragraph.longtext.special-center {
                text-align: center;
            }

        .paragraph.tabletext1.how-we-approve {
            text-align: justify;
        }

        .paragraph.reviewexample {
            font-size: 16px;
        }

    .heading5.rable {
        padding-right: 0px;
        padding-left: 0px;
    }

        .heading5.rable.special-center {
            text-align: center;
        }

    .heading5.tiletext {
        margin-bottom: 40px;
        color: #fff;
        text-decoration: none;
    }

    .sliderhead {
        font-size: 25px;
    }

    .menu-container {
        margin-top: 10px;
    }

    .navlink {
        margin-bottom: 0px;
    }

        .navlink.w--current {
            border-top-style: none;
        }

        .navlink.w--open {
            font-weight: 700;
        }

    .menubox {
        margin-top: 0px;
        margin-right: 16px;
    }

    .fulldrop {
        margin-bottom: 0px;
    }

    .section-bluetwocolumn.picbackground {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
    }

    .quicklinksblock.header.existnig.block1 {
        background-color: rgba(0, 0, 0, 0.45);
    }

    .quicklinksblock.header.existnig.block2 {
        border-bottom-color: #0054a0;
        background-color: rgba(0, 84, 160, 0.6);
    }

    .quicklinksblock.header.existnig.block3 {
        background-color: rgba(230, 191, 23, 0.5);
    }

    .articlediv {
        margin-right: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .mobilewelcome {
        display: block;
        margin-top: 25px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 75px;
        padding-left: 75px;
    }

    .st-default-search-input.searchbutton {
        max-width: 215px;
    }

    .wrapper {
        padding-left: 0px;
        text-align: center;
    }

    .form {
        max-width: 215px;
    }

    .myaccount {
        margin-right: 0px;
    }

    .slide1 {
        background-color: transparent;
    }

    .appheader {
        margin-top: 0px;
    }

    .approvalformdiv {
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .phonebrand {
        padding-bottom: 1px;
        padding-left: 12px;
    }

    .tab-link {
        min-width: 125px;
    }

        .tab-link.w--current {
            min-width: 125px;
        }

    .vehicles {
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }

    .welcomesection {
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/Content/Web/images/CARite-Financing-Leasing-Better-Cars1.jpg);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/Content/Web/images/CARite-Financing-Leasing-Better-Cars1.jpg);
    }

    .welcomesubheader {
        font-size: 20px;
    }

    .row-2 {
        padding-right: 70px;
        padding-left: 70px;
    }

    .tabarrow {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        margin: 0px auto -11px;
    }

    .phonelink {
        margin-top: -10px;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-right: 12px;
        padding-bottom: 10px;
        background-color: hsla(0, 0%, 100%, 0.85);
    }

    .section-standard.firstsection {
        margin-top: 60px;
    }

        .section-standard.firstsection.headersection {
            background-position: 50% 0%;
        }

    .section-blueseparator.awards {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
    }

    .section-blueseparator.announce {
        padding-right: 35px;
        padding-left: 35px;
    }

        .section-blueseparator.announce.cooloptions {
            padding-right: 50px;
            padding-left: 50px;
        }

            .section-blueseparator.announce.cooloptions.trumpy {
                padding-right: 20px;
                padding-left: 20px;
            }

    .section-brandheader {
        padding-top: 95px;
    }

    .line-separator.sectionheading.sentra {
        display: block;
        margin-bottom: 20px;
    }

    .table-split.payments {
        padding-right: 10px;
    }

    .tableimage {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        text-align: center;
    }

    .introsection {
        height: 400px;
        margin-top: 60px;
        background-position: 50% 50%;
    }

    .centered {
        max-width: 100%;
    }

    .presentation {
        min-height: 310px;
    }

    .column {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .tilelink {
        min-height: 80%;
        min-width: 80%;
        background-color: #2394bc;
    }

    .column-2 {
        text-align: center;
    }

    .loudannounce.phoneannounce.leftheading.special-center {
        text-align: center;
    }

    .financeimages.votecars {
        display: inline;
    }

    .checkbox-field {
        text-align: left;
    }

    .checkbox-field-2 {
        text-align: left;
    }

    .slider {
        display: block;
        min-height: 575px;
    }

    .icon-2.sliderfont {
        color: #31aae2;
    }

    .icon-2.sliderfontleft {
        color: #31aae2;
    }

    .feature {
        height: auto;
        margin-bottom: 30px;
        padding-right: 60px;
        padding-left: 60px;
    }

        .feature.bottomhalf {
            height: auto;
        }

        .feature.whitefeat.service {
            height: auto;
        }

    .checkmark {
        font-size: 16px;
    }

    .features-table {
        margin-bottom: 10px;
    }

    .featuretopimage {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .featuretop {
        height: 250px;
        background-image: url(/Content/Web/images/sell-3.jpg);
        background-position: 0px 0px;
        background-size: cover;
    }

        .featuretop._1 {
            background-size: cover;
        }

        .featuretop._2 {
            background-size: cover;
        }

        .featuretop._3 {
            background-size: cover;
        }

    .left-separator.sentraleft {
        display: none;
    }

    .quotesection {
        background-color: rgba(0, 0, 0, 0.88);
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url(/Content/Web/images/background_1.jpg);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(/Content/Web/images/background_1.jpg);
        background-position: 0px 0px, 100% 0%;
        background-size: auto, cover;
    }

    .biden {
        padding-bottom: 40px;
    }

    .image-22 {
        min-width: 75%;
        text-align: center;
    }

    .logo-2 {
        width: 110px;
    }

    .burger {
        position: relative;
    }

    .menu-button-container {
        position: relative;
    }

    .feature-row {
        grid-row-gap: 60px;
    }

    .slide-image {
        max-width: 400px;
    }

    .text-columns {
        margin-bottom: 40px;
    }

    .slide-image-mask {
        min-height: 400px;
        background-color: transparent;
    }

    .intro-left {
        text-align: center;
    }

    .stackedbuttons {
        display: none;
    }

    .standard-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .feature-image.gapex {
        display: none;
    }

    .top-wrapper.pre-head {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .homecarmobile {
        display: inline-block;
        width: 50%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .h1-heading {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -1px;
    }

    .section-testimonials {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-container {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .footer-top {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        grid-auto-columns: auto;
        grid-column-gap: 40px;
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    }

    .footer-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-bottom-links {
        width: 100%;
        margin-top: 24px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .listgroup {
        padding-left: 10px;
    }

    .container-19 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .phonebuttononlin {
        margin-right: 10px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        margin-bottom: 0px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 18px;
    }

    .button.btn-white.yellow.action {
        min-width: 120px;
    }

    .button.btn-white.yellow.phonehome {
        min-width: 105px;
    }

    .button.btn-white.homesmallbtn {
        margin-bottom: 5px;
    }

    .navigation {
        margin-bottom: 0px;
    }

        .navigation.acctpg {
            position: fixed;
            left: 0px;
            top: 0px;
            right: 0px;
        }

    .banner {
        position: static;
        overflow: hidden;
        height: 550px;
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .section.gray.s-pages {
            height: 550px;
            padding: 0px;
        }

            .section.gray.s-pages.newpic.blogpage {
                height: 250px;
            }

            .section.gray.s-pages.leaseend {
                background-image: url(/Content/Web/images/shutterstock_230065.jpg);
                background-position: 0px 50%;
                background-size: cover;
            }

    .row {
        display: block;
    }

    .box-div {
        margin-top: 10px;
    }

        .box-div.box-div-more {
            margin-top: 20px;
            margin-right: 6px;
        }

    .li {
        padding-left: 0px;
    }

    .blue {
        font-size: 16px;
    }

    .portfolio-item {
        width: 100%;
    }

    .arrow {
        display: none;
    }

    .white {
        font-size: 17px;
    }

    .logo-wrapper {
        width: 50%;
    }

    .team-wrapper-2 {
        margin-right: 0px;
        margin-left: 0px;
    }

    .project-div {
        width: 100%;
    }

    .white-c {
        font-size: 23px;
        line-height: 20px;
    }

    .blu-light {
        font-size: 17px;
    }

    .text-banner {
        margin-top: 7px;
    }

    .contact-wrapper {
        right: 10px;
        bottom: 10px;
    }

    .hamburger {
        margin-top: 25px;
    }

    .div-spc {
        padding: 10px 20px;
        text-align: center;
    }

    .headercontainer {
        overflow: hidden;
        margin-top: 50px;
        margin-bottom: 50px;
    }

        .headercontainer.quicklinkshome {
            margin-bottom: 10px;
        }

    .logo-head {
        margin-top: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 13px;
    }

    .sectionhead.barhead {
        font-size: 16px;
    }

        .sectionhead.barhead.rable {
            padding-right: 0px;
            padding-left: 0px;
            font-size: 12px;
            text-align: center;
        }

        .sectionhead.barhead.separatortag {
            line-height: 30px;
        }

    .rightcolumn {
        padding-right: 10px;
        padding-left: 10px;
    }

    .benefitscol {
        position: relative;
    }

    .paragraph {
        margin-bottom: 0px;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }

        .paragraph.longtext {
            margin-bottom: 15px;
            padding-right: 0px;
            padding-left: 0px;
            font-size: 16px;
            line-height: 25px;
        }

            .paragraph.longtext.alignmiddle {
                text-align: center;
            }

            .paragraph.longtext.special-center {
                text-align: center;
            }

        .paragraph.tabletext1.how-we-approve {
            text-align: justify;
        }

        .paragraph.centered.serviceprice {
            margin-bottom: 10px;
        }

        .paragraph.centered.yesmeans {
            margin-bottom: 17px;
            font-size: 16px;
            line-height: 25px;
        }

        .paragraph.centered.slidesubhead {
            margin-bottom: 20px;
        }

        .paragraph.centered.vote {
            margin-bottom: 20px;
        }

        .paragraph.reviewexample {
            font-size: 16px;
        }

        .paragraph.spacedlow {
            margin-bottom: 17px;
        }

    .heading5.rable {
        padding-right: 0px;
        padding-left: 0px;
        text-align: left;
    }

    .sliderhead {
        overflow: hidden;
        margin-top: 60px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 22px;
    }

    .dropdownlink {
        text-transform: capitalize;
    }

        .dropdownlink:hover {
            color: #282828;
        }

    .navlink.w--current {
        position: static;
        border-top-style: none;
        color: #0054a0;
        text-transform: uppercase;
    }

    .navlink.w--open {
        border-top-width: 0px;
    }

    .rotated {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .menubox {
        margin-top: -5px;
        margin-right: 15px;
    }

        .menubox.w--open {
            position: static;
            overflow: hidden;
            float: right;
            text-align: right;
        }

            .menubox.w--open:active {
                margin-right: 15px;
            }

    .fulldrop {
        position: absolute;
        overflow: visible;
        background-color: #fff;
    }

    .section-bluetwocolumn {
        padding-right: 15px;
        padding-left: 15px;
    }

        .section-bluetwocolumn.picbackground {
            padding-right: 30px;
            padding-left: 30px;
        }

    .icon {
        color: #696e71;
    }

    .paymentsection {
        position: static;
        overflow: hidden;
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .quicklinksblock.header.existnig.block1 {
        margin-bottom: 0px;
        border-bottom-color: #000;
        background-color: rgba(0, 0, 0, 0.45);
    }

    .articlediv {
        margin-bottom: 20px;
    }

    .mobilewelcome {
        margin-top: 0px;
        padding-right: 50px;
        padding-left: 50px;
    }

    .st-default-search-input.searchbutton.faqheader {
        font-weight: 600;
    }

    .rightarrow {
        margin-right: -15px;
        padding-right: 0px;
    }

    .slide1 {
        margin-top: 0px;
        background-color: transparent;
    }

    .leftarrow {
        margin-left: -15px;
    }

    .appheader {
        margin-top: -5px;
        padding-top: 49px;
    }

    .approvalformdiv {
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding: 25px 0px;
    }

    .tabs-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 12px;
    }

    .tab-link {
        min-width: 100px;
    }

        .tab-link.w--current {
            min-width: 100px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
            flex: 0 auto;
        }

    .tab-link-2 {
        min-width: 100px;
    }

    .tab-link-3 {
        text-align: center;
    }

    .vehicles {
        display: block;
        padding-right: 10px;
        padding-left: 10px;
    }

    .welcomesection {
        padding-top: 50px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(/Content/Web/images/CARite-Financing-Leasing-Better-Cars1.jpg);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/Content/Web/images/CARite-Financing-Leasing-Better-Cars1.jpg);
        background-position: 0px 0px, 50% 0px;
    }

    .welcomesubheader {
        font-size: 15px;
    }

    .footerparagraph {
        padding-right: 20px;
        padding-left: 20px;
    }

    .calltoaction {
        padding-right: 5px;
        padding-left: 5px;
    }

    .row-2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-fourcolumn {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .section-tabs {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section-standard.feedback {
        padding: 30px;
    }

    .section-standard.firstsection.headersection {
        background-image: url(/Content/Web/images/Products-BG-blank.png);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .section-blueseparator.awards {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
    }

    .section-blueseparator.announce.cooloptions {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-brandheader {
        padding-top: 85px;
    }

    .header-tagline1 {
        font-size: 18px;
    }

    .line-separator.sectionheading {
        margin-bottom: 40px;
    }

    .table-split.payments {
        padding-right: 10px;
        padding-left: 10px;
    }

    .introsection {
        height: 450px;
        background-position: 70% 50%;
        background-size: cover;
    }

    .separator-blueactioncall {
        padding-right: 20px;
        padding-left: 20px;
    }

    .centered {
        max-width: 100%;
    }

    .loudannounce.phoneannounce {
        margin-bottom: 10px;
        font-size: 23px;
    }

        .loudannounce.phoneannounce.leftaligned {
            text-align: center;
        }

        .loudannounce.phoneannounce.leftheading {
            text-align: left;
        }

            .loudannounce.phoneannounce.leftheading.special-center {
                text-align: center;
            }

            .loudannounce.phoneannounce.leftheading.productpagehead {
                line-height: 40px;
                white-space: normal;
            }

    .image-14 {
        clear: none;
    }

    .financeimages {
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .slider {
        display: block;
        min-height: 670px;
    }

    .brand-slide {
        padding-right: 20px;
        padding-left: 20px;
    }

    .icon-2 {
        border-radius: 0px;
        background-color: transparent;
        opacity: 1;
    }

        .icon-2.sliderfont {
            margin-right: 0px;
            margin-left: 40px;
            padding-left: 0px;
            color: #2695bd;
        }

        .icon-2.sliderfontleft {
            margin-right: 40px;
            padding-right: 40px;
            color: #2695bd;
        }

    .slide-nav-3 {
        background-color: transparent;
    }

    .feature {
        padding-right: 40px;
        padding-left: 40px;
    }

        .feature.bottomhalf {
            padding-right: 30px;
            padding-left: 30px;
        }

        .feature.whitefeat {
            padding-right: 20px;
            padding-left: 20px;
        }

        .feature.about {
            padding-right: 20px;
            padding-left: 20px;
        }

    .checkmark {
        line-height: 25px;
    }

    .image-15 {
        max-width: none;
    }

    .image-16 {
        max-width: none;
    }

    .image-17 {
        max-width: none;
    }

    .image-18 {
        max-width: none;
    }

    .image-19 {
        max-width: none;
    }

    .image-20 {
        max-width: none;
    }

    .left-separator {
        position: static;
        display: block;
        -o-object-fit: fill;
        object-fit: fill;
    }

    .quotesection {
        padding-right: 20px;
        padding-left: 20px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url(/Content/Web/images/background_1.jpg);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url(/Content/Web/images/background_1.jpg);
        background-position: 0px 0px, 100% 50%;
        background-size: auto, cover;
    }

    .biden {
        padding-bottom: 22px;
    }

    .image-22 {
        margin-bottom: 31px;
    }

    .productcontain {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: hsla(0, 0%, 100%, 0.78);
        text-align: left;
    }

    .nav-container {
        padding-left: 20px;
    }

    .logo-2 {
        width: 110px;
    }

    .feature-row {
        grid-row-gap: 40px;
    }

    .title-wrapper {
        margin-bottom: 20px;
    }

    .slide-image {
        max-width: 300px;
    }

    .slider-2 {
        text-align: left;
    }

    .icon-3 {
        height: 75px;
    }

    .intro-right {
        padding-right: 0px;
        padding-left: 0px;
    }

    .introcolumns {
        display: block;
    }

    .slider-icon {
        width: 20px;
    }

    .right-arrow {
        left: 70px;
        width: 40px;
        height: 40px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .hero-sub-heading {
        font-size: 18px;
    }

        .hero-sub-heading.mobileintro {
            display: inline-block;
            padding-bottom: 0px;
        }

        .hero-sub-heading.mainintro {
            display: none;
        }

    .slide-image-mask {
        min-height: 240px;
    }

    .intro-left {
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
    }

    .testimonial-top-text {
        font-size: 32px;
        line-height: 40px;
    }

    .stackedbuttons {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .phonestackbutton {
        width: 100%;
        margin-bottom: 20px;
    }

    .button-2 {
        width: 100%;
        clear: none;
        text-align: center;
    }

        .button-2.rightbtn {
            display: block;
            margin-left: 0px;
            clear: none;
        }

    .standard-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .standard-section.grey {
            padding-top: 80px;
            padding-bottom: 80px;
        }

    .mask-2 {
        text-align: center;
    }

    .feature-image.gapex {
        text-align: center;
    }

    .slide-content {
        grid-row-gap: 40px;
    }

    .slide-right {
        padding-right: 20px;
        padding-left: 20px;
    }

    .h2-heading {
        text-align: left;
    }
    .top-text {
        font-size: 11px;
    }

    .hero-button-wrapper {
        display: none;
        overflow: visible;
        clear: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .hero-button-wrapper.altopen {
            display: -ms-grid;
            display: grid;
            grid-auto-columns: 1fr;
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            -ms-grid-rows: auto auto;
            grid-template-rows: auto auto;
        }

            .hero-button-wrapper.altopen.onebutton {
                -ms-grid-rows: auto;
                grid-template-rows: auto;
            }

    .slide-2 {
        padding-bottom: 0px;
    }

    .top-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: Thicccboi, sans-serif;
        text-align: center;
    }

    .container-18 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .homecarmobile {
        display: inline-block;
        width: 60%;
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .left-arrow-2 {
        left: 20px;
        width: 40px;
        height: 40px;
    }

    .h1-heading {
        margin-bottom: 10px;
        font-size: 40px;
        letter-spacing: -1px;
    }

    .section-testimonials {
        margin-top: auto;
        padding: 20px 20px 80px;
    }

    .feature-column-left.gap {
        display: none;
    }

    .feature-column-left.gappic {
        display: inline-block;
        margin-top: 20px;
        text-align: center;
    }

    .footer-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-top {
        grid-auto-columns: 1fr;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }

    .footer-heading {
        font-size: 11px;
    }
    .footer-link.termlink {
        display: block;
    }

    .footer-bottom-links {
        text-align: center;
    }

    .listgroup {
        padding-left: 0px;
    }

    .tirewheel {
        display: inline-block;
        margin-bottom: 20px;
    }
    .phonebuttononlin {
        margin-right: 10px;
    }

    .paragraph-8 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        font-family: Thicccboi, sans-serif;
        font-size: 11px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    #w-node-d01f568c-a7c2-520f-ce27-a8554afdd0df-191a7d05 {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-_726e8918-139e-e4da-0a5e-f637616ea837-c60fda8a {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-d01f568c-a7c2-520f-ce27-a8554afdd0df-c60fda8a {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-e3ce90e6-c03e-0a32-5494-c94f3f308ad3-c60fda8a {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-_726e8918-139e-e4da-0a5e-f637616ea837-e9b02964 {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-d4606f88-49ed-0d30-e5b1-7397c076adb1-e9b02964 {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-_726e8918-139e-e4da-0a5e-f637616ea837-5e1e9514 {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-d4606f88-49ed-0d30-e5b1-7397c076adb1-5e1e9514 {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-_726e8918-139e-e4da-0a5e-f637616ea837-b2f33300 {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-d4606f88-49ed-0d30-e5b1-7397c076adb1-b2f33300 {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-_726e8918-139e-e4da-0a5e-f637616ea837-cfe71035 {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-d01f568c-a7c2-520f-ce27-a8554afdd0df-cfe71035 {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-_726e8918-139e-e4da-0a5e-f637616ea837-7ee720a2 {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-d4606f88-49ed-0d30-e5b1-7397c076adb1-7ee720a2 {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-_726e8918-139e-e4da-0a5e-f637616ea837-f7a68e1b {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }

    #w-node-d4606f88-49ed-0d30-e5b1-7397c076adb1-f7a68e1b {
        -webkit-box-ordinal-group: -9998;
        -webkit-order: -9999;
        -ms-flex-order: -9999;
        order: -9999;
    }
}

@media screen and (max-width: 767px) {
    #w-node-a335b7b3-2a77-d8c8-7c00-d438e9909520-e990951d {
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
}

@media screen and (max-width: 479px) {
    #w-node-a335b7b3-2a77-d8c8-7c00-d438e9909520-e990951d {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    #w-node-a335b7b3-2a77-d8c8-7c00-d438e9909535-e990951d {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url(/Content/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/Content/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/Content/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/Content/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/Content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futuraltpro';
    src: url(/Content/fonts/FuturaLTPro-Bold.otf) format('opentype'), url(/Content/fonts/FuturaLTPro-XBold.otf) format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Futuraltpro';
    src: url(/Content/fonts/FuturaLTPro-Light.otf) format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futuraltpro book';
    src: url(/Content/fonts/FuturaLTPro-Book.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futuraltpro';
    src: url(/Content/fonts/FuturaLTPro-Heavy.otf) format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Futuraltpro';
    src: url(/Content/fonts/FuturaLTPro-Medium.otf) format('opentype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Thicccboi';
    src: url(/Content/fonts/THICCCBOI-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url(/Content/fonts/THICCCBOI-Bold.ttf) format('truetype'), url(/Content/Web/fonts/THICCCBOI-ExtraBold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url(/Content/fonts/THICCCBOI-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url(/Content/fonts/THICCCBOI-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url(/Content/fonts/THICCCBOI-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url(/Content/fonts/THICCCBOI-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi thicccaf';
    src: url(/Content/fonts/THICCCBOI-ThicccAF.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicccboi';
    src: url(/Content/fonts/THICCCBOI-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    cursor: pointer;
    padding: 3px;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.w-form .w-form_label {
    margin-top: 10px;
}

.advancepanel {
    width: 100%;
    border: 1px solid #d3d3d3;
}

.advancepanel div {
    width: 100%;
    overflow: hidden !important;
}

.advancepanel .header {
    padding: 5px;
}

.advancepanelcontent {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    border-top: 0px;
    background-color: #f5f5f5;
}

.filters-box {
    max-height: 200px;
    display: none;
    Overflow-y: auto;
    Overflow-x: hidden;
}

.filters-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.filters-box::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.filters-box::-webkit-scrollbar-thumb {
    background-color: #edbc1d;
}

.advancepanelcontent ul {
    padding: 10px;
}

.advancepanel-small-button {
    padding: 8px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 2px;
}

.advancepanel-small-button:hover {
    background-color: #d3d3d3;
    border-color: #d3d3d3 !important;
}

.advancepanel-small-button:active, .advancepanel-small-button:focus {
    background-color: #d3d3d3;
    border-color: #d3d3d3 !important;
    outline: none;
}

.advancepanelcontent ul label {
    font-size: 12px;
    font-weight: normal;
}

.advancepanelcontent .col2padding {
    padding: 0px 20px;
}

.advancelabel {
    font-weight: 700;
    color: #666666;
}

.advancecheckbox {
    height: 16px;
    width: 16px;
    bottom: -4px;
    margin-right: 1px;
    position: relative;
}

.advancepanelcontent .w-dropdown-link {
    border-bottom: 1px solid #ccc;
    cursor: default;
}

.advancepanelcontent #resetall {
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    outline: none;
}

.advancepanelcontent #resetall:hover {
    text-decoration: underline;
}

.vehicle-row-listing-title {
    font-size: 24px;
    color: #222;
    text-decoration: none;
    display: block;
    line-height: 1.3;
    font-weight: 600;
}

.mapfixed {
    position: fixed;
    top: 50px;
}

.vehicle-grid-listing-price {
    font-family: Thicccboi, sans-serif !important;
    font-size: 20px;
    margin-top: 5px;
    text-align: center;
    color: black;    
}

.vehicle-row-listing-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: 1px;
}

.font9 {
    font-size: 9px !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font18 {
    font-size: 18px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font24 {
    font-size: 24px !important;
}

.font40 {
    font-size: 40px !important;
}

.vehicle-row-listing {
    border-bottom: 1px solid #ccc;
    padding: 30px 12px 12px 12px;    
}

.vehicle-row-listing-Top {
    border-top: 1px solid #ccc;
    padding: 30px 12px 12px 12px;    
}

.cursor-pointer {
    cursor: pointer;
}

.float-right {
    float: right;
}

.float-left {
    float: left !important;
}

.text-align-justify {
    text-align: justify !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.mt-0 {
    margin-top: 0px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-0 {
    padding-bottom:0px;
}
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.plr-25 {
    padding: 0px 25px !important;
}

.BackgroundGrey {
    background: #F4F4F4;
    border: 1px solid #f4f4f4;
}

.BackgroundYellow {
    background: #EDBC1D;
    border: 1px solid #EDBC1D;
    color: white;
}

.BackgroundQuora {
    background: #edbc1d;    
    color: #fff;
}

.financeinfo {    
    color: #000;    
    padding: 10px 10px 10px;
    text-align: center;
}

.FontStyleSimple {
    color: #000;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.42857143;
}

.FontStyleGrey {
    color: #666;
    font-family: Raleway, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
}

.fontGreen {
    color: #85cfc1;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px !important;
}

.border-bottom-1 {
    border-bottom: 1px solid #dadada;
}

.border-bottom1 {
    border-bottom: 1px solid #ccc;
}

.border-right1 {
    border-right: 1px solid #ccc;
}

.border-left1 {
    border-left: 1px solid #ccc;
}

.width100 {
    width: 100% !important;
}

.line-height2 {
    line-height: 2;
}

.contactus-row {
    padding: 10px !important;    
    border: 2px solid #eaf2f6;
    margin-bottom: 10px;
}

.contactus-row:hover {
    background-color: transparent;
    border-color: #ddd !important;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.li .see-cars {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 45px;
    background-image: url(/Content/Web/Content/images/icon-car1.png);
    background-position: 0px -9px;
    background-size: 45px;
}

.button.btn-white.full-yellow {
    min-width: 100%;
    border: 1px none #696e71;
    background-color: #fc0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    outline: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 7px;
    line-height: inherit;
}

.button.btn-white.full-yellow:hover {
    background-color: #ffd940;
    color: #fff;
}

.button.btn-white.full-blue {
    min-width: 100%;
    border: 1px none #1981A6;
    background-color: #2593BA;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    outline: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 7px;
    line-height: inherit;
}

.button.btn-white.full-blue:hover {
    background-color: #1981A6;
    color: #fff;
}

.btn-reset {
    min-width: 40px !important;
}

.location-of-vehicle {
    color: #2394bc;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    font-family: Raleway, sans-serif;
}

.button.btn-white.default {
    min-width: 100%;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Raleway, sans-serif;
    color: #716d6d;
    font-size: 11px;
    font-weight: 600;
    outline: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 7px;
    line-height: inherit;
}

.button.btn-white.default:hover {
    background-color: #d3d3d3;
    color: #795548;
}

.home-custom-btn {
    padding: 10px 15px;
}

.home-filter-btn {
    padding: 8px 15px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal-header {
    padding: 25px 20px 5px 25px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f9f9f9;
    border-radius: 30px 30px 0px 0px;
}

.modal-header .top-text {
    font-size: 20px;
}

.modal-body {
    padding: 20px;
    margin: 0px;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    margin-top: 50px;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    font-family: Thicccboi, sans-serif !important;
    border-radius: 30px;
}

.modal-footer {
    padding: 2px 16px;
    color: white;
}

.modal-large {
    width: 70%;
}

.modal-medium {
    width: 50%;
}

.modal-small {
    width: 30%;
}

.modal-close {
    color: #666;
    float: right;
    font-size: 40px;
    font-weight: 500;    
    cursor: pointer;
}

.modalclose_EmailFriend {
    color: #666;
    float: right;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
}

.modalclose_New {
    color: #666;
    float: right;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
}

.modalclose_GetApproved {
    color: #666;
    float: right;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
}

.modalclose_FinanceDetails {
    color: #666;
    float: right;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
}
.modalclose {
    color: #666;
    float: right;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
}

.modalEstimatePayment_close {
    color: #666;
    float: right;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* ------------------------------------------------------------------------------
*
*  # Alert component
*
*  Overrides for alerts bootstrap component
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.alert {
    position: fixed;
    padding-left: 20px;
    padding-right: 20px;
    top: 0px;
    width: 100%;
    z-index: 999;
    right: 0px;
    text-align: center;
}

.alert .alert-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.alert .alert-link {
    color: inherit;
}

.alert .close,
.alert .close:hover,
.alert .close:focus {
    color: inherit;
}

.alert-primary {
    background-color: #E3F2FD;
    border-color: #1E88E5;
    color: #1565C0;
}

.alert-primary hr {
    border-top-color: #187bd1;
}

.alert-primary .alert-link {
    color: #104d92;
}

.alert-primary,
.alert-primary .close {
    color: #104d92;
}

.alert-success,
.alert-success .close {
    color: #205823;
}

.alert-info,
.alert-info .close {
    color: #00545c;
}

.alert-warning,
.alert-warning .close {
    color: #aa3510;
}

.alert-danger,
.alert-danger .close {
    color: #9c1f1f;
}

.alert.alert-rounded {
    border-radius: 100px;
    padding-left: 25px;
    padding-right: 25px;
}

.alert-component[class*=alert-styled-] {
    background-color: #fff;
}

.alert[class*=bg-] a,
.alert[class*=bg-] .alert-link {
    color: #fff;
}

.alert[class*=alert-styled-]:after,
.ui-pnotify[class*=alert-styled-] > .alert:after {    
    font-family: 'icomoon';
    color: #fff;
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.alert[class*=alert-styled-].alert-warning:after,
.ui-pnotify[class*=alert-styled-] > .alert.alert-warning:after,
.alert[class*=alert-styled-][class*=bg-warning]:after,
.ui-pnotify[class*=alert-styled-] > .alert[class*=bg-warning]:after {
    content: '\e9bd';
}

.alert[class*=alert-styled-].alert-info:after,
.ui-pnotify[class*=alert-styled-] > .alert.alert-info:after,
.alert[class*=alert-styled-][class*=bg-info]:after,
.ui-pnotify[class*=alert-styled-] > .alert[class*=bg-info]:after {
    content: '\e9b9';
}

.alert.alert-styled-right:after,
.ui-pnotify.alert-styled-right > .alert:after {
    left: auto;
    right: -44px;
}

.alert.alert-styled-custom:after,
.ui-pnotify.alert-styled-custom > .alert:after {
    content: "\e81b";
}


.alert.alert-styled-right,
.ui-pnotify.alert-styled-right > .alert {
    border-right-width: 44px;
}

.alert.alert-styled-right[class*=bg-],
.ui-pnotify.alert-styled-right[class*=bg-] > .alert {
    border-right-color: rgba(0, 0, 0, 0.15) !important;
}

.alert[class*=alert-arrow-]:before,
.ui-pnotify[class*=alert-arrow-] > .alert:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left-color: inherit;
    margin-top: -5px;
}

.alert.alert-arrow-right:before,
.ui-pnotify.alert-arrow-right > .alert:before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 5px solid;
    border-right-color: inherit;
}

.ui-pnotify[class*=alpha-] > {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.bg-success-400 {
    background-color: #66BB6A;
    border-color: #66BB6A;
    color: #fff;
}

.bg-danger-400 {
    background-color: #EF5350;
    border-color: #EF5350;
    color: #fff;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 500;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #E8F5E9;
    border-color: #4CAF50;
    color: #43A047;
}

.alert-success hr {
    border-top-color: #449d48;
}

.alert-success .alert-link {
    color: #347c37;
}

.alert-info {
    background-color: #E0F7FA;
    border-color: #00BCD4;
    color: #00838F;
}

.alert-info hr {
    border-top-color: #00a5bb;
}

.alert-info .alert-link {
    color: #00545c;
}

.alert-warning {
    background-color: #FFF3E0;
    border-color: #FF9800;
    color: #EF6C00;
}

.alert-warning hr {
    border-top-color: #e68900;
}

.alert-warning .alert-link {
    color: #bc5500;
}

.alert-danger {
    background-color: #FBE9E7;
    border-color: #FF5722;
    color: #D84315;
}

.alert-danger hr {
    border-top-color: #ff4408;
}

.alert-danger .alert-link {
    color: #aa3510;
}
/* ------------------------------------------------------------------------------*/

.Description {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
}

.Description-tabs {
    border-bottom: 1px solid #ddd;
}

.vehicledetail .vehicle-title {
    font-family: Thicccboi, sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 25px;
}

.vehicledetail .vehicle-sub-title {
    font-family: Thicccboi, sans-serif;
    color: #696E71;
    font-weight: 500;
    font-size: 18px;
    min-height:20px;
}

.vehicledetail .price-mileage-wrap { 
    margin-bottom: 2px;    
}

.price-mileage-wrap .price-wrap {
    float: right;
}

.vehicledetail .item-header {
    color: #2394bc;
    font-family: Thicccboi, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
    display: block !important;
}

.vehicledetail .price-item, .vehicledetail .carite-price.new {
    font-size: 19px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
    font-family: Thicccboi, sans-serif;
}

.price-mileage-wrap .mileage-wrap {
    float: left;
}

.vehicledetail .location-of-vehicle {
    color: #2394bc;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    font-family: Thicccboi, sans-serif;
}

.opensans {
    font-family: 'Open Sans', sans-serif;
}

.direction:hover {
    color: #edbc1d;
}

.vehicledetail .vdp-mpg-container {
    background: #F4F4F4;
    border: 1px solid #f4f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.vehicledetail .desclaimer {
    color: #666;
    margin: 20px 0;
    font-size: 11px;
}

.vehicledetail .desclaimer p {
    line-height: 18px;
}

#links-go-here .link-list-wrap {
    overflow: hidden;
}

.vehicledetail .link-list-wrap a:nth-child(odd) {
    width: 50%;
}

.vehicledetail .link-list-wrap a {
    display: block;
    width: 50%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000 !important;
    text-decoration: none;
}

.vehicledetail .mod-vehicle-info {
   /* border: 1px solid #d5d5d5;*/
    padding: 29px;
    background-color: #f7f7f7;
 /*   border-radius: 5px;*/
}

.mod-vehicle-info .specification {
    padding-left: 20px;
    margin: 0;
}

.mod-vehicle-info .specification-item {
    list-style: disc;
    padding: 2px 0;
    word-wrap: break-word;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mod-vehicle-info ul li {
    color: #edbc1d !important;
}

.mod-vehicle-info .title, .mod-vehicle-info .value {
    color: #777272;
    font-size: 13px;
    font-family: Thicccboi, sans-serif;
}

.content a {
    color: #0254EB;
}

.content a:visited {
    color: #0254EB;
}

.content a.morelink {
    text-decoration: none;
    outline: none;
}

.content .morecontent span {
    display: none;
}

button.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion:after {
    content: '\002B';
    color: #777;        
    font-size: 30px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 20px;
}

.div-similar-vehicle .border-bottom {
    border-bottom: 1px solid #ccc;
}

.div-similar-vehicle h3 {
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
}

.div-similar-vehicle ul {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
}

.div-similar-vehicle .vehicle-row {    
    padding-bottom: 15px;
    display: block;
}

.div-similar-vehicle .img-responsive {
    display: block;
    max-width: 100%;
    max-height: 190px;
    min-width: 100%;
}

.div-similar-vehicle .extra-info {
    font-size: 12px;
    color: #888;
    display: block;
    text-align: right;
}

.div-similar-vehicle .similar {
    padding: 10px 10px;
    background: rgb(247, 247, 247);    
    margin-bottom: 10px;
    box-shadow: 0 3px 10px 0 #bfbcbc;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;       
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 20px;
    line-height: 1.428571429;
    text-decoration: none;
    border: 1px solid #dddddd;
    margin-left: -1px;
    margin: 5px;
    font-size: 18px;
    border-radius: 3px;
    background-color: #f9f9f9;
}

.pagination a {
    color: #428bca;
    color: #777;
    background: transparent;
}

.pagination a:hover {
    background-color: #f1f1f1;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 1;
    color: #ffffff;
    background-color: #1f6aa5;
    border-color: #1f6aa5;
    cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    cursor: default;
    border: 0;
}

.dr-vehicle-image {
    margin: 0 15px 0 0;
    width: 100px;
}

.dr-vehicle-image img {
    height: auto;
}

.dr-details-gallery {
    width: 100%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}

.dr-details-gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.dr-vehicle-name {
    margin: 5px 0;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.personalize-bottom {
    bottom: 0;
    border-top: 1px solid #ccc;
    padding: 15px;    
}

.personalize-radio-group {
    padding: 15px;
    float: right;
}

.personalize-radio-group-caption {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    color: #434242;
    font-size: 10px;
}

.dr-vehicle-worth .dr-vehicle-worth-title {
    float: left;
    margin: 0 0 5px 0;
    text-align: left;
    font-size: 13px;
}

.dr-vehicle-worth .dr-vehicle-worth-note {
    float: right;
    margin: 0;
    padding: 3px 0 0 0;
    text-align: right;
    font-size: 10px;
    color: #b9b9b9;
}

.dr-vehicle-worth .dr-vehicle-worth-caption {
    text-align: left;
    clear: both;
    color: #b9b9b9;
    font-size: 12px;
}

.dr-vehicle-worth .dr-toggler {
    position: relative;
    margin: 12px 0;
    line-height: 1.3;
    background: #d9d9d9;
    transform: translate3d(0,0,0);
    transition: transform .3s;
}

.dr-vehicle-worth .dr-toggler-chbx {
    position: absolute;
    left: -9999px;
}

.dr-toggler-chbx:checked + .dr-toggler-label {
    border-color: #2394bc;
}

.dr-vehicle-worth .dr-toggler-label {
    position: relative;
    left: 0;
    display: block;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #d0d0d0;
    border-left-width: 8px;
    margin: 0;
    padding: 10px 14px 10px 48px;
    cursor: pointer;
    background: #fff;
    transition: left .4s;
}

.dr-vehicle-worth .dr-toggler-chbx:checked + .dr-toggler-label:before {
    border-color: transparent;
    background-color: #2394bc;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.1) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.1) 100%);
    -webkit-background-size: auto;
    background-size: auto;
}

.dr-vehicle-worth .dr-toggler-chbx:checked + .dr-toggler-label:after {
    content: attr(data-selected);
    color: #0092e7;
}

.dr-vehicle-worth .dr-toggler-label:before {
    content: '✔';
    top: 50%;
    margin-top: -12px;
    left: 12px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 0px;
    border: 1px solid #d0d0d0;
}

.dr-vehicle-worth .dr-toggler-label:after {
    content: attr(data-unselected);
    top: 5px;
    right: 14px;
    text-transform: uppercase;
    font-size: 11px;
    color: #b5b5b5;
    font-weight: 700;
}

.dr-vehicle-worth .dr-toggler-label:before, .dr-vehicle-worth .dr-toggler-label:after {
    position: absolute;
}

.dr-vehicle-worth .dr-toggler-content {
    display: table;
    width: 100%;
}

.dr-vehicle-worth .dr-toggler-title {
    display: block;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 2px;
    color: #696969;
    padding: 12px 0;
}

.dr-vehicle-worth .dr-vehicle-value {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    width: 1%;
    line-height: 40px;
    white-space: nowrap;
    font-size: 10px;
    color: #b9b9b9;
}

.dr-vehicle-value-input {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 100px !important;
    margin: 0 0 0 5px;
    height: 40px;
    font-weight: bold;
    font-size: 16px;    
    color: #b9b9b9;
    border: 0;
    border-radius: 0;
    background: #f8f8f8;
}

.dr-vehicle-worth .dr-vehicle-worth-footnote {
    font-size: 10px;
    color: #b9b9b9;
}

.dr-step {
    color: inherit;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    white-space: normal;
}

.dr-fees-taxes .dr-fees-taxes-wrapper {
    padding: 5px 5%;
}

.dr-fees-taxes .dr-fees-taxes-title {
    font-weight: 700;
    margin: 12px 0 12px;
}

.dr-fees-taxes .dr-zipcode-form {
    width: auto;
    padding: 0;
}

.dr-fees-taxes .dr-zipcode-form form {
    position: relative;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
}

.dr-fees-taxes .dr-zipcode-form .dr-input-box {
    position: relative;
    margin-bottom: 0;
    background: #fff;
    padding: 13px;
    line-height: 33px;
    border: 1px solid #1981A6;
}

.dr-fees-taxes .dr-zipcode-form .dr-input-box label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-weight: bold;
    font-size: 12px;
    color: #696969;
}

.dr-fees-taxes .dr-zipcode-form .dr-input-box .dr-zipcode-input {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 107px !important;
    height: 33px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    background: #ededed;
    border: 0;
    border-radius: 0;
    width: 80px !important;
    color: #1981A6;
    font-family: 'Open Sans', sans-serif;
}

.dr-zipcode-form .dr-input-box.success .dr-icon-success {
    display: inline-block;
}

.dr-zipcode-form .dr-input-box .dr-icon-success {
    top: 0;
    vertical-align: middle;
    width: 27px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    background: #2394bc;
}

.dr-zipcode-form .dr-input-box .dr-icon-success:before {
    content: '✔';
    position: relative;
    z-index: 1;
    top: -3px;
}

.dr-fees-taxes .dr-fees-taxes-zip-note {
    position: absolute;
    left: 290px;
    width: 42%;
    top: 15px;
    font-size: 10px;
    line-height: 1.1;
    color: #959595;
}

.dr-fees-taxes-wrapper {
    padding: 12px 5%;
}

.dr-fees-taxes-wrapper .dr-fees_block {
    padding-right: 8%;
}

.dr-fees-taxes-wrapper .dr-fees-taxes-col, .dr-fees-taxes-wrapper .dr-fees-taxes-sum-wrapper {
    display: inline-block;
    box-sizing: content-box;
    width: 46%;
    margin-right: -3px;
}

.dr-fees-taxes-wrapper .dr-fees-taxes-subtitle {
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #b9b9b9;
    font-size: 13px;
}

.dr-fees-taxes-wrapper .dr-fees-taxes-table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
}

.dr-fees-taxes-wrapper .dr-fees-taxes-table th {
    font-weight: normal;
    padding: 10px 10px;
    line-height: 1.3;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    text-align: left;
}

.dr-fees-taxes-wrapper .dr-fees-taxes-table td {
    font-weight: bold;
    text-align: right;
    padding: 10px 10px;
    line-height: 1.3;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.dr-fees-taxes-wrapper .dr-taxes_block {
    padding-right: 0;
}

.dr-fees-taxes-wrapper .dr-fees-taxes-sum-wrapper {
    margin-left: 54%;
}

.dr-fees-taxes-wrapper .dr-fees-taxes-sum-row {
    border: 1px solid #ededed;
}

.dr-fees-taxes-wrapper .dr-fees-taxes-table tr:last-child td, .dr-fees-taxes-wrapper .dr-fees-taxes-table tr:last-child th {
    border-bottom: 0;
}

.dr-fees-taxes-wrapper .dr-fees-taxes-sum-row th {
    color: #424242;
}

.dr-fees-taxes-wrapper .dr-fees-taxes-sum-row th, .dr-fees-taxes-wrapper .dr-fees-taxes-sum-row td {
    background: #f5f5f5;
    padding-left: 10px;
    vertical-align: top;
    font-weight: 700;
    padding-right: 10px;
}

.dr-fees-taxes-simple-row th, .dr-fees-taxes-simple-row td {
    padding-left: 10px;
    padding-right: 10px;
}

.dr-color-primary {
    color: #2394bc;
}

.dr-step-trade-2 {
    padding: 20px 5%;
}

.dr-step-trade-2 .dr-vehicle-identification {
    margin-bottom: 15px;
}

.dr-step-trade-2 .dr-vin-box {
    margin: 7px 0 24px 0;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.dr-step-trade-2 .dr-vin-box.disabled {
    opacity: 0.5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.dr-step-trade-2 .dr-vin-title {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 13px;
}

.dr-step-trade-2 .dr-payments-trade-vin {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 227px !important;
    height: 33px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #ededed;
    border: 0;
}

.dr-step-trade-2 .dr-input-box.success .dr-payments-trade-vin {
    width: 200px;
}

.dr-step-trade-2 .dr-vin-box.disabled .dr-payments-trade-vin {
    color: inherit;
    pointer-events: none;
}

.dr-step-trade-2 .dr-input-box .dr-icon-success {
    display: none;
    top: 0;
    vertical-align: middle;
    margin: 0 5px 0 -5px;
    width: 27px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    background-color: #0092e7;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
}

.dr-step-trade-2 .dr-input-box.success .dr-icon-success {
    display: inline-block;
}

.dr-step-trade-2 .dr-vin-help {
    display: none;
    vertical-align: middle;
    color: #696969;
    font-weight: bold;
    font-size: 10px;
}

.dr-step-trade-2 .dr-vin-how-to {
    display: inline-block;
    margin: 10px 0;
    font-size: 11px;
    color: #696969;
}

.dr-step-trade-2 .dr-mileage-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
}

.dr-step-trade-2 .dr-mileage-box label {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    color: #434242;
    font-weight: bold;
    font-size: 10px;
}

.dr-step-trade-2 .dr-payments-trade-mileage {
    float: none;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    width: 110px !important;
    height: 42px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #ededed;
    border: 0;
    border-radius: 0;
}

@media (min-width: 768px) {
    .dr-step-trade-1 {
        padding-bottom: 40px;
    }

    .dr-step-trade-1 .dr-vehicle-value {
        display: table-cell;
        vertical-align: top;
        padding-left: 10px;
        width: 1%;
        line-height: 40px;
        white-space: nowrap;
    }

    .dr-step-trade-2 {
        padding-bottom: 40px;
    }

    .dr-step-trade-2 .dr-vehicle-identification {
        margin-bottom: 0;
    }

    .dr-step-trade-2 .dr-input-box {
        display: inline-block;
        vertical-align: middle;
    }

    .dr-step-trade-2 .dr-mileage-title {
        float: left;
        margin-bottom: 0;
        line-height: 42px;
    }

    .dr-step-trade-2 .dr-mileage-box {
        float: right;
        line-height: 42px;
    }

    .dr-step-trade-2 .dr-mileage-box label {
        margin-left: 5px;
    }
}

@media (min-width: 992px) {
    .dr-step-trade-1 {
        padding: 20px;
    }

    .dr-step-trade-1 .dr-radio-rows {
        margin-top: 0;
    }

    .dr-step-trade-1 .dr-vehicle-worth-note {
        float: right;
        margin: 0;
        padding: 3px 0 0 0;
        text-align: right;
    }

    .dr-step-trade-1 .dr-vehicle-worth-title {
        float: left;
        margin: 0 0 5px 0;
        text-align: left;
    }

    .dr-step-trade-1 .dr-vehicle-worth-caption {
        text-align: left;
    }

    .dr-step-trade-1 .dr-toggler-label {
        margin-left: 0;
    }

    .dr-step-trade-2 {
        padding: 20px;
    }

    .dr-step-trade-2 .dr-select-value {
        padding: 0 20px 0 10px;
    }

    .dr-step-trade-2 .dr-payments-trade-select,
    .dr-step-trade-2 .dr-select-value {
        font-size: 14px;
    }

    .dr-step-trade-2 .dr-select-value:before,
    .dr-step-trade-2 .dr-select-value:after {
        right: 10px;
    }

    .dr-step-trade-2 .dr-vin-title {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

    .dr-step-trade-2 .dr-vin-help {
        display: inline-block;
    }

    .dr-step-trade-2 .dr-vin-how-to {
        display: none;
    }
}

.dr-protect-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #757575;
}

.dr-protect-descr {
    font-size: 13px;
    margin: 10px 0;
    color: #757575;
}

.dr-protect-add-wrapper {
    display: table;
    width: 100%;
    position: relative;
    background: #f5f5f5;
    font-size: 13px;
    padding: 16px 20px;
    margin-top: 20px;
}

.dr-protect-add-descr, .dr-protect-add-btns {
    display: table-cell;
    vertical-align: middle;
}

.dr-protect-add-title {
    font-weight: 700;
    margin-bottom: 6px;
}

.dr-protect-add-text {
    color: #757575;
}

.dr-protect-add-btns {
    width: 20%;
    padding-left: 50px;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.dr-protect-add-btns-title {
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 6px;
}

.dr-protect-add-btns-group {
    display: table;
    width: 100%;
    font-size: 0;
}

.dr-protect-add-btn-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
}

.dr-protect-add-radio {
    position: absolute;
    left: -9999px;
}

.dr-protect-add-radio:checked ~ .dr-protect-add-unselected {
    display: none;
}

.dr-protect-add-radio:checked ~ .dr-protect-add-selected {
    display: block;
}

.dr-protect-add-btn-wrapper label {
    margin: 0;
}

.dr-protections {
    padding: 20px;
}

.dr-protections .dr-step-title {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 10px;
}

.dr-protect-rows {
    width: 100%;
    display: table;
}

.dr-protections .dr-protect-row {
    margin: 0;
    background: transparent;
    display: table-row;
    position: relative;
    height: 42px;
}

.dr-protections .dr-toggler {
    line-height: 1.3;
    transform: translate3d(0,0,0);
    transition: transform .3s;
}

.dr-protections .dr-toggler-chbx {
    position: absolute;
    left: -9999px;
}

.dr-protections .dr-toggler-label {
    position: relative;
    left: 0;
    display: table-cell;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #d0d0d0;
    border-left-width: 1px;
    margin: 0;
    padding: 20px 14px 20px 48px;
    cursor: pointer;
    background: #fff;
    transition: left .4s;
}

.dr-protections .dr-toggler-chbx:checked + .dr-toggler-label:after {
    content: attr(data-selected);
    color: #2394bc;
}

.dr-protections .dr-toggler-chbx:checked + .dr-toggler-label:before {
    border-color: transparent;
    background-color: #2394bc;
    -webkit-background-size: auto;
    background-size: auto;
}

.dr-protections .dr-toggler-label:before {
    content: '✔';
    top: 50%;
    margin-top: -12px;
    left: 12px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #d0d0d0;
}

.dr-protections .dr-toggler-label:after {
    content: attr(data-unselected);
    top: 5px;
    right: 14px;
    text-transform: uppercase;
    font-size: 11px;
    color: #b5b5b5;
    font-weight: 700;
}

.dr-protections .dr-toggler-label:before, .dr-protections .dr-toggler-label:after {
    position: absolute;
}

.dr-protections .dr-protect-price {
    display: table-cell;
    vertical-align: middle;
    min-width: 72px;
    width: 72px;
    background: #ededed;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.dr-protect-price .dr-per-month {
    font-size: 9px;
    color: #757575;
    display: block;
}

.dr-protections .dr-protect-more {
    min-width: 80px;
    width: 80px;
    color: #b5b5b5;
    font-size: 10px;
    text-align: center;
}

.dr-protections .dr-protect-row .dr-protect-more {
    display: table-cell;
    vertical-align: middle;
}

.dr-protections .dr-protect-row-space {
    display: table-row;
    height: 8px;
}

.dr-protections .dr-step-note {
    font-size: 12px;
    margin-top: 16px;
    color: #b5b5b5;
    line-height: 1.3;
}

.dr-protections .angle-right {
    top: -5px;
    position: relative;
    display: inline-block;
}

.dr-sidebar {
    position: relative;
    width: 100%;
    height: auto;
    border: 0;
    border-left: 1px solid #e1e1e1;
    background: #f6f6f6;
    transition: none;
    position: relative;
    min-height: 560px;
    padding-bottom: 100px;
}

.dr-sidebar .dr-sidebar-content {
    width: 100%;
    padding: 13px 18px 0 18px;
    transition: none;
    overflow: visible;
    font-size: 13px;
    color: #757575;
}

.sidebar-footer-content {
    position: absolute;
    bottom: 80px;
    left: 15px;
    right: 15px;
}

.dr-sidebar .dr-sidebar-content .dr-deal-title {
    display: none;
}

.dr-sidebar .dr-sidebar-content .dr-deal-item {
    display: block;
    margin: 0 0 4px 0;
    padding: 0 15px;
    font-size: inherit;
}

.dr-sidebar .dr-sidebar-content .dr-deal-item-marked .dr-deal-item-title {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.dr-tooltip {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.dr-tooltip-left .dr-tooltip-content {
    left: auto;
    right: 100%;
}

.dr-tooltip-bottom .dr-tooltip-content {
    bottom: auto;
    top: 100%;
}

.dr-deal-item .dr-tooltip-content {
    min-width: 300px;
}

.dr-sidebar .dr-tooltip-content {
    width: 290px;
    font-size: 12px;
    white-space: normal;
    padding-top: 6px;
    padding-bottom: 6px;
}

.dr-tooltip-content {
    display: none;
    position: absolute;
    z-index: 1;
    left: 100%;
    bottom: 100%;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #fff;
    min-width: 260px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 1.3;
    background: #565656;
    cursor: default;
}

.dr-tooltip-close {
    position: absolute;
    top: 4px;
    right: 8px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
}

.dr-sidebar .dr-sidebar-content .dr-deal-item .dr-deal-item-value {
    float: right;
    font-weight: bold;
    font-size: inherit;
}

.dr-sidebar .dr-sidebar-content .dr-deal-groups {
    position: relative;
    margin: 0 0 15px 0;
    font-size: inherit;
}

.dr-sidebar .dr-deal-row {
    margin: 0 0 -1px 0;
}

.dr-sidebar .dr-sidebar-content .dr-deal-group:focus {
    position: relative;
    border-color: #0092e7;
}

.dr-sidebar .dr-sidebar-content .dr-deal-group .dr-deal-item:focus {
    color: #1981A6;
}

.dr-sidebar .dr-sidebar-content .dr-deal-group.active {
    position: relative;
    border-color: #0092e7;
}

.dr-sidebar .dr-sidebar-content .dr-deal-group .dr-deal-item.active {
    color: #1981A6;
}

.dr-sidebar .dr-deal-group {
    display: block;
    padding: 10px 15px;
    color: #b9b9b9;
    font-size: inherit;
    text-decoration: none;
    background: #fff;
    outline: 0;
    border: 1px solid #e1e1e1;
}

.dr-sidebar .dr-sidebar-content .dr-deal-group-title {
    display: block;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}


.dr-sidebar .dr-sidebar-content .dr-deal-group .dr-deal-item {
    margin: 0;
    padding: 1px 0;
    font-size: inherit;
}

.dr-sidebar .dr-sidebar-content .dr-deal-item .dr-deal-item-value {
    float: right;
    font-weight: bold;
    font-size: inherit;
    font-family: 'Open Sans', sans-serif;
}

.dr-sidebar .dr-sidebar-content .dr-deal-group .dr-deal-item.active:before {
    content: '';
    display: inline-block;
    margin: 0 3px 0 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.dr-sidebar .dr-deal-monthly-payment-and-terms {
    position: absolute;
    left: 15px;
    right: 8px;   
    margin-top: 15px;
}

.dr-sidebar .dr-monthly-payment {
    top: -2px;
    position: absolute;
    right: 0;
    line-height: 1;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

.dr-sidebar .dr-monthly-payment-inner {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
}

.dr-sidebar .dr-monthly-payment sup {
    top: -1.3em;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 14px;
}

.dr-sidebar .dr-monthly-payment sub {
    bottom: 0;
    font-size: 11px;
    color: #b9b9b9;
}

.dr-sidebar .dr-monthly-payment span {
    font-size: 39px;
}

.dr-sidebar .dr-deal-monthly-payment-and-terms .dr-deal-item {
    padding: 0 4px;
    float: left;
    clear: left;
    margin: 0;
}

.dr-sidebar .dr-deal-monthly-payment-and-terms .dr-deal-item .dr-deal-item-value {
    float: none;
}

.dr-sidebar .dr-progress-bar {
    position: relative;
    left: 0;
    bottom: -74px;
    width: 100%;
    height: 24px;
    padding: 2px;
    color: #fff;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.dr-sidebar .dr-progress-fill {
    position: relative;
    width: 0;
    height: 100%;
    background-color: #1981A6;
    transition: width .35s;
}

.dr-sidebar .dr-progress-percent {
    position: absolute;
    top: 2px;
    font-weight: bold;
    right: 5px;
    line-height: 16px;
    font-size: 13px;
}

.dr-advertised-offer {
    margin: 0 20px;
    padding: 20px 0 0 14px;
    text-align: inherit;
}

.dr-toggle-dafault-button-small {
    display: inline-block;
    position: relative;
    padding: 4px 5px;
    min-width: 100px;
    text-align: center;
    border: 1px solid #696969;
    cursor: pointer !important;
    background: #f9f9f9;
    margin: 0 5px 0 0;
}

.dr-toggle-dafault-button-small:hover {
    border: 1px solid #1981A6;
    background-color: #1981A6;
    color: #fff;
}

.dr-trade-summary-items {
    display: table;
    margin: 0 0 30px 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
}

.dr-trade-summary-item {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
}

.dr-trade-summary-item.active {
    display: table-cell;
    padding: 0;
    width: 25%;
    position: relative;
    outline-style: solid;
    outline-width: 1px;
}

.dr-trade-summary-item.active .dr-item-icon {
    background-color: #1981A6;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #0092e7;
    border-radius: 50%;
}

.dr-item-icon {
    display: block;
    background-color: #696969;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border-radius: 50%;
    margin: 15px auto 10px auto;
    -webkit-background-size: contain;
    background-size: contain;
}

.dr-item-icon i {
    font-size: 26px;
    float: none;
}

.dr-trade-summary-item.active .dr-item-title {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    padding: 0 10px;
    font-size: 11px;
}

.dr-item-title {
    padding: 0 5px;
    height: 2.6em;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 11px;
    color: inherit;
}

.dr-trade-summary-item.active .dr-item-value {
    display: block;
    vertical-align: middle;
    background: none;
    font-size: 26px;
}

.dr-item-value {
    padding: 15px 0;
    font-size: 24px;
    color: inherit;
    background: #ededed;
}

.dr-item-value sup {
    top: -0.8em;
    font-size: 12px;
}

.dr-summary-text {
    margin: 0 0 30px 0;
    font-size: 13px;
    color: #696969;
}

.dr-summary-text p {
    font-size: inherit;
}

.dr-summary-note {
    font-size: 10px;
}

.gauge {    
    width: 185px;
    position: relative;
    height: 145px;
    background: url(/Content/Web/images/speedometer-5.jpg) no-repeat center;
    background-size: cover;
}

.second-gauge .needle {
    width: 45px;
    left: 85px;
    bottom: 95px;
}

.second-gauge #circle {
    width: 65px;
    height: 65px;
    background-size: cover;
    bottom: 60px;
    left: 95px;
}

.needle {
    height: 2px;
    width: 65px;
    background: #efad00;
    position: absolute;    
    bottom: 70px;
    left: 27px;
}

.needle1 {
    height: 2px;
    width: 65px;
    background: #efad00;
    position: absolute;
    bottom: 71px;
    left: 27px;
}

.numbers1 {
    position: absolute;
    bottom: 23px;
    left: 13px;
    color: #000;
    font-size: 14px;
}

.numbers2 {
    position: absolute;
    bottom: 110px;
    left: 0px;
    color: #000;
    font-size: 14px;
}

.numbers3 {
    position: absolute;
    bottom: 150px;
    left: 85px;
    color: #000;
    font-size: 14px;
}

.numbers4 {
    position: absolute;
    bottom: 105px;
    right: -5px;
    color: #000;
    font-size: 14px;
}

.numbers5 {
    position: absolute;
    bottom: 30px;
    right: -10px;
    color: #000;
    font-size: 14px;
}

.numberscredit1 {
    position: absolute;
    bottom: 25px;
    left: -4px;
    color: #000;
    font-size: 14px;
}

.numberscredit2 {
    position: absolute;
    bottom: 149px;
    left: 86px;
    color: #000;
    font-size: 14px;
}

.numberscredit3 {
    position: absolute;
    bottom: 128px;
    right: 15px;
    color: #000;
    font-size: 14px;
}

.numberscredit4 {
    position: absolute;
    bottom: 85px;
    right: -10px;
    color: #000;
    font-size: 14px;
}

.numberscredit5 {
    position: absolute;
    bottom: 50px;
    right: -13px;
    color: #000;
    font-size: 14px;
}

.numberscredit6 {
    position: absolute;
    bottom: 25px;
    right: -5px;
    color: #000;
    font-size: 14px;
}

.termnumbers1 {
    position: absolute;
    bottom: 25px;
    left: 8px;
    color: #000;
    font-size: 14px;
}

.termnumbers2 {
    position: absolute;
    bottom: 77px;
    left: -5px;
    color: #000;
    font-size: 14px;
}

.termnumbers3 {
    position: absolute;
    bottom: 131px;
    left: 20px;
    color: #000;
    font-size: 14px;
}

.termnumbers4 {
    position: absolute;
    bottom: 155px;
    left: 87px;
    color: #000;
    font-size: 14px;
}

.termnumbers5 {
    position: absolute;
    bottom: 129px;
    right: 20px;
    color: #000;
    font-size: 14px;
}

.termnumbers6 {
    position: absolute;
    bottom: 72px;
    right: -5px;
    color: #000;
    font-size: 14px;
}

.termnumbers7 {
    position: absolute;
    bottom: 25px;
    right: 2px;
    color: #000;
    font-size: 14px;
}

#numbers {    
    margin-top: 30px;
    bottom: -40px;
    left: 35px;
    font-size: 0.6em;    
}

.circle1 {
    width: 10px;
    height: 10px;    
    background: #696e71;
    border-radius: 50%;
    bottom: 50%;
    left: 50%;
    margin: 0 0 -5px -5px;
    position: absolute;
    z-index: 9;
    background-size: cover;
}

.gauge + .w-col.w-col-12 {
    margin-top: -12px;
}

.arrow_box {
    position: relative;
    background: #edbc1d;
    border: 1px solid #edbc1d;
    padding: 5px;
    color: #fff;
}

.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #edbc1d;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #edbc1d ;
    border-width: 11px;
    margin-left: -11px;
}

.feedback-icon {
    float: none !important;
    font-size: 36px !important;
    color: cadetblue !important;
}

.feedback-title {
    color: #f8af13;    
    font-size: 20px !important;
    margin-right: 3px;
}

.feedback-source .source {
    font-size: 13px;
    color: #777;
    letter-spacing: 0.5px;
    font-style: italic;
}

.feedback-source a {
    font-size: 13px;
    color: #2394bc;
    letter-spacing: 0.8px;
}

.feedback-name {
    font-size: 20px;    
    font-weight: 900;
    text-transform: capitalize;
    text-decoration: none;
    color: #333;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.feedback-status {
    font-size: 12px;
    color: #a6aaaf;
}

.popup-logo {
    float: left;
    width: auto;
    max-width: 130px;
    padding: 7px 0 0 20px;
}

.customer-feedback-list {
    font-family: Thicccboi, sans-serif !important;
}

.customer-feedback-item {
    border-bottom: 1px solid #e9e9e9;
    padding-top: 25px;
    padding-bottom: 25px;
}

.customer-feedback-item:first-child {
    padding-top: 0px;
}

.feedback-user-name {
    color: #111;
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 5px;
}

.feedback-time {
    font-weight: 500;
    font-style: italic;
}

.feedback-text {
    font-family: Thicccboi, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ul-feedback {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    list-style: none;
    font-family: Thicccboi, sans-serif !important;
    padding-left: 0px;
}

.ul-feedback li {
    width: 100%;
    float: left;
    display: inline;
    text-align: left;
    padding-bottom: 25px;
    text-indent: -40px;
    padding-left: 40px;
}

.ul-feedback li:last-child {
    padding-bottom: 0px;
}

.ul-feedback li a {
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    color: #333;
}

.ul-feedback li img {
    margin-right: 10px;
}

.feedback-star {
    float: left;
}

@media screen and (min-width: 851px) and (max-width: 1160px) {
    .feedback-container .w-col-3 {
        width: 33.33%;
    }
}

@media screen and (min-width:601px) and (max-width: 850px) {
    .feedback-container .w-col-3 {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .feedback-container .w-col-3 {
        width: 100%;
    }
}

@media screen and (max-width: 435px) {
    .feedback-name {
        margin-bottom: 2px;
    }

    .feedback-star {
        margin-left: -3px;
        margin-bottom: 5px;
    }
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999 !important;
    background-color: #333;
    opacity: 0.4;
    display: none;
}

.loader img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 100px;
}

.dr-summary-wrapper {
    max-width: 900px;
    border: 1px solid #e4e4e4;
    padding: 15px;
    padding-bottom: 17px;
    position: relative;
    margin: 20px auto;
}

.dr-show-deal-car {
    position: absolute;
    top: 15px;
    bottom: 15px;
    box-sizing: border-box;
    left: 2%;
    width: 20%;
}

.dr-show-deal-car-img {
    box-sizing: border-box;
    padding: 0 0px;
}

.dr-show-deal-car-name {
    text-align: center;
    line-height: 1.2;
    margin-top: 10px;
    font-size: 14px;
    max-height: 32px;
    overflow: hidden;
}

.dr-summary-monthly {
    display: block;
    text-align: center;
    line-height: 1;
    padding-top: 24px;
    border: 10px solid #efefef;
    width: 54.5%;
    margin-left: 21%;
    font-family: 'Open Sans', sans-serif;
}

.dr-summary-monthly-sum {
    font-size: 50px;
    position: relative;
    text-align: center;
    line-height: 1;
    text-decoration: none;
}

.dr-summary-monthly-sum {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 40%;
}

.dr-summary-monthly-note {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 40%;
    margin: 0 -15px;
}

.dr-summary-monthly-sum sup {
    font-size: 30px;
}

.dr-summary-monthly-note {
    font-size: 20px;
}

.dr-summary-monthly .dr-show-deal-save, .dr-summary-monthly .dr-show-deal-save:hover {
    position: absolute;
    top: 15px;
    bottom: 17px;
    width: 21%;
    right: 2%;
    padding: 20px 20px;
    background-color: #1981A6;
    font-weight: 400;
}

.dr-show-deal-save, .dr-show-deal-save:hover {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    background-color: #0092e7;
}

.dr-summary-monthly .dr-show-deal-save:before {
    border-right-color: #1981A6;
}

.dr-show-deal-save:before {
    top: 52px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 26px solid #0092e7;
}

@media (min-width: 992px) {
    .dr-show-deal-save:before {
        content: '';
        position: absolute;
        right: 100%;
        width: 0;
        height: 0;
    }
}

.dr-show-deal-save:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -21px;
}

.dr-show-deal-save-ico {
    display: block;
    margin: 0 auto 12px;
    width: 40px;
    height: 40px;
    fill: #fff;
}

.dr-summary-based {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 24px 0 12px;
    background: #efefef;
    margin-top: 24px;
}

.dr-summary-subtitle {
    text-align: center;
    line-height: 1.4;
    color: #7c7c7c;
    font-size: 21px;
    font-weight: 500;
}

.dr-summary-form {
    max-width: 500px;
    padding: 20px;
    margin: 20px auto;
    text-align: center;
   /* border: 1px solid #ccc;*/
}

.dr-summary-form-row {
    margin: 22px 0;
}

.dr-summary-form-input {
    float: none;
    border: 1px solid #bebebe;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
    text-align: center;
    border-radius: 1px;
    font-size: 18px;
    height: 35px;
    box-sizing: border-box;
    width: 340px;
}

.dr-summary-form-label {
    display: block;
    text-transform: uppercase;
    margin-top: 4px;
    color: #7c7c7c;
    font-weight: normal;
    font-size: 15px;
}

.text-bold {
    font-weight: bold;
}

.text-danger,
.text-danger:hover,
.text-danger:focus {
    color: #F44336 !important;
    font-size: 11px;
}

.calendar-widget-day {
    overflow: auto;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 0 20px 25px;
    width: 100%;
}

.calendar-widget-day .hours {
    border-collapse: collapse;
    font-size: 13px;
    width: 100%;
    color: #222;
    float: left;
}

.hours tr td {
    padding-bottom: 13px;
    padding-left: 5px;
}

.form-style-10 {
    width: 100%;
    padding: 30px;
    margin: 40px auto;
    background: #FFF;
    box-shadow: 0px 0px 10px #efad00;
    -moz-box-shadow: 0px 0px 10px #efad00;
    -webkit-box-shadow: 0px 0px 10px #efad00;
}

.form-style-10 fieldset {
    margin: 0px 0px 10px 0px;
    border: 1px solid #efad00;
    padding: 20px;
}

.form-style-10 fieldset legend {
    color: #fff;
    border-top: 3px solid #efad00;
    border-left: 1px solid #efad00;
    border-right: 1px solid #efad00;
    border-radius: 20px 0px 20px 0px;
    -webkit-border-radius: 20px 0px 20px 0px;
    -moz-border-radius: 20px 0px 20px 0px;
    background: #efad00;
    padding: 0px 8px 3px 8px;
    box-shadow: 0px -1px 2px #F1F1F1;
    -moz-box-shadow: -0px -1px 2px #F1F1F1;
    -webkit-box-shadow: 0px -1px 2px #F1F1F1;
    font-weight: normal;
    font-size: 15px;
}

.form-style-10 .inner-wrap {
    padding: 20px;
    background: #F8F8F8;
    border-radius: 6px;
    margin-bottom: 15px;
}

.form-style-10 h1 {
    padding: 20px 30px 15px 30px;
    margin: -30px -30px 30px -30px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px sans-serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
}

.form-style-10 h1 > span {
    display: block;
    margin-top: 2px;
    font: 13px Arial, Helvetica, sans-serif;
}

.form-style-10 .form-style-label {
    display: block;
    font: 13px Arial, Helvetica, sans-serif;
    color: #888;
    margin-bottom: 5px;
    margin-top: 10px;
}


.form-style-10 .appraisalsection {
    font: normal 20px 'Bitter';
    color: #edbc1d;
    margin-bottom: 5px;
    font-family: Raleway, sans-serif;
}

.form-style-10 .appraisalsection span {
    background: #edbc1d;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #efad00;
    color: #fff;
    cursor: pointer;
    margin-right: 0.5rem;
    outline: none;
}

.option-input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    left: -1px;
}

.option-input:checked::after {
    background: #efad00;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input:checked {
    background: #efad00;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

.timelabel {
    line-height: 0px;
}

.tab-page-title {
    color: #fff;
    text-align: center;
}

.tabcontainer {
    position: relative;
    padding: 0;
}

.tabcontainer:before {
    content: "";
    border-top: 2px solid #edbc1d;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 100px);
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    z-index: 1;
}

.tabsteps {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0;
}

.tabstep {
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.stepcircle {
    z-index: 2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #edbc1d;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #edbc1d;
}

.tabstep p {
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    color: #edbc1d;
    font-family: Raleway, sans-serif;
}

.tab-terms {
    text-align: justify;
    word-spacing: 9px;
}

.tab-page-title .tabsteps .tabactive .stepcircle {
    background-color: #0aa06e;
    border: 2px solid #0aa06e;
}

.tab-page-title .tabsteps .tabactive p {
    color: #0aa06e;
}

.item-label {
    color: #666;
    font-size: 14px;
    font-weight: 700;
}

.item-value {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
}

.successtable {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.successtable > thead:first-child > tr:first-child > th {
    border-top: 0;
    text-align: left;
}

.successtable > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.successtable > tbody > tr > td, .successtable > tfoot > tr > td, .successtable > thead > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.chat-window {
    bottom: 0;
    position: fixed;
    right: 10px;
    float: right;
    margin-left: 10px;
    z-index: 15;
}

.chatbox-panel {
    margin-bottom: 0px;
    border-color: #ddd;
    background-color: #fff;    
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.chatbox-panel > .chatbox-panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.chatbox-panel .top-bar {
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
    padding-top: 12px;
    padding-left: 12px;
}

#minim_chat_window {
    margin-top: 7px;
}

.chatbox-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-family: Thicccboi, sans-serif !important;
    letter-spacing:0;
}

.chat-window > div > .chatbox-panel {
    border-radius: 5px 5px 0 0;
}

.icon_minim {
    padding: 2px 10px;
    color: #fff;
}

.msg_container_base {
    margin: 0;
    max-height: 300px;
    overflow-x: hidden;
    border: 1px solid #ccc;
 /*   background: rgba(204, 204, 204, 0.44);*/
    padding: 10px;
}

.msg_container_base p {
    font-weight: 600;
    color: #545454;
}

.msg_container_base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.saved-count {
    background-color: #e3af09;
    float: left;
    height: 29px;
    width: 29px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    padding-top: 2px;
}

.vehiclediv {
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

.vehiclediv .v-image {
    position: relative;
    display: inline-block;
    margin-top: 0;
    width: 100%;
}

.vehiclediv:hover {    
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.5);
    transition: .25s ease-in-out;
}

.width90 {
    min-width: 90% !important;
}

.v-image .v-image-resizable {
    display: block;
    width: 100%;
    position: relative;
    white-space: nowrap;
    max-width: 100% !important;
}

.v-image .v-image-resizable:before {
    padding-bottom: 70%;
}

.v-image .v-image-resizable:before {
    content: '';
    display: block;
}

.v-image .v-image-inner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
}

.v-image .v-image-inner:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 0;
}

.v-image-inner img {
    border-radius: 10px 10px 0px 0px;
}

@media (min-width: 768px) {
    .v-image .v-image-inner img {
        vertical-align: middle;
    }
}

.v-image .v-image-inner img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
}

.v-image .img-responsive {  
    border: 0;
}

.badge-href {
    text-shadow: none;
    font-size: 10px;
    padding: 3px 7px;
    font-weight: normal;
    line-height: 15px;
    border: 1px solid#edbc1d !important;
    border-radius: 11px;
    color: #3e53e8;
}

.dr-details-overview {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.dr-details-subtitle {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 6px;
    font-size: 11px;
}

.dr-details-overview-row {
    display: table;
    width: 100%;
    color: #757575;
    border-bottom: 1px solid #f0f0f0;
}

.dr-details-overview-title {
    display: table-cell;
    padding: 6px 0;
    line-height: 1.3;
    font-size: 13px;
    color: #757575;
}

.dr-details-overview-val {
    font-weight: 700;
    text-align: right;
    display: table-cell;
    padding: 6px 0;
    line-height: 1.3;
    font-size: 13px;
}

.dr-details-descr-content {
    font-size: 13px;
    margin-left: 3%;
    color: #757575;
    height: 124px;
    overflow: auto;
}

.dr-details-descr-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.dr-details-descr-content::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.dr-details-descr-content::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.dr-change {
    padding: 20px 6%;
    height: 330px;
    overflow: auto;
}

.dr-change::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.dr-change::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.dr-change::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.dr-change-header {
    margin: 2px 0 24px;
}

.dr-change-tabs {
    position: relative;
    font-size: 0;
}

a.dr-change-tab {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    text-transform: uppercase;
    color: #757575;
    border: 1px solid #e1e1e1;
    background: #fff;
    text-decoration: none;
    margin-right: -1px;
}

a.dr-change-tab.active {
    background-color: #0092e7;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
    border-color: transparent;
    color: #fff;
    z-index: 1;
}

.dr-change-tab-content {
    display: none;   
}

.dr-change-tab-content.active {
    display: block;
}

a.dr-change-vehicle {
    position: relative;
    display: block;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    padding: 10px 10px;
    cursor: pointer;
    color: #434242;
    margin-top: -1px;
}

.dr-change-vehicle-img,
.dr-change-vehicle-descr {
    display: inline-block;
    vertical-align: middle;
}

.dr-change-vehicle-img {
    position: relative;
    width: 20%;
    margin-right: -5px;
    text-align: center;
}

.dr-change-vehicle-img .img-responsive {
    width: auto;
    height: auto;
    max-height: 100%;
}

.dr-change-vehicle-descr {
    margin-left: 4%;
    width: 76%;
}

.dr-change-vehicle-title,
.dr-change-vehicle-price {
    display: block;
}

.dr-change-vehicle-title {
    font-size: 18px;
    line-height: 1.2;
}

.dr-change-vehicle-price {
    margin-top: 2px;
}

.dr-change-vehicle-price-title {
    text-transform: uppercase;
    font-size: 11px;
    color: #757575;
    font-weight: 700;
}

.dr-change-vehicle-price-val {
    font-size: 13px;
    margin-left: 2px;
}

#creditdiv, #insertcredit {
    height: 20px;
}

.blurDiv {
    float: left;
    width: 100%;
    position: relative;
}

.blurDiv.active {
    filter: blur(1px);
}

.blurOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(227, 227, 227, 0);
    z-index: 1;
}

.blurDiv.active .blurOverlay {
    display: block;
}

.input-dollar {
    position: relative;
}

.input-dollar.left input {
    padding-left: 19px;
}

.input-dollar.right input {
    padding-right: 18px;
    text-align: end;
}

.input-dollar:before {
    position: absolute;
    top: -12px;
    content: "$";
    font-size: 16px;
}

.input-dollar.left:before {
    left: 8px;
}

@media (max-width: 991px) {
    .dr-change-tabs-note {
        margin-bottom: 20px;
        font-size: 13px;
    }

    a.dr-change-tab {
        padding: 0 10px;
    }

    a.dr-change-vehicle {
        padding: 10px;
    }

    .dr-change-vehicle-title {
        font-size: 16px;
    }

   /* .vehicle-detail-container .top-wrapper.pre-head {
        text-align: left;
        justify-content:left;
    }*/
    .phone-class {
        display: none;
    }
}

@media (min-width: 992px) {
    .dr-change-tabs-note {
        position: absolute;
        top: 0;
        right: 0;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    a.dr-change-tab {
        padding: 0 16px;
    }

    a.dr-change-tab:not(.active):hover {
        color: #0092e7;
    }

    a.dr-change-vehicle {
        padding: 10px 10px;
    }

    a.dr-change-vehicle:hover {
        border-color: #0092e7;
        background: #f1f1f1;
        z-index: 1;
    }

    .dr-change-vehicle-title {
        font-size: 18px;
    }
}

.getapproved .step-paginator {
    height: 60px;
    margin: 0;
    padding: 0;
    max-width: 900px;
    font-family: Raleway, sans-serif;
}

.step-paginator .step1-paginator-wrapper, .step-paginator .step2-paginator-wrapper {
    border-bottom: 1px solid #ebebeb;
    height: 100%;
    width: 33%;
    padding: 15px;
    display: inline-block;
    float: left;
    text-align: center;
}

.step-paginator .step3-paginator-wrapper {
    border-bottom: 1px solid #ebebeb;
    height: 100%;
    width: 34%;
    padding: 15px;
    display: inline-block;
    float: left;
    text-align: center;
}

.step-paginator .step1-paginator {
    background-color: #b6b6b6;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 3px 11px;
}

.step-paginator .step2-paginator, .step-paginator .step3-paginator, .step-paginator .step4-paginator {
    background-color: #b6b6b6;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 3px 9px;    
}

.step-paginator .step1-paginator-text, .step-paginator .step2-paginator-text, .step-paginator .step3-paginator-text, .step-paginator .step4-paginator-text {
    color: #767979;
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.step-paginator .select {
    background-color: #ededed;
    color: #d9dbdb;
    border: none;
}

.step-paginator .select::after {
    border-left: 1.25em solid transparent;
    border-right: 1.25em solid transparent;
    border-top: 1.25em solid #ebebeb;
    bottom: -15px;
    margin-left: -19px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
}

.step-paginator .select .step1-paginator, .step-paginator .select .step2-paginator, .step-paginator .select .step3-paginator, .step-paginator .select .step4-paginator {
    background-color: #fff;
    color: #767979;
}

.getapproved .formBlock {
    margin: 5px 0 0 0;
    font-family: Thicccboi, sans-serif;
}

.getapproved .formBlock h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;        
    color: #292929;
    margin-top: 5px;
}

.getapproved .formBlock .formContent {
    background-color: #fff;
    border: 0;
    padding: 0;    
}

.getapproved .formBlock .formContent .field input.text {
    max-width: 100%;
    width: 100%;            
}

.getapproved .formBlock .formContent .field textarea.message {
    width: 100% !important;
    height: 80px;            
}

.getapproved .formBlock .formContent .cmessage {
    margin: 0 0 10px 0;            
}

.formBlock .title-image {
    float: left;
    margin-left: -3px;
}

.formBlock .title-text p {
    font-size: 14px;
    margin: -15px 0px 10px;
}

.formBlock .step1-left-colum {
    height: 100%;
    margin-bottom: 20px;
    margin-right: 6%;
    max-width: 42%;
    padding-bottom: 11px;
    padding-top: 18px;
    background-color: #f5f5f5;    
}

.formBlock .step1-right-colum-text {
    color: #292929;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 1px 5px;
    text-align: center;
}

.formBlock .step1-right-colum-text2 {
    padding: 15px 0 5px;
    text-align: center;
}

.formBlock .step1-right-colum-line {
    background: #facb2f none repeat scroll 0 0;
    height: 3px;
    width: 100px;
    margin: 20px auto 8px;
    transition: width 500ms ease 0s;
}

.formBlock .label {
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    color: #222;
    float: left;   
    line-height: normal;
    white-space: normal;
}

.formBlock .dealerselect {
    background-color: #fff;
    color: #696e71;
    width: 100%;
    height: 33px;
}

.formBlock .step-button {
    background-color: #FACB2F;
    margin: 10px -10px 10px;
    padding: 15px 15px 15px 15px;
}

.step-button .step-button-button {
    background-color: #FFF;
    border: 1px solid #d4d8d9;
    border-radius: 6px;
    color: #828282;    
    cursor: pointer;
    font-size: 14px;
    max-width: 140px;
    padding: 10px 35px 10px 0;
    text-align: right;
}

.step-button .step-button-button:hover, .step-button .step-button-button:focus {
    background-color: #d4d8d9;
}

.step-button .step-button-title {
    color: #fff;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
}

.step-button-button .step-button-img {
    padding-left: 26px;
}

.step-button-button .step-button-text {
    float: right;
}

.step-button a.step1-terms {
    color: #000;
}

.step-button a.step1-terms:hover, a.step1-terms:focus {
    color: #fff;
}

.formBlock .right-wripper img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.step2 .step-button .step-button-button {
    max-width: 140px;
    padding: 10px 4px 10px 0;
    text-align: right;
}

.step2 .step-button-img {
    padding-left: 12px;
    padding-right: 10px;
}

.step2-left-colum {
    height: 100%;
    margin-bottom: 20px;
    margin-right: 6%;
    max-width: 94%;
    padding-bottom: 11px;
    padding-top: 18px;
  /*  background-color: #F7F7F7;*/
}

.step2 .text.agree {
    border: 1px solid #000;
    margin: 0 2px 2px;
}

.step2-right-colum {
    height: 100%;
    margin-bottom: 20px;
    margin-right: 6%;
    max-width: 94%;
    padding-bottom: 11px;
    padding-top: 18px;
/*    background-color: #F7F7F7;*/
}

.step2-right-colum-text {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 1px 5px;
    text-align: center;
}

.step2-right-colum-text2 {
    padding: 15px 0 5px;
    text-align: center;
}

.step2-right-colum-line {
    background: #facb2f none repeat scroll 0 0;
    height: 3px;
    margin-bottom: 8px;
    margin-top: 20px;
    transition: width 500ms ease 0s;
    width: 100%;
}

.step2 .field input.text.gross {
    max-width: 170px !important;
    padding-right: 0;
}

.step3 .step3-left-colum {
    height: 100%;
    margin-bottom: 20px;
    margin-right: 6%;
    max-width: 42%;
    padding-bottom: 11px;
    padding-top: 18px;
/*    background-color: #F7F7F7;*/
}

.step3 .step-print {
    color: #000;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0 3px 10px;
}

.step3 .step-button-img-print > img {
    display: inline-block;
    float: left;
    height: 55px;
    margin-left: -10px;
}

.step3 .step-button-img-print {
    margin-left: 30%;
}

.step3 .step3-right-colum-price {
    color: #85cfc1;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.step3 .step3-right-colum-text1 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.step3 .step3-right-colum-text {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 1px 5px;
    text-align: center;
}

.step3 .step3-right-colum-text2 {
    padding: 15px 0 5px;
    text-align: center;
    font-size: 12px;
}

.step3 .step3-right-colum-line {
    background: #facb2f none repeat scroll 0 0;
    height: 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: width 500ms ease 0s;
    width: 100%;
}

@media (min-width:768px) {
    .getapproved .heading .description h1 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 13px;
    }

    .getapproved .formBlock .formContent .field textarea.message {
        width: 485px !important;
    }
}

@media (max-width:768px) {
    .formBlock .step1-left-colum {
        max-width: 100%;
        margin-right: 0%;
    }

    .formBlock .step2-left-colum {
        max-width: 100%;
        margin-right: 0%;
    }

    .formBlock .step3-left-colum {
        max-width: 100%;
        margin-right: 0%;
    }

    .getapproved .step-paginator {
        width: auto;
        margin: 0 auto;
        border: 0;
    }

    .step-paginator .step1-paginator-wrapper, .step-paginator .step2-paginator-wrapper, .step-paginator .step3-paginator-wrapper, .step-paginator .step4-paginator-wrapper {
        padding: 17px 1px;
    }

    .step-paginator .step1-paginator-wrapper {
        width: 33%;
    }

    .step-paginator .step2-paginator-wrapper {
        width: 30%;
    }

    .step-paginator .step3-paginator-wrapper {
        width: 37%;
    }

    .step-paginator .step4-paginator-wrapper {
        width: 28%;
    }

    .step-paginator .step1-paginator-text, .step-paginator.step2-paginator-text, .step-paginator .step3-paginator-text, .step-paginator .step4-paginator-text {
        font-size: 14px;
    }

    .step-paginator .step1-paginator {
        font-size: 10px;
        padding: 2px 8px 3px;
    }

    .step-paginator .step2-paginator {
        font-size: 10px;
        padding: 2px 10px 3px;
    }

    .step-paginator .step3-paginator {
        font-size: 10px;
        padding: 2px 10px 3px;
    }

    .step-paginator .step4-paginator {
        font-size: 10px;
        padding: 1px 7px 4px;
    }

    .getapproved .formBlock {
        max-width: 900px;
        margin: 10px auto;
    }

    .getapproved .formBlock .formContent {
        width: auto;
        margin: 0 auto;
      /*  overflow: hidden;*/
    }

    .formBlock .title-image {
        margin-left: 0;
    }
}

@media (max-width:767px) {
    .step2 .field input.text.gross {
        max-width: 145px !important;
    }

    .getapproved .step-paginator {
        margin-top: 10px;
    }

    .getapproved .step-paginator {
        margin: 0 14px;
    }

    .getapproved .formBlock {
        width: auto;
        margin: 0 auto;
    }
}

@media screen and (min-width:1440px) {
    div#map_canvas {
        height: 600px !important;
    }

    .mod-google-map {
        width: 480px !important;
    }
}

@media screen and (max-width:1440px) {
    div#personalizedmodal {
        width: 80% !important;
    }

    div#map_canvas {
        height: 600px;
    }
}

@media screen and (min-width:1024px) and (max-width:1439px) {
    div#buyusedcarcontainer {
        width: 987px;
    }

    div#personalizedmodal {
        width: 80% !important;
    }

    div#column4 {
        width: 100%;
    }

    .modal-content {
        width: 80% !important;
    }

    div#column8 {
        width: 100%;
    }

    div#Compare_car_window {
        width: 30%;
    }

    div#map_canvas {
        height: 550px !important;
    }

    .mod-google-map {
        width: 480px !important;
    }
 
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
    div#buyusedcarcontainer {
        width: 730px;
    }

    div#personalizedmodal {
        width: 100% !important;
    }

    div#timepickerdiv {
        float: right;
    }

    div#column4 {
        width: 100%;
    }

    div#column8 {
        width: 100%;
    }

    .modal-content {
        width: 80% !important;
    }
    #HoldVehicle .modal-content {
        width: 100% !important;
    }

    .custom-time-slot-container .col-mo-2{
        width:33.33%!important;
    }

   /* .step1-right-colum {
        width: 100%;
    }  */     

    div#Compare_car_window {
        width: 50%;
    }

    .text-block-6 {
        font-size: 16px;
    }

    .text-block-7 {
        font-size: 16px;
    }

    div#detailprice {
        padding: 0px 0px 0px 20px;
    }

    div#map_canvas {
        height: 550px !important;
    }

    .mod-google-map {
        width: 360px !important;
    }

    .vehicledetail .link-list-wrap a {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 425px) {
    div#personalizedmodal {
        width: 100% !important;
    }

    div#sndmsgcontact {
        width: 80%;
    }

    div#guage1 {       
        border-bottom: 1px solid #ccc;
    }

    div#guage2 {
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #ccc;
    }

    #gauge {
        margin-top: 60px !important;
        margin-left: 70px;
    }

    #Compare_car_window {
        width: 75%;
    }

    #success-notification-div-for {
        width: 70%;
    }

    #error-notification-div-for {
        width: 70%;
    }

    #success-notification-div {
        width: 70%;
    }

    #error-notification-div {
        width: 70%;
    }

    #btnBack {
        float: right;
    }

    .modal-content {
        width: 90% !important;
    }

    .dr-toggler-title {
        width: 270px;
    }

    .dr-vehicle-value {
        float: left;
    }

    .popup-logo {
        margin-bottom: 15px;
    }

    #btnContinue {
        float: right;
        margin-bottom: 10px !important;
    }

    button#btnContinue:focus {
        outline: none !important;
    }

    .dr-sidebar .dr-monthly-payment {
        top: -45px;
    }

    .dr-fees-taxes-zip-note {
        float: left;
        width: 100% !important;
        position: static;
        margin: 10px 0px 10px 0px !important;
        left: 0px !important;
        top: 60px !important;
    }

    .dr-fees_block {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .dr-taxes_block {
        width: 100% !important;
    }

    #drZipcodeInput {
        width: 130px !important;
    }

    .dr-fees-taxes-sum-wrapper {
        margin: 0px !important;
        width: 100% !important;
    }

    .dr-protect-add-descr {
        width: 100% !important;
        float: left;
    }

    .dr-protect-add-btns {
        width: 100% !important;
        float: left;
    }

    .dr-show-deal-car {
        position: inherit;
        width: 100%;
    }

    .dr-summary-monthly {
        margin: 20px 0px 0px 0px !important;
        width: 100%;
    }

    .dr-summary-monthly-sum {
        width: 100%;
        text-align: center;
    }

    .dr-summary-monthly-note {
        width: 100%;
    }

    .dr-show-deal-save {
        position: inherit !important;
        width: 100% !important;
        padding: 15px 0px !important;
        margin: 15px 0px !important;
    }

    .dr-show-deal-save:before {
        content: none;
    }

    div#fuelLocationSave {
        padding: 0px 50px;
    }

    div#fueleconomy {
        padding: 0px !important;
    }

    div#vehiclelocationdetail {
        padding: 0px !important;
    }

    div#vehiclestockdetail {
        padding: 0px !important;
    }

    .slider-values {
        width: 90% !important;
    }

    .width90 {
        min-width: 100% !important;
    }

    .increase-value {
        float: right !important;
        margin-top: 0px !important;
    }

    div#map_canvas {
        height: 510px !important;
    }
}

@media screen and (max-width: 767px) {
    #minim_chat_window {
        position: absolute;
        bottom: 6px;
        right: -5px;
    }

    .chat-window {
        left: 0px;
        padding-right: 30px;
    }
    div#detailprice {
        padding: 0px 0px 0px 0px !important;
    }

    #vehicle_search{
        display:none;
    }

    #vehicle_search_mobile {
        display: inherit !important;
    }
  
}

@media screen and (max-width: 424px) and (min-width: 375px) {
    div#personalizedmodal {
        width: 100% !important;
    }

    div#sndmsgcontact {
        width: 80%;
    }

    div#guage1 {      
        border-bottom: 1px solid #ccc;
    }

    div#guage2 {
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #ccc;
    }

    #gauge {
        margin-top: 60px !important;
        margin-left: 40px;
    }

    #Compare_car_window {
        width: 85%;
        right: 0;
    }

    #success-notification-div-for {
        width: 70%;
    }

    #error-notification-div-for {
        width: 70%;
    }

    #success-notification-div {
        width: 70%;
    }

    #error-notification-div {
        width: 70%;
    }

    div#rdbpersonalshopperdiv {
        display: inline-block !important;
    }

    .slider-values {
        width: 90% !important;
    }

    #btnBack {
        margin-top: 10px !important;
    }

    .modal-content {
        width: 90% !important;
    }

    .ul-feedback {
        padding-left: 10px;
    }   

    .dr-toggler-title {
        width: 250px;
    }

    .dr-vehicle-value {
        float: left;
    }

    #drVehicleValue {
        width: 124px !important;
    }

    .popup-logo {
        margin-bottom: 15px;
    }

    #btnContinue {
        float: right;
    }

    .dr-sidebar .dr-monthly-payment {
        top: -45px;
    }

    .dr-toggler-label {
        padding: 20px 14px 10px 40px !important;
    }

    .dr-toggler-content {
        display: inline-block;
    }

    .dr-fees-taxes-zip-note {
        float: left;
        width: 100% !important;
        position: static;
        margin: 10px 0px 10px 0px !important;
        left: 0px !important;
        top: 100px !important;
    }

    .dr-fees_block {
        width: 100% !important;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .dr-taxes_block {
        width: 100% !important;
    }

    #drZipcodeInput {
        width: 80% !important;
    }

    .dr-fees-taxes-sum-wrapper {
        margin: 0px !important;
        width: 100% !important;
    }

    .dr-protections {
        padding: 0px;
    }

    .dr-protect-add-descr {
        width: 100% !important;
        float: left;
    }

    .dr-protect-add-btns {
        width: 100% !important;
        float: left;
    }

    .dr-show-deal-car {
        position: inherit;
        width: 100%;
    }

    .dr-summary-monthly {
        margin: 20px 0px 0px 0px !important;
        width: 100%;
    }

    .dr-summary-monthly-sum {
        width: 100%;
        text-align: center;
    }

    .dr-summary-monthly-note {
        width: 100%;
    }

    .dr-show-deal-save {
        position: inherit !important;
        width: 100% !important;
        padding: 15px 0px !important;
        margin: 15px 0px !important;
    }

    .dr-show-deal-save:before {
        content: none;
    }

    #cbs_webwidget {
        width: 40%;
        left: 0px;
    }

    div#detailprice {
        padding: 0px !important;
    } 

    #valdrVehicleValue {
        position: relative;
        margin: -50px;
        bottom: -25px;
    }

    div#fueleconomy {
        padding: 0px !important;
    }

    div#vehiclelocationdetail {
        padding: 0px !important;
    }

    div#vehiclestockdetail {
        padding: 0px !important;
    }

    .width90 {
        min-width: 100% !important;
    }

    .increase-value {
        float: right !important;
        margin-top: 0px !important;
    }

    div#map_canvas {
        height: 510px !important;
    }
}

@media screen and (max-width: 374px) and (min-width: 320px) {
    div#personalizedmodal {
        width: 100% !important;
    }

    div#sndmsgcontact {
        width: 90%;
    }

    div#guage1 {
        border-bottom: 1px solid #ccc;
    }

    div#guage2 {
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #ccc;
    }

    #gauge {
        margin-top: 60px !important;
        margin-left: 20px;
    }

    #Compare_car_window {
        width: 95%;
        right: 0;
    }

    #success-notification-div-for {
        width: 70%;
    }

    #error-notification-div-for {
        width: 70%;
    }

    #success-notification-div {
        width: 70%;
    }

    #error-notification-div {
        width: 70%;
    }

    div#datetimerow {
        margin: 0px;
    }

    #btnbacktoCalculation {
        min-width: 140px;
    }

    .modal-content {
        width: 100% !important;
    }

    .ul-feedback {
        padding-left: 10px;
    }

    .dr-radio-label {
        min-width: 140px !important;
    }

    .dr-toggler-title {
        width: 180px;
        font-size: 11px;
    }

    .personalize-radio-group-caption {
        display: block;
    }

    .dr-vehicle-value {
        float: left;
    }

    #drVehicleValue {
        width: 80px !important;
    }

    .dr-protections .dr-toggler-label:before {
        height: 15px;
        width: 15px;
        top: 40px;
    }

    #valdrVehicleValue {
        position: relative;
        margin: -50px;
        bottom: -25px;
    }

    #drradiofor15yes {
        min-width: 100px !important;
    }

    #drradiofor15no {
        min-width: 100px !important;
    }

    #drradiofor13yes {
        min-width: 100px !important;
    }

    #drradiofor13no {
        min-width: 100px !important;
    }

    div#rdbpersonalshopperdiv {
        display: inline-block !important;
    }

    .slider-values {
        width: 90% !important;
    }

    .popup-logo {
        margin-bottom: 15px;
    }

    .saved-count {
        margin-right: 5px !important;
    }

    #btnContinue {
        float: right;
        margin-bottom: 10px !important;
    }

    .dr-sidebar .dr-monthly-payment {
        top: -45px;
    }

    .dr-toggler-label {
        padding: 20px 14px 10px 40px !important;
    }

    .dr-toggler-content {
        display: inline-block !important;
    }

    .dr-fees-taxes-zip-note {
        float: left;
        width: 100% !important;
        position: static;
        margin: 10px 0px 10px 0px !important;
        left: 0px !important;
        top: 100px !important;
    }

    .dr-fees_block {
        width: 100% !important;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .dr-taxes_block {
        width: 100% !important;
    }

    #drZipcodeInput {
        width: 80% !important;
    }

    .dr-fees-taxes-wrapper {
        padding: 18px 0px !important;
    }

    .dr-fees-taxes-sum-wrapper {
        margin: 0px !important;
        width: 100% !important;
    }

    .dr-protections {
        padding: 0px;
    }

    .dr-protect-add-wrapper {
        display: inline-block;
    }

    .dr-protect-add-descr {
        width: 100% !important;
        float: left;
    }

    .dr-protect-add-btns {
        width: 100% !important;
        float: left;
    }

    .dr-show-deal-car {
        position: inherit;
        width: 100%;
    }

    .dr-trade-summary-items {
        display: inline-block;
        width: 100%;
    }

    .dr-trade-summary-item {
        width: 100% !important;
        display: inline-block !important;
    }

    .dr-summary-monthly {
        margin: 20px 0px 0px 0px !important;
        width: 100%;
    }

    .dr-summary-monthly-sum {
        width: 100%;
        text-align: center;
    }

    .dr-summary-monthly-note {
        width: 100%;
    }

    .dr-show-deal-save {
        position: inherit !important;
        width: 100% !important;
        padding: 15px 0px !important;
        margin: 15px 0px !important;
    }

    .dr-show-deal-save:before {
        content: none;
    }

    #cbs_webwidget {
        width: 30%;
        left: 0px;
    }

    div#detailprice {
        padding: 0px !important;
    }  

    div#fueleconomy {
        padding: 0px !important;
    }

    div#vehiclelocationdetail {
        padding: 0px !important;
    }

    div#vehiclestockdetail {
        padding: 0px !important;
    }

    .width90 {
        min-width: 100% !important;
    }

    .increase-value {
        float: right !important;
        margin-top: 0px !important;
    }

    div#map_canvas {
        height: 510px !important;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .buyusedcaradvancedropdown {
        margin: 5px 0px 0px 0px !important;
    }

    #listbuttton, #gridbutton {
        display: none;
    }

    .advance {
        width: 100% !important;
    }

    .searchthings {
        width: 50% !important;
    }

    #updateresult {
        width: 100% !important;
    }

    .advancepanelcontent #resetall {
        float: none !important;
    }
}

.spinner1 {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 30px;
    border-radius: 5em;
    border-color: #edbc1d transparent #edbc1d transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.item {
    display: inline-block;
    padding: 0 5em;
}

@media (min-width:1024px) {
    .menu-container .w-dropdown:hover .w-dropdown-list {
        display: block;
        margin-top: 0px;
        background-color: rgba(0, 0, 0, .75);
        color: #fff;
        text-align: center;
    }

    .w-dropdown-list.w--open {
        display: none;
    }
}

@media (min-width: 768px) {
    .dropdownlink:hover {
        color: #282828;
    }
}

@media (max-width: 1023px) {
    .navlink {
        margin-top: 0px !important;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.personalize-tab-link.w--current {
    min-width: 100px;
    padding-bottom: 15px;
    border-bottom: 3px solid #edbc1d;
    background-color: transparent;
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.personalize-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 0px;
    cursor: pointer;
}

.homesearch {
    height: 38px;
    padding: 0px 15px;
}

.letterspacing0 {
    letter-spacing: 0px !important;
}

.letterspacing1 {
    letter-spacing: 1px !important;
}

.centeredbutton {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.personile-payment {
    min-height: 390px;
}

.decrease-value {
    float: right;
    margin-top: 8px;
}

.increase-value {
    float: left;
    margin-top: 8px;
}

.downpayment-euro.lefting input {
    padding-left: 18px;
}

.downpayment-euro:before {
    position: absolute;
    top: 10px;
    content: "$";
}

.downpayment-euro.lefting:before {
    left: 5px;
}

.buyusedcaradvancedropdown {
    height: 40px;
    margin: 2px 2px;
}

.popup_bak {
    display: block;
    overflow: hidden auto;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100001;
    outline: 0px;
}

.auto_check_modal {
    width: 90%;
    max-width: 1250px;
    margin: 30px auto;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    min-height: 800px;
}

.auto_check_modal_close {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 10000;
    color: rgb(51, 51, 51);
    background: white;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 26px;
    border: 1px solid #333;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.auto_check_loder {
    width: 150px;
    margin: 0 auto;
    position: absolute;
    left: 44%;
    top: 350px;
}

.spincar-srp-360-wa-button {
    background-color: #1f6aa5 !important;
    padding: 6px 0px !important;
    margin-top: -3px !important;
}

.lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 99999999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 12% auto 3% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .lightbox-container {
        margin-top: 10%;
    }
}

@media screen and (max-width: 414px) {
    .lightbox-container {
        margin-top: 13%;
    }
}

.lightbox-content {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
    padding: 12px;
}

.lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 0px;
    overflow: hidden;
    height: 0;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.lh-18 {
    line-height: 18px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #e7e7e7;
}

::-webkit-scrollbar-thumb {
    background: #999999;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-9 {
    margin-top: 9px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ui-slider .ui-slider-range {
    border-color: #edbc1d !important;
    background-color: #edbc1d !important;
}

.search-vehicle-container {
    width: 100% !important;
    max-width: 100% !important;   
    font-family: Thicccboi, sans-serif!important;
}

/*.search-vehicle-input {
    font-family: Thicccboi, sans-serif !important;
    padding: 8px 10px !important;
    color: #333;
    outline: none;
    border: 1px solid #d9d9d9 !important;
    width: 100%;
    font-size: 16px;
    background: url(/Content/Images/ico_search.png) no-repeat scroll left #f6f6f6;
    background-size: 26px;
    background-position: 8px 4.5px;
    padding-left: 40px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;   
    border-radius: 30px !important;
}*/

.selected-filter {    
    line-height: 34px;
    display: inline-block;
    margin: 10px 10px 0 0;
    background-color: #f5f7ff;
    padding: 0;
    height: 34px;
    border: 1px solid var(--clr-border-light-gray);
    color: #000;
    font-weight: 400;
    border-radius: 6px;
    -webkit-user-select: none;
    user-select: none;
}

.selected-filter span {
    padding-left: 8px;
    cursor: pointer;
    display: inline-block;
    width: 7px;
    height: 7px;
    cursor: pointer;
    padding: 0 10px 0 5px;
}

.search-vehicle-container .btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.5384616;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background-color: #1f6aa5;
    border-color: #1f6aa5;
}

.search-vehicle-container .btn:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.lbl-primary {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: normal !important;
}

.lbl-secondary {
    color: #777777;
    font-weight: 600;
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px !important;
}

.width-auto {
    width: auto;
}

.no-border {
    border: 0px;
}

.blue_link {
    color: #2394bc !important;
    text-decoration: none;
    cursor: pointer !important;
}

.blue_link_underline {
    color: #2394bc !important;
    text-decoration: underline;
    cursor: pointer !important;
}

.search-vehicle-filter {
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom: 0px;
    width: 16.5% !important;
    position: fixed !important;
}

.filter-header {
    border-bottom: 1px solid #ccc;
    background-color: #f6f6f6;
}

.filter-item {
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    cursor: pointer;
}

.filter-item:hover {
    background-color: #f9f9f9;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.filter-sub-item {
    border-bottom: 1px solid #ddd;    
    padding: 20px 10px 10px 5px;
    display: none;
}

.filter-sub-item ul {
    list-style: none;
    padding-left: 0px;
}

.filter-sub-item label {
    color: #777777;
    font-weight: normal !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px dotted #dadada;
}

.filter-sub-item li:last-child label {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.filter-sub-item li:last-child.li-with-ul label {
    margin-bottom: 10px !important;
}

.filter-sub-item li:last-child.li-with-ul ul li label {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px dotted #dadada !important;
}

.filter-sub-item li:last-child.li-with-ul ul li:last-child label {
    margin-bottom: 0px !important;
    border-bottom: 1px dotted #dadada !important;
}

.filter-sub-item li:last-child.li-with-ul ul {
    margin-bottom: 0px !important;
}

.filter-sub-item li:last-child ul {
    padding-left: 30px !important;
    padding-top: 10px !important;
    border-top: 1px dotted #ddd;
    border-bottom: 0px !important;
    display: none;
}

.search-vehicle-container .input-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #989898;
    color: #2394bc;
    cursor: pointer;
    margin: -3px 0.5rem 0 0;
    outline: none;
    vertical-align: middle;
}

.search-vehicle-container .input-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    left: -1px;
}


.search-vehicle-container .input-checkbox:checked::after {
    background: #ffffff;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.search-vehicle-container .w-icon-slider-right {
    font-weight: bold;
    font-size: 12px;
}

.model-list {
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dotted #ddd;
    display: none;
}

.feature-list {
    padding-left: 30px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dotted #ddd;
    display: none;
}

.w-dyn-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.search-vehicle-content {
    padding-top: 10px;
}

.pagination > li.prev > a:before {
    font-family: 'webflow-icons';
    content: "\e601";
    position: relative;
    left: -2px;
    bottom: -1px;
}

.pagination > li.next > a:after {
    font-family: 'webflow-icons';
    content: "\e600";
    position: relative;
    right: -2px;
    bottom: -2px;
}

.input-slider-range {
    border-radius: 3px;
    background-color: #f9f9f9;
}

.input-slider-range:focus {
    outline: none !important;
    border-color: #2394bc !important;
}

.filter-input {
    border-radius: 3px;
    background-color: #f9f9f9;
}

.filter-input:focus {
    outline: none !important;
    border-color: #2394bc !important;
}

.btn-orange {
    color: #fff;
    background-color: #edbc1d;
    border-color: #edbc1d;
}

.device_indicator {
    display: none;
}

.filter-button-mobile {
    display: none;
}

.select-filter-header-mobile {
    display: none;
}

.selected-filters-container-mobile {
    display: none;
}

.apply-filter-button-mobile {
    display: none;
}

.search-vehicle-groups {
    overflow-x: scroll;
    display: flex;
}

.search-vehicle-groups::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.search-vehicle-groups::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    height: 0px;
}

.search-vehicle-groups::-webkit-scrollbar-thumb {
    background-color: #edbc1d;
}

.search-vehicle-groups-prev {
    float: left;
    cursor: pointer;
    display: none;
}

.search-vehicle-groups-prev:before {
    font-family: 'webflow-icons';
    content: "\e601";
    font-size: 18px;
    position: relative;
    color: #777;
    top: 8px;
    left: -4px;
}

.search-vehicle-groups-next {
    cursor: pointer;
    position: absolute;
    right: 18px;
    margin-top: -40px;
    display: none;
}

.search-vehicle-groups-next:after {
    font-family: 'webflow-icons';
    content: "\e600";
    font-size: 18px;
    position: relative;
    color: #777;
    top: 6px;
    right: -3px;
}

.basic-search-container {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    padding: 10px 8% 10px 11%;
    margin-left: -20px !important;
    background-color: #FACB2F;
    border-bottom: 1px solid #edbc1d;
}

.basic-search-container .search-vehicle-input {
    border: 0px !important;
    border-radius: 5px 0px 0px 5px;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 30px;
    background-size: 30px;
    background-position: 10px 7px;
    padding-left: 45px;
    font-size: 17px;
}

.basic-search-container .selected-filters-container {
    border: 0px !important;     
}

.basic-search-container .selected-filter {
    padding: 3px 10px;
    font-size: 13px;
}

.basic-search-container label {
    position: absolute;
    left: 2.0%;
    margin-top: 12px;
    font-size: 20px;
    color: #fff;
}

.basic-search-container .lnk-top {
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 2.5%;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
}

.favourite-vehicle-img {
    width: 25px;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 15px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-90 {
    margin-top: 90px;
}

.dealer-header {
    color: #777 !important;
    text-align: center !important;
    font-family: Thicccboi, sans-serif;
    color: #313131;
    font-weight: 900;
    letter-spacing: -1px;
}

.introsection {
    height: 500px;
    margin-top: 80px;
    background-color: transparent;
    background-image: url(/Content/Web/images/welcome_CARite_Home.jpg);
    background-position: 0% 50%;
    background-size: cover;
}

.vehicle-detail-container {
    max-width: 1100px !important;
    margin-top: 10px;
}

.blue_label {
    color: #2394bc;
}

.vehicle-detail-item {
    border-right: 1px solid #ccc;
}

.vehicle-detail-item:last-child {
    border-right: 0px;
}

.vehicle-detail-item-healder {
    line-height: 30px;
    color: #555656;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px !important;
    font-family: Thicccboi, sans-serif;
    padding-left: 15px;
    vertical-align: middle;
    display:initial!important;
}


.vehicle-detail-item-detail {
    line-height: 30px;
    color: #a8afaf;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px !important;
    font-family: Thicccboi, sans-serif;
    padding-right: 15px;
    vertical-align: middle;
    display: initial !important;
}

.vehicle-detail-item-icon {
    font-size: 26px !important;
    color: #777;
    float: none;
}

.vehicle-detail-item-link {
    color: #2394bc;
    font-size: 16px;
    font-weight: 300;
    font-family: Futuraltpro, sans-serif;
    cursor: pointer;
}

.font-futura {
    font-family: Futuraltpro, sans-serif;
}

.rightcolumn {
    padding: 0px 0px 0px 30px !important;
}

.similar-vehicles {
    padding: 0px 0px 0px 30px !important;
}

.vehicle-section {    
    margin-top: 0px !important;
    padding: 20px 15px 20px 1px !important;    
}

.w-select, select {    
    padding-left: 18px;
}

input[type=text], input[type=number], input[type=phone], input[type=email] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #d2dbe0;    
}

input[type="submit"] {
    border: none;
    outline: none;
    border-color: none;
}

textarea, .txtArea {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #d2dbe0;
    padding-left: 10px;
}

input[type="checkbox"] {
    box-sizing: border-box;    
    padding: 0;    
    border-radius: 3px;
}

.w-container-small {
    max-width: 670px !important;
}

.border-radius-20px {
    border-radius: 20px;
}

.line-height-0 {
    line-height: 0;
}
/*
#div_basic_search {
    position: fixed;
    top: 16px;
    z-index: 9999;
    width: 80%;
    padding-left: 100px;
    margin-left: 10% !important;
    margin-right: 10% !important;
}*/

.inline-flex {
    display: inline-flex;
}

/*.header-module_searchIcon {
    top: 20px;
    position: fixed;
    right: 75px;
    z-index: 9999;
    vertical-align: middle;
}

.searchbar-module_searchIcon {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 10px;
    padding-left: 4%;
}

.searchbar-module_closeBtn {
    display: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 8px;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

.searchbar-module_searchInputContainer {
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-items: center;
    align-items: center;
    overflow-y: hidden;
}

#mobile-header-search-icon {
    display: none;
}*/

.selected-filter {
    padding: 2px 15px !important;
    margin-bottom: 9px !important;
}

.ribbon-wrapper-yellow {
    width: 90px;
    height: 54px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    right: -4px;
}

.ribbon-yellow {
    font: bold 15px Thicccboi, sans-serif;
    color: #333;
    text-align: center;
    position: relative;
    padding: 10px 0;
    padding-left: 30px;
    left: -40px;
    top: 10px;
    width: 141px;
    background-color: #fc0;
}

.ribbon-yellow:before, .ribbon-yellow:after {
    content: "";
    border-top: 7px solid #bebfbb;
    border-left: 0px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -7px;
}

.ribbon-yellow:before {
    left: 0;
}

.ribbon-yellow:after {
    right: 10px;
}

.vehile-field-name {
    text-align: left;
    padding-left: 15px;
    text-transform: capitalize;
    line-height: 18px;
}

.vehile-field-name span {
    font-weight: 500;
}

.circle-favourite {
    background-color: #ffff;
    padding: 5px;
    border-radius: 50px;
}

.section.contactsection {
    padding-top: 0px !important;
    padding-bottom: 35px;
}

.search-vehicle-filter {
    background-color: #f6f6f6;
    z-index:99999;
}

.m-22 {    
    margin: 22px;
}

.filter-header {
    border-bottom: none;
    margin: 20px 13px 20px 13px;
    padding-left: 14px;
}

.lbl-filter-header {
    color: #777777;
    font-weight: 700;
    font-size: 16px;
}

.filter-group {    
    border-bottom-style: inset;    
    margin: 10px 13px 10px 13px;
    padding-left: 14px;
}

.filter-item {
    border-bottom: none !important;
    padding-bottom: 15px !important;
}

.filter-main-group .filter-group {
    padding-left: 14px;
}

.filter-main-group .filter-sub-item {
    padding: 0px !important;
}

 .filter-main-group .filter-sub-item label {
     border-bottom-style: none;
 }

.vehicle-list-sort-option #SortBy {
    border: none !important;
    width: 167px;
    padding-top:4px;
}

.ulMobileVehileFilterSort {
    display: none;
}

.text-vehicle-title {
    font-size: 16px !important;
    font-weight: 700;
}
.search-vehicle-filter .filter-item {
   text-transform:none!important;
}

.search-vehicle-filter .filter-item a {
    color: gray;
}

.search-vehicle-filter .filter-item:hover {
    background:none!important;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.li-filter i {
    color: #777777;
    font-weight: 400 !important;
    font-size: 10px !important;
}

.finance-section_slider-container {
    width: 84%;
    text-align: center;
    margin: auto;
}

.w-select, select {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    border: 1px solid #d2dbe0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url(/Content/Web/images/icon_arrow_down.png);
    background-position: 99% 50%;
    background-repeat: no-repeat;
}

@supports (-webkit-touch-callout: none) {    
    .w-select, select {
        border-radius: 200px;
        -webkit-appearance: none;
        appearance: none;       
    }
}

input[type=text], input[type=number], input[type=phone], input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    border: 1px solid #d2dbe0;
}

.rc-slider, .rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 80%;
    border-radius: 6px;
    touch-action: none;
}

.rc-slider-rail, .rc-slider-track {
    position: absolute;
    height: 4px;
    border-radius: 6px;
}

.rc-slider-rail {
    width: 100%;
    background-color: #e9e9e9;
}

.rc-slider, .rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.rc-slider-track {
    left: 0;
    background-color: #abe2fb;
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: 0 0;
}

.rc-slider-dot-active {
    border-color: #96dbfa;
}

.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
}

.rc-slider-handle:hover {
    border-color: #57c5f7;
}

.rc-slider-handle {
    position: absolute;
    margin-left: -7px;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 50%;
    border: 6px solid #96dbfa;
    background-color: #fff;
    touch-action: pan-x;
}

.rc-slider-border-fill {
    border: 2px solid #2394bc !important;
    background-color: rgb(255, 255, 255);
}

.rc-slider-border-default {
    border: 2px solid #e9e9e9;
    background-color: rgb(181, 186, 191);
}

.lblPaymentTitle {
    color: #2394bc !important;
    font-size: 12px;
    font-weight: 600;
}

.lblPaymentValue {
    color: #2394bc !important;
    font-size: 14px;
    font-weight: 700;
}

.lblPaymentPrimaryTitle {
    color: #2394bc !important;
    font-size: 14px;
    font-weight: 600;
}

.lblPaymentPrimaryValue {
    color: #2394bc !important;
    font-size: 18px;
    font-weight: 700;
}

.ulPayment_Price #slider_price_range .ui-slider-horizontal {
    height: 0px !important;
}

#slider_price_range {
    width: 80%;
}

.ulPayment_Price #slider_price_range span {
    cursor: grab !important;
    border-radius: 50% !important;
    border: 6px solid #2394bc !important;
    background: none !important;
    background-color: #fff !important;
    touch-action: pan-x !important;
    height: 36px !important;
    width: 36px !important;
    position: absolute !important;
    top: -17px !important;
}

.ulPayment_Price #slider_price_range .ui-slider-range {
    height: 0px !important;
}

.licollapseOne {
    border-bottom: 1px solid #f3e8e8;
}

#divVehicleList {
    flex-grow: 1;  
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}
.lblPaymentPrimaryValue sup {
    font-size: 60% !important;
    color: #a3a6a9!important;
}

h5 {
    font-family: Thicccboi, sans-serif!important;
}

.monthly-payment-close{
    width: 8px;
    height: 8px;
    right: 10px;
    top: 0px;
    position: absolute;
}

.monthly-payment-model {
    width: 240px;
    background-color: #fff;
    padding: 0;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 5px 0 #dbd6d6;
    position: absolute;
    z-index: 100;
    display:none;
}

.monthly-payment-model-desc {
    color: #2c3236;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: .5rem;
}

.vehicle-info-icon .monthly-payment-model {
    top: 1.7rem;
    right: 0px;
}

.monthly-payment-model-title {
    background: #2394bc !important;
    background-size: 13px 13px;
    font-size: 1rem;
    color: #fff;
    padding: 1rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: 800;
    letter-spacing: .2px;
}

.monthly-payment-model-desc-link {
    color: #2394bc !important;
    font-size: .875rem;
    font-weight: 800;
    letter-spacing: .2px;
    cursor: pointer;
}

 .monthly-payment-model-desc-link .monthly-payment-arrow-icon {
        width: 8px !important;
        height: 8px !important;
        margin-left: 4px;
        display:contents;
}

.monthly-payment-model-body {
    padding: 1rem;
    line-height: normal;
}

.vehicle-info-icon {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.monthly-payment-model:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0.5rem;
    border: 4px solid #2394bc;
    -webkit-transform: rotate( 45deg ) translateY(75%);
    transform: rotate( 45deg ) translateY(75%);
    box-shadow: 0 0 5px 0 #dbd6d6;
    z-index: -1;
}

#div-find-car .noUi-horizontal {
    height: 0px !important;
}

#div-find-car .noUi-handle {
    cursor: grab !important;
    border-radius: 50% !important;
    border: 6px solid #2394bc !important;
    background: none !important;
    background-color: #fff !important;
    touch-action: pan-x !important;
    height: 36px !important;
    width: 36px !important;
    position: absolute !important;
    top: -17px !important;
}

#div-find-car .noUi-handle:after, .noUi-handle:before {
    width: 0;
    background: none !important;
}

#div-find-car .noUi-base {
    height: 0px !important;
}

#div-mobile-header-checkbox label {
    color: #555 !important;
    font-weight: 400;
    font-size: 16px;    
}

#div-mobile-header-checkbox .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #f6f6f6;
    border: 1px solid #d9d9d9;
    color: #333;
    cursor: pointer;
    margin-right: 0.5rem;
    outline: none;
}

#div-mobile-header-checkbox .option-input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✖';
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    left: -1px;
}

#div-mobile-header-checkbox .option-input:checked::after {
    background: #ececec;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

#div-mobile-header-checkbox .option-input:checked {
    background: #f6f6f6;
}

.vehile-field-variantname {
    line-height: 5px;
    text-align: left;
    padding-left: 15px !important;
    text-transform: uppercase;
    font-size: 13px;
    overflow-wrap: break-word;
    padding-right: 10px !important;
    min-height: 15px;
    letter-spacing: 1px;
}

.mr-25 {
    margin-right: 25px;
}

.vehicledetail .vdp-breadcamp-link-wrapper {
    width: 100%;
    padding: 1.5rem .25rem 0;
    font-family: Thicccboi, sans-serif;
}
.vehicledetail .vdp-breadcamp-link {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    color: #2c3236;
    letter-spacing: .2px;
}
.vehicledetail span.vdp-breadcamp-link {
    letter-spacing: .2px;
    font-weight: 800;
}
    .vehicledetail .vdp-breadcamp-link:not(:first-child):before {
        content: "\f054";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        width: 14px;
        height: 12px;
        margin: 0 .25rem;
    }
.vehicledetail .bx-wrapper {
    border-radius: 3%;
    margin-bottom: 0;
}
.main-element {
    position: relative;
}
.vehicle-price-detail-section {
    box-shadow: 0 0 3px #ccc;
    border: 2px solid #e0dede;
    border-radius: 20px;
    background-color: #f5f5f5;
    padding-top: 30px;
    /* padding-bottom: 30px;*/
    padding-left: 30px !important;
    padding-right: 30px !important;
    min-height: 489px;  
    /*width:23%;*/
  
}
.fixedRightDetail {
    position: fixed;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 2;
 
}


.ribbon-wrapper-black {
    width: 108px;
       height: 54px;
    overflow: hidden;
    position: absolute;
    right: -6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 20px;
}


.ribbon-black {
    font: bold 19px Thicccboi, sans-serif;
    color: #fc0;
    text-align: center;
    position: relative;
    padding: 10px 0;
    padding-left: 15px;
    left: -23px;
    width: 141px;
    background-color: #424242;
    border-bottom-left-radius: 32px;
}

    .ribbon-black:before, .ribbon-black:after {
        content: "";
        border-top: 7px solid #bebfbb;
        border-left: 0px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        bottom: -7px;
    }

    .ribbon-black:before {
        left: 0;
    }

    .ribbon-black:after {
        right: 10px;
    }


.rowdivider {
    border: 1px solid #eee;
}
.vehicle-details-points {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: Thicccboi, sans-serif;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align:left;
    display:inline-flex;
}

/*.vehicle-details-points .spn-checkmark {
    font-family: Thicccboi, sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 5.5px;
    background-color: #fff;
    border-radius: 50%;
    color: #468cd8;
    margin-right: 10px;
}
*/
.vehicle-details-link-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    width:45%!important;
    padding-left:20px!important;
}

.vehicle-details-action-link {
    color: #468cd8 !important;
    text-decoration: underline;
    cursor: pointer !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: Thicccboi, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.vehicle-detail-button-list {
    position: absolute;
    bottom: 15px;
}

.vehicle-startpurchase-description {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: Thicccboi, sans-serif;
    text-align: center;
    padding-left: 20% !important;
    padding-right: 20% !important;
}


.vehicle-detail-item-container {
    padding: 10px 10px 10px 10px;
    background-color: whitesmoke;
    margin: 2px 0px;
    display: table-cell;
    vertical-align: middle;
    line-height: 30px;
}
.vehicle-detail-div-left{
    padding-right:2px!important;
}
.vehicle-detail-div-right{
    padding-left:2px!important;
}

.lbl-ExteriorColor {
    text-overflow: ellipsis;
    display: inline-block !important;
    overflow: hidden;
    max-width: 192px;
    white-space: nowrap;
    vertical-align: middle;
}

.lbl-transmission{
    text-overflow: ellipsis;
    display: inline-block!important;
    overflow: hidden;
    max-width: 192px;
    white-space: nowrap;
    vertical-align: middle;
}
.lbl-EngineType {
    text-overflow: ellipsis;
    display: inline-block !important;
    overflow: hidden;
    max-width: 192px;
    white-space: nowrap;
    vertical-align: middle;
}
.border-top-left-radius {
    border-top-left-radius: 10px;
}
.border-bottom-left-radius {
    border-bottom-left-radius: 10px;
}
.border-top-right-radius {
    border-top-right-radius: 10px;
}

.border-bottom-right-radius {
    border-bottom-right-radius: 10px;
}


.div-vehicle-featues-points .tab-link {
    padding-left: 0px!important;
    
}

.text-block-feature-title {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Thicccboi, sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.div-vehicle-featues-points .tab-link {
    width: 23%;
    border-bottom: 3px solid #b1b2b3;
}
.div-vehicle-featues-points .w-tab-link {
    color: #a7a7a7;
    padding: 9px 5px;
}
.mod-vehicle-info .tab-link.w--current {
    color: #fc0;
    border-bottom: 3px solid #fc0;
}
.div-vehicle-featues-points ul.specification{
    column-count: 2;
    width: 90%;
}
.mod-vehicle-info ul li {
    color: #4c4b48 !important;
}
.h3-heading {
    font-family: Thicccboi, sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    letter-spacing: -1px;
}
.mod-vehicle-info .tabs-menu.certifiedtabs {
    margin-top: 0;
}

.vehicledetail .vehicle-finance-section {
    padding: 29px;
    padding-bottom: 80px;
    padding-right: 0px;
    padding-left: 3px;
}

.vehicle-finance-section .rc-slider, .rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.vehicle-finance-section .rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 80%;
    border-radius: 6px;
    touch-action: none;
}

.vehicle-finance-section .rc-slider-rail, .rc-slider-track {
    position: absolute;
    height: 4px;
    border-radius: 6px;
}

.vehicle-finance-section .rc-slider-rail {
    width: 100%;
    background-color: #e9e9e9;
}

.vehicle-finance-section .rc-slider, .rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.vehicle-finance-section .rc-slider-track {
    left: 0;
    background-color: #abe2fb;
}


.vehicle-finance-section .rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: 0 0;
}

.vehicle-finance-section .rc-slider-dot-active {
    border-color: #96dbfa;
}

.vehicle-finance-section .rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
}

.vehicle-finance-section .rc-slider-handle:hover {
    border-color: #57c5f7;
}

.vehicle-finance-section .rc-slider-handle {
    position: absolute;
    margin-left: -7px;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 50%;
    border: 6px solid #96dbfa;
    background-color: #fff;
    touch-action: pan-x;
}

.vehicle-finance-section .rc-slider-border-fill {
    border: 2px solid #2394bc !important;
    background-color: rgb(255, 255, 255);
}

.vehicle-finance-section .rc-slider-border-default {
    border: 2px solid #e9e9e9;
    background-color: rgb(181, 186, 191);
}
.vehicle-finance-section .lbl-secondary {
    padding-left: 25px;
}
.div-finance-item-section {
    background-color: #f7f7f7;
    padding: 10px 1px;
    min-height:82px;
}


.div-price-slider .ui-slider-horizontal {
    height: 0px !important;
}

.div-price-slider a {
    cursor: grab !important;
    border-radius: 50% !important;
    border: 6px solid #2394bc !important;
    background: none !important;
    background-color: #2394bc !important;
    touch-action: pan-x !important;
    height: 33px !important;
    width: 33px !important;
    position: absolute !important;
    top: -17px !important;
}


.div-price-slider span {
    cursor: grab !important;
    border-radius: 50% !important;
    border: 6px solid #2394bc !important;
    background: none !important;
    background-color: #2394bc !important;
    touch-action: pan-x !important;
    height: 33px !important;
    width: 33px !important;
    position: absolute !important;
    top: -17px !important;
}

.div-price-slider .ui-slider-range {
    height: 0px !important;
}
.div-price-slider.ui-widget.ui-widget-content {
    border: none;
}

.lbl-finance-price {
    font-size: 16px;
    background-color: #fff;
    padding: 10px 10px;
    width: 100px;
    margin-right: 14px;
    text-align: right;
    border-radius: 200px;
    border: 1px solid #d2dbe0;
}
.lbl-finance-service {
    font-size: 13px;
    color: #4a4444;
    padding-left: 25px;
    font-family: Thicccboi, sans-serif;
    display: inline-block;
    padding-top: 10px;
}
.lbl-finance-service a{
    color: #468cd8 !important;
    text-decoration: underline;
    cursor: pointer !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: Thicccboi, sans-serif;   
}
.lbl-finance-service label{
    display:inline-block;
}

.div-finance-item-section .spn-checkmark {
    margin-right: 5px;
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    position: relative;
    top: -2px;
    left: 0px;
    background: url(/Content/Web/images/checkmark.png) no-repeat 0px 0px;
    background-size: 25px 25px;
}
.div-finance-item-section .plus-mark {
    margin-right: 5px;
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    position: relative;
    top: -2px;
    left: 0px;
    background: url(/Content/Web/images/plus_icon.png) no-repeat 0px 0px;
    background-size: 25px 25px;
}

.div-finance-item-section-result {
    background-color: #f7f7f7;
    padding: 14px 1px;
    min-height: 378px;
}
.text-block-estimated-payment {
    position: absolute;
    bottom: 0px;
    background: #fcc304;
    padding-top:25px;
}


.lbl-estimated-payment a {
    display:inline-flex;
    color: #468cd8 !important;
    text-decoration: underline;
    cursor: pointer !important;
    font-size: 13px;
    font-weight: 500;
  /*  padding-left: 18px;*/
    letter-spacing: 0px;
    font-family: Thicccboi, sans-serif;
}

.lbl-estimated-payment {
    font-size: 14px;
    color: #716e6e;
    padding-left: 25px;
    font-family: Thicccboi, sans-serif;
    display: block;
}
.lbl-estimated-price {
    font-size: 19px;
    color: #484545;
    font-family: Thicccboi, sans-serif;
    display: inline-block;
    margin-top: 11px;
}
.lbl-estimated-item {
    font-size: 14px;
    color: #8a8383;
    font-weight: 500;
    padding-left: 25px;
    font-family: Thicccboi, sans-serif;
    display: inline-block;
    padding-top: 10px;
}
.lbl-estimated-item-value {
    font-size: 16px;
    color: #313030;
    font-weight: 700;
    padding-left: 25px;
    font-family: Thicccboi, sans-serif;
    display: inline-block;
    padding-top: 10px;
}
#model_image_slider {
    font-family: Thicccboi, sans-serif;
}

#model_image_slider .modal-content {
    height: 100%!important;
    width: 100%!important;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.div-image-view {
    border-radius: 3%;
    max-height: 900px;
    background-color: lightgray;
}
.div-image-list-view {
    background-color: #fff;
    min-height:100%;
    overflow-y:scroll;
}
.image_slider_close {
    color: #111;
    float: right;
    font-size: 40px;
    font-weight: bold;
    padding-top: 11px;
    cursor: pointer;
}
.btnSeeAll {
    float: right;
    top: -52px;
    position: relative;
    text-decoration: underline;
    margin-right: 20px;
    color: #fff;
    padding: 10px 20px 10px 20px;
    background-color: #4c4b4b;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor:pointer;
}

.image-thumb-container {
    top: 0;
    border-radius: 23.6px;
    margin-bottom: 12px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: bottom;
    align-items: bottom;
    position: relative;
    padding-right: 16px !important;
}
    .image-thumb-container img {
        /* min-width: 217px;
    min-height: 161px;*/
        border-radius: 10px;
    }
.div-image-list-container {
    max-height: 850px;
    overflow-y: scroll;
    padding-left:15px!important;
}
#model-main-image-container{
    padding-right:30px;
}

#model-main-image-container .bx-viewport {
    max-height: 800px;
    overflow: hidden;
}
    #model-main-image-container .bx-wrapper {
        border: none;
        background: transparent;
        box-shadow: none;
        -webkit-box-shadow:none;
    }
        #model-main-image-container .bx-wrapper img {
            width: 78% !important;
            display: block;
            margin-left: auto;
            margin-right: auto;
            border-radius: 3%;
        }

.span-price {
    color: #424242;
}
.span-miles {
}
.btn-back {
    border-radius: 7px;
    margin-top: 9px;
    margin-right: 50px;
    padding: 5px 20px 5px 20px;
    color: #fff;
    background-color: #444242;
}

.message_icon {
    content: '';
    display: block;
    height: 20px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 3px;
    background: url(/Content/Web/images/chat.png) no-repeat 0px 0px;
    background-size: 25px 20px;
}
.calender_icon {
    content: '';
    display: block;
    height: 21px;
    width: 21px;
    position: absolute;
    top: -1px;
    left: 8px;
    background: url(/Content/Web/images/calendar.png) no-repeat 0px 0px;
    background-size: 21px 21px;
}

.calculator_icon {
    content: '';
    display: block;
    height: 23px;
    width: 25px;
    position: absolute;
    top: -1px;
    left: 0px;
    background: url(/Content/Web/images/calc.png) no-repeat 0px 0px;
    background-size: 25px 23px;
}
.check_icon {
    content: '';
    display: block;
    height: 20px;
    width: 22px;
    position: absolute;
    top: 0;
    left: 8px;
    background: url(/Content/Web/images/check.png) no-repeat 0px 0px;
    background-size: 22px 20px;
}

.emailListing_icon{
    content: '';
    display: block;
    height: 24px;
    width: 28px;
    position: absolute;
    top: 5px;
    left: 15px;
    background: url(/Content/Web/images/chat.png) no-repeat 0px 0px;
    background-size: 28px 24px;
}

.save_icon{
    content: '';
    display: block;
    height: 23px;
    width: 23px;
    position: absolute;
    top: 4px;
    right: 100px;
    background: url(/Content/Web/images/save.png) no-repeat 0px 0px;
    background-size: 22px 23px;
}

.a-email-me {
    color: #4d87c5 !important;
    font-weight: 700!important;
}
.lbl-estimated-payment .message_icon {
    content: '';
    display: inline-flex;
    height: 20px;
    width: 25px;
    position: relative;
     top: 5px;
    left: 1px;
    background: url(/Content/Web/images/message_icon_transparent.png) no-repeat 0px 0px;
    background-size: 22px 20px;
}

.div-vetical-center {
    display: table-cell;
    vertical-align: middle;
    line-height: 25px;
}

.top-45 {
    top: -45px;
}
@media screen and (min-width: 991px) {
    .basic-search-container .search-vehicle-input-pb {
        padding-bottom: 48px !important;
    }
   
}

@media screen and (max-width: 1300px) and (min-width: 991px) {  
    .basic-search-container {
        position: fixed;
        top: 0px;
        z-index: 9999;
        width: 100%;
        padding-left: 15%;
        padding-right: 8%;
        margin-left: -20px !important;
        background-color: #FACB2F;
        border-bottom: 1px solid #edbc1d;
    }

    .basic-search-container .search-vehicle-input {
        border: 0px !important;
        border-radius: 5px 0px 0px 5px;
        background-color: #fff;
    }

    .basic-search-container .selected-filters-container {
        border: 0px !important;       
    }

    .basic-search-container label {
        position: absolute;
        left: 10px;
        margin-top: 10px;
        font-size: 19px;
        color: #fff;
    }

    .basic-search-container .lnk-top {
        right: 1.2%;
    }
}

@media screen and (max-width: 1750px) and (min-width: 1301px) {
    .basic-search-container label {
        left: 8px;
        font-size: 18px;
    }
}

@media screen and (max-width: 990px) {
    .device_indicator {
        width: 100px;
    }

    .select-filter-header-mobile {
        display: block;
        background-color: #1f6aa5;
    }

    .select-filter-header-mobile label {       
        color: #2394bc;
        font-weight: 600 !important;
        font-size: 15px !important;
    }

    .search-vehicle-filter {
        margin-bottom: 90px;
    }

    .select-filter-header-mobile a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 16px;
    }

    .selected-filters-container-mobile {
        display: block;
        padding-bottom: 7px !important;
    }

    .filter-button-mobile {
        display: block;
    }

    .search-vehicle-filter {
        display: none;
        width: 100%!important;
        background-color: #fff;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 99999;
    }

    .filter-header {
        border-top: 1px solid #ccc;
    }

    .search-vehicle-content {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }    

    .search-vehicle-input-container {
        width: 100%;
    }

    .search-vehicle-input {
        border-right: 1px solid #ddd;
        border-radius: 3px;
    }

    .selected-filters-container {
        width: 100%;
        border-left: 1px solid #ddd;
        border-radius: 3px;
       /* margin-top: 10px;*/
        display: none;
    }   

    .apply-filter-button-mobile {
        position: fixed;
        bottom: 0px;
        z-index: 999999999;
        border-top: 1px solid #ddd;
        background-color: #f9f9f9;
    }

    .basic-search-container label {
        display: none;
    }

    .basic-search-container .lnk-top {
        display: none;
    }

    .basic-search-container {
        position: fixed;
        top: 0px;
        z-index: 9999;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -20px !important;
        background-color: #FACB2F;
        border-bottom: 1px solid #edbc1d;
    }

    .basic-search-container .search-vehicle-input {
        border: 0px !important;
        border-radius: 5px 5px 5px 5px;
        background-color: #fff;
    }

    .basic-search-container .selected-filters-container {
        border: 0px !important;
        background-color: inherit;
        padding-left: 0;
        margin-bottom: -10px;
        margin-top: 0px;
    }

    .basic-search-container .selected-filter {
        border: 1px solid #edbc1d;
        margin-right: 5px;
    }
}

@media screen and (max-width: 479px) {
    .dealer-header {
        font-size: 20px !important;
        margin-top: 25px;
        line-height: 30px;
    }
    .vehicle-details-link-wrapper {
        width: 47% !important;
    }
    .calender_icon {
        left: 0px!important;
    }

    .message_icon {
        left: 0px!important;
    }

    .check_icon {
        left: 0px!important;
    }

    .calculator_icon {
        left: 0px!important;
    }
    .vehicle-details-link-wrapper {
        padding-left: 10px!important;
    }
}

@media screen and (max-width: 1140px) and (min-width: 1081px) {
    .vehicle-detail-container {
        max-width: 1050px !important;
    }
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
    .vehicle-details-link-wrapper {
        width: 49% !important;
    }
    .vehicle-price-detail-section{
        width:100%;
    }    
    .top-45 {
        top: -2px;
    }
    .vehicle-details-action-link {
        padding-left: 9px;
        font-size: 13px;
    }
    .calender_icon {
        left: 0px;
    }
    .message_icon {
        left: 0px;
    }
    .check_icon {
        left: 0px;
    }
    .calculator_icon {
        left: 0px;
    }
    .nav-container {
        height: 70px !important;
    }

    .vehicle-detail-container {
        max-width: 95% !important
    }
   
    #divVehicleList .div-center {
       margin:0px!important;
       padding:0px!important;
    }
    
    .search-vehicle-filter {
        display: inline-block !important;
        width: 30% !important;
        background-color: #fff;
        position: fixed;
        left: 0px;
        top: auto !important;       
    }

    .vehicle-list-search-container {
        width: 70% !important;
    }

    .filter-header {
        border: none !important;
        background: none !important;
        display: block !important;
    }

    #btnVehicleMobileFilter {
        display: none !important;
    }

    .select-filter-header-mobile {
        display: none !important;
    }
    
    .w-dyn-item {
        width: 50% !important;
        padding-left: 5px !important;
        padding-right: 4px !important;
    }

    .filter-header {
        display: none;
    }

    .select-filter-header-mobile {
        background-color: #ffff;
    }    

    .selected-filters-container-mobile {
        display: none;
    }
    .vehicle-list-sort-option{
        width: 65% !important;
    }

    .selected-filters-container {
        display: inline-block !important;
        padding-top: 0px;
        border-left: none;
        width: 100% !important;
    }

    .selected-filter {   
        padding: 0 10px;
        line-height: 34px;
    }
      
    .vehicle-detail-div .bx-viewport {
        max-height: 567px !important;
    }
    .vehicledetail .vehicle-finance-section{
        padding-bottom:29px!important;
    }
}

@media screen and (max-width: 1100px) and (min-width: 1023px) {
    .search-vehicle-filter {
        display: inline-block !important;
        width: 30% !important;
        background-color: #fff;
        position: fixed;
        left: 0px;
        top: auto !important;       
    }

    .w-dyn-item {
        width: 50% !important;
    }
    .div-finance-item-section-result {
        min-height: 432px!important;
    }


}

@media screen and (max-width: 767px) {
    .vehicle-price-detail-section {
        width: 100% !important;       
    }
    .apply-filter-button-mobile {
        display: block !important;
    }

    .vehicle-detail-container {
        margin-top: -20px;
        overflow-x: hidden;
    }

    .vehicledetail .vehicle-detail-div {
        padding-left:0px !important;
        padding-right:0px !important;
    }

    .rightcolumn {
        padding: 0px 0px 0px 0px !important;
    }

    .vehicle-detail-item {
        border-right: 0px;
        margin-bottom: 20px;
    }

    .vehicle-detail-item:last-child {
        margin-bottom: 0px;
    }

    .similar-vehicles {
        padding: 0px !important;
    }

    .vehicle-section {
        margin-top: 0px !important;
        padding: 0px 10px 0px 10px !important;
    }

   

    .info-icon {
        font-size: 1.5em !important;
        margin-top: -17px;
    }

    .info-icon::before {
        background: #ffffff;
        color: #fc0;            
        border-radius: 50%;
    }

    .favourite-vehicle-img {
        right: 5px;
    }

 /*   #div_vehicle_count {
        display: none;
    }*/

    #btnVehicleMobileFilter, .vehicle-list-sort-option {
        display: none;
    }

    .filter-button-mobile{
        position: fixed;
        z-index: 13;
        width: 100%;
        background-color: #ffff;
    }

    .selected-filter {
        margin: 0px 10px 0 0;
        padding: 0px 4px 3px 6px !important;
        margin-bottom: 5px !important;
    }

    .lbl-vehicle-count {
        padding-left: 5px !important;
        margin: 0px 10px 0 0 !important;
    }

    .vehicle-list-search-container {
        margin-top: 50px;
    }

    .ulMobileVehileFilterSort {
        display: flex;
        list-style: none;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        width: 95%;
    }

    .ulMobileVehileFilterSort li {
        width: 50%;
        margin-right: 10px;
        margin-left: 10px;
    }

    .li-filter {
        display: -webkit-flex;
        display: flex;
        margin: 0px 0px;
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        border: 1px solid #d2dbe0 !important;
        border-radius: 6px;
        height: 35px;
        position: relative;
        padding-top: 6px;
    }

    .li-filter .w-col {
        padding-right: 4px !important;
    }

    .li-filter .w-col i {
        color: #777777;
        font-weight: 600;
        font-size: 11px;
    }

    .Sort-filter select {
        border: none;
        border-radius: 0 !important;
        justify-content: center;
        border: 1px solid #d2dbe0 !important;
        border-radius: 6px !important;
        height: 35px;
        position: relative;
    }

    .search-vehicle-filter {
        top: auto;
        position: relative;
        border: none;
    }

    .search-vehicle-filter .w-col-11 {
        width: 92% !important;
    }

    .filter-header {
        display: none;
    }

    .select-filter-header-mobile {
        background-color: #ffff;
    }   

    .selected-filters-container {
        display: inline-block !important;
        min-height: 0px !important;
        padding-top: 0px;
        border-left: none;
    }



  /*  .selected-filter {
        padding: 3px 4px 3px 6px !important;
        margin-bottom: 0px !important;
    }*/

  

    #divVehicleList {
        width: 100% !important;        
    }

    .vehicle-list-sort-option label {
        display: none;
    }

    .vehicle-list-sort-option select {
        font-size: 16px;
    }

    .vehicle-grid-listing-price .w-col-6 {
        width: 50% !important;
    }

    .v-image .img-responsive {
        height: auto;
    }

    #divVehicleList .div-center{
        padding-left:0!important;
        padding-right:0!important;
    }

    .fixedRightDetail{
        position:relative;
    }

    .vdp-breadcamp-link-wrapper {
        display: none;
    }

    .vehicledetail .bx-wrapper{
        border-radius:0;
    }
    .vehicle-price-detail-section {
        border-radius: 0;
    }
    #model_image_slider .modal-content {
        width: 100%!important;
    }
    .div-image-view {
        height:auto;
    }
   
    .image-thumb-container {
        width: 25% !important;
        top: 10px;
    }
    #model-main-image-container{
        padding-right:0px;
    }
    .vehicle-details-action-link{
        padding-left:0!important;
    }

    .vehicle-price-detail-section {
        margin-top: 5px;
        margin-bottom: 3px;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .vehicle-details-action-link {
        padding-left: 17px !important;
    }

    .vehicle-detail-item-container .email-listing-link {
        margin-left: 15px !important;
    }
    .vehicle-detail-item-container {
        display: flex;
        border-radius: 0 !important;
    }
    .div-vehicle-featues-points {
        padding-left: 10px !important;
        padding-bottom: 10px !important;
    }
 
    .div-vehicle-feature-container{
        margin-bottom:3px!important;
    }
  
    .vehicle-finance-section {
        padding-left: 10px !important;
        padding-right: 10px!important;
      
    }
    .div-finance-item-section {
        border-radius: 0px !important;
    }
    .vehicledetail .h2-heading {
        margin-top: 0px;
    }
    .div-finance-item-section-raw{
        display:inline-flex;
    }
    .div-finance-item-section-raw .w-col.w-col-4.w-col-small-4.w-col-tiny-4 {
        text-align:right;
        padding-right:15px;
    }
    .text-block-estimated-payment .w-col.w-col-3.w-col-small-3.w-col-tiny-3 {
        text-align: right;
        padding-right: 15px;
    }
   /* .text-block-estimated-payment {
        display: inline-flex;
        position: relative;
    }*/
    .text-block-estimated-payment .w-col-tiny-8 {
        width: 66.66% !important;
    }
    .text-block-estimated-payment .w-col-tiny-4 {
        width: 33.33333333% !important;
    }

    #footer-content .standard-section.grey {
        padding-top: 10px;
    }
    .vehicledetail .vehicle-finance-section{
        padding-bottom:5px;
    }

    #model-main-image-container .bx-viewport {
        width: 100% !important;
        overflow: hidden !important;
        position: relative !important;
        height: auto !important;
    }
    #model-main-image-container .modelbxslider {
        width: 2115%;
        position: relative;
        transition-duration: 0s;
        transform: translate3d(-401px, 0px, 0px);
    }
    .modelbxslider li {
        float: left;
        list-style: none;
        position: relative;
        width: 401px;
    }
    .modelbxslider{
        padding-left: 0 !important;
    }
    #model-main-image-container .bx-wrapper{
     margin-bottom:0!important;
    }
        #model-main-image-container .bx-wrapper img {
            width: 100% !important;
            height: 100% !important;
            display: block;
            margin-left: initial;
            margin-right: initial;
            border-radius: 3%;
        }
    .div-image-list-view{
        padding-top:10px!important;
    }

    .vehicle-detail-div .bx-viewport {
        max-height: 300px!important;
    }

    .btnSeeAll{
        display:none;
    }
    .vehicle-detail-bottom-section .h2-heading {
        text-align:center;
    }
}
.bx-wrapper img {
    border-radius: 3%!important;
}


.standard-form {
}

.form-sub-heading {
    font-family: Thicccboi, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;    
    text-transform: capitalize;
}

.form-section {
    font-family: Thicccboi, sans-serif;
    padding-bottom: 20px;
}

.default-text-color {
    color: #333; 
}

.custom-selection-option {
    border: 0px solid #d2dbe0;
    border-radius: 200px;    
    display: block;    
    min-height: 35px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:0px;    
    cursor:pointer;
}

.custom-selection-option input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 3.5px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 18px;
    width: 18px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #bbb;
    color: #fff;
    cursor: pointer;
    outline: none;
    margin-right: 2px;
}

.custom-selection-option input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    left: -2px;
}

.custom-selection-option input:checked {
    background: #aaa;
    border: 1px solid #aaa;
}

.custom-selection-option input:checked::after {
    background: #efad00;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.custom-selection-option input[type="radio"] {
    border-radius:50%;
}

.custom-selection-option-checkbox {    
    text-indent: -22px;
    padding-left: 22px;
}

.custom-selection-option input[type="checkbox"] {
    height: 16px;
    width: 16px;
    top: 2.5px;
}

.custom-selection-option-checkbox input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    left: -3px;
}

.w-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 200px;
    border-color: #d2dbe0;
    resize: none;
    min-height: 44px;
}

.custom-datepicker {
    
}

.custom-datepicker .ui-datepicker {
    width: 100%;
    font-family: Thicccboi, sans-serif !important;
}
.custom-datepicker .ui-widget-header {
    background-color: #f2f2f2;
}

.custom-datepicker .ui-datepicker-header {
    padding: 1em 0;
}

.custom-datepicker .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Thicccboi, sans-serif !important;
}

.custom-datepicker select {
    font-size:14px !important;
    padding:8px 18px;
    margin:0px 5px !important;
    color: #333 !important;
}

.custom-datepicker .ui-icon {
    width: 20px;
    height: 20px;
}

.custom-datepicker .ui-widget-header .ui-icon {
    background-image: url(/Content/Web/images/ui-icons-20X20.png) !important;
}

.custom-datepicker .ui-icon-circle-triangle-w {
    background-position: -120px 0px;
    margin-left:-6px !important;
}

.custom-datepicker .ui-icon-circle-triangle-e {
    background-position: -44px 0px;    
}

.custom-datepicker .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 17px;
    margin-left: 5px;
    margin-right: 5px;
}

.custom-datepicker .ui-datepicker th {
    font-size: 16px;
    font-weight:700;
}

.custom-datepicker .ui-datepicker table {
    font-size:16px;
    margin-bottom:3px;
}

.custom-datepicker .ui-state-default {
    border:1px solid #d2dbe0;
    padding:10px;
    border-radius:5px;
}

.font-thicccboi {
    font-family: Thicccboi, sans-serif !important;
    color: #333;
}

.font-size-16 {
    font-size:16px;
}

.standard-form .text-danger {
    color: #ff0000 !important;
    font-size: 14px;    
}

.standard-form .field-validation-error {
    margin-left: 5px;
}

.standard-form .w-sub-col-left {
    padding-right:5px;
}

.standard-form .w-sub-col-right {
    padding-left: 5px;
}

.round-box {
    border: 1px solid #d2dbe0;
    border-radius: 200px;
    display: block;
    padding: 8px 18px;
    min-height: 35px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

/*.div-basic-search-container {
    width: 1000px;
    margin: 0 auto;
}*/



@media screen and (min-width: 768px) and (max-width: 831px) {
 

    .lbl-buy-online {
        padding-left: 0px !important;
    }

    .lbl-buy-instore {
        padding-left: 2% !important;
    }


    .vehicle-price-detail-section {
        padding-left: 10px !important;
        padding-right: 10px !important;
        min-height:430px!important;
    }

    .fixedRightDetail {
        width: 38%;
    }
    .vehicle-details-points {
        margin-top: 3px;     
        margin-bottom: 3px;
    }


}
@media screen and (min-width: 1024px) and (max-width:1366px) {
    .BottomPriceDetailSecion {
        top: 46px;
    }
}
@media screen and (min-width: 768px) and (max-width:1024px){
    .rightcolumn .w-col {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width:999px)
{
    .vehicle-detail-container .main-element .w-col {
        width: 100%;
    }
    .rightcolumn .w-col {
        width: 100%;
    }
    div#detailprice {
        padding: 0px 0px 0px 0px !important;
        top: -30px;
    }
   
    .vehicle-detail-item-container {
        display: flex;
        border-radius: 0;
        padding-right: 15px!important;
    }
    .div-vehicle-featues-points .w-col
    {
        width:100%!important;
    }
    .div-finance-control-section {
        width: 100% !important;
    }
    .vehicle-detail-div-left, .vehicle-detail-div-right {
        width: 50% !important;
    }
    .vehicle-finance-section {
        width: 100% !important;
    }
    
}

/*.header-checkboxes {
    margin-top: 15px;
}*/

/*.lbl-buy-online {
    padding-left: 6%;
}

.lbl-buy-instore {
    padding-left: 5%;
}*/

.spn-info-icon {
    font-family: Thicccboi, sans-serif !important;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    background-color: #aaa;
    border-radius: 50%;
    color: #fff;
}
.header-tagline1 {
    font-family: Thicccboi, sans-serif !important;
}
.div-start-puchase{
    margin-top:0px;
    text-align:center;
}

@media screen and (max-width: 767px) {
    .col-mo-2 {
        width: 50% !important;
    }

    .col-mo-3 {
        width: 33% !important;
    }

    .w-select, select {
        background-position: 98% 50%;
    }

}

@media screen and (max-width: 410px) {
    .custom-datepicker .ui-state-default {
        border: 1px solid #d2dbe0;
        padding: 5px;
        border-radius: 5px;
    }

    .w-select, select {
        background-position: 96% 50%;
    }
}

[data-tooltip] {
    position: relative;
    z-index: 12;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    top: 20px;
    left: -235px;
    margin-bottom: 5px;
    padding: 7px 10px;
    width: 252px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    font-family: Thicccboi, sans-serif !important;
    z-index:999999999999;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.div-vhl-miles {
    width: 40% !important;
}

.div-vhl-pmt {
    width: 60% !important;
}

.btn-small {
    padding: 9px 40px;
}

.delivery-center-search-container {
    font-family: Thicccboi, sans-serif !important;
    text-align: center;
}

.delivery-center-search-container .search-input {
    width:30%;
}

.delivery-center-search-container .search-button {
    width: 270px;
    /*margin-left: 20px;*/
}

    .delivery-center-search-container .search-link {
        /*   width: 225px;*/
        /*  margin-top: 7px;
    margin-left: 18px;*/
        text-align: center;
    }

.lnk-view-online-only {
    color: #333;
    font-weight: 500;
}

@media screen and (min-width: 480px) and (max-width: 779px) {
    .delivery-center-search-container .search-input input {
        width: 90%;
    }
}

.delivery-center-state-title {
    margin-left: 0px !important;
    margin-bottom: 20px;
}

.delivery-center-container {
    margin-bottom: 20px;
}

.delivery-center-item {
    background-color: #f8f8f8;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    font-family: Thicccboi, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    float: left;
}

.delivery-center-item .rightbtn {
    margin-left: 0px;
}
/*.delivery-center-item img {
    width: 70px;
}*/
.delivery-center-item .separator {
    border-top: 1px solid #ddd;
    margin: 15px auto;
}

.delivery-center-item .delivery-center-action {
    float: left;
    font-size: 15px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.label-sells-online {
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    margin-top: 2px;
}

.delivery-center-item .delivery-center-button {
    float: left;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

    .delivery-center-item .delivery-center-button .button-2 {
        width: 85%;
    }

@media screen and (min-width: 1234px) and (max-width: 1274px) {
    .delivery-center-item {
        padding: 15px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 934px) and (max-width: 1233px) {
    .delivery-center-container {
        width: 33.33%;
    }
}

@media screen and (min-width: 904px) and (max-width: 933px) {
    .delivery-center-container {
        width: 33.33%;
    }

    .delivery-center-item {
        padding: 15px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 666px) and (max-width: 903px) {
    .delivery-center-container {
        width: 50% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .delivery-center-action .w-col-6 {
        width: 50% !important;
    }
   
}
@media screen and (max-width: 1000px) and (min-width: 850px) {
    .custom-time-slot-container .col-mo-2 {
        width: 33.33% !important;
    }
    .vehicle-finance-section{
        width:100%!important;
    }
}
@media screen and (min-width: 666px) and (max-width: 752px) {
    .custom-time-slot-container .col-mo-2 {
        width: 25% !important;
    }
   
}

@media screen and (max-width: 665px) {
    .delivery-center-container {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .delivery-center-action .w-col-6 {
        width: 50% !important;
    }
}

@media screen and (max-width: 479px) {
    .delivery-center-item .delivery-center-button .button-2 {
        width: 100%;
    }
}

.no-records-found {
    font-family: Thicccboi, sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    color: #777;
    margin-left: 0px;
    text-align: center;
    width: 60%;
    border: 1px solid #ccc;
    border-left: 0px;
    border-right: 0px;
    margin: 0 auto;
    padding: 20px 0px;
    line-height: 24px;
}

@media screen and (max-width: 577px) {
    .no-records-found {
        width: 100%;
    }
}

.heading-18 {
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #555;
}

.heading-16 {
    font-family: Thicccboi, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #555;
    letter-spacing: 1px;
}

.add-feedback-seperator {
    width:70%;
    margin-left: 15%;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.div-start-puchase .button-2 {
    width:100%;
}
#HoldVehicle .modal-content {
    margin-top:30px!important;
}
#HoldVehicle .form-section {
    padding-bottom: 10px !important;
}



#priceDetailSecionBottom.rightcolumn {
    padding-top: 5px !important;
}
.vehicle-detail-div .bx-wrapper {
    border:none!important;
    box-shadow:none!important;
}
.i-cust-payment{
    margin-left: 8px;
    top: 29px;
    position: absolute;
}
.i-cust-payment-default {
    position: absolute;
    margin-left: -15px;
    top: 26px;
}
.lbl-estimated-value-container {
    text-align: right;
    padding-right: 20px!important;
}

.vehicle-location-row {
    text-align: left;
    background-color: #ECECEC;
    position: relative;
    bottom: -5px;
    border-radius: 0px 0px 10px 10px;
    padding: 5px 15px 7px 10px !important;
    margin-top: 5px;
}

    .vehicle-location-row .col1 {
        float: left;
        width: 60%;
        padding-left: 28px;
        text-indent: -13px;
    }

    .vehicle-location-row .col2 {
        padding-top: 10px;
        text-align: right;
        float: left;
        width: 40%;
    }

.spn-vhl-location {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.5px;
}

    .spn-vhl-location i {
        font-size: 26px;
        color: #edbc1d;
        float: none;
        top: 4px;
        position: relative;
        margin-right: 5px;
    }

.spn-vhl-buyonline {
    font-size: 14px;
    font-weight: 600;
    color: #aaa;
    letter-spacing: 0.5px;
    display:inline-flex;
}

.spn-tickmark {
    /* font-family: Thicccboi, sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 5.5px;
    background-color: #fff;
    border-radius: 50%;
    color: #468cd8;
    margin-right: 8px;*/
    content: '';
    display: block;
    height: 22px;
    width: 22px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right:5px;
    background: url(/Content/Web/images/checkmark.png) no-repeat 0px 0px;
    background-size: 22px 22px;
}


.spn-est-pmt {
    font-size: 13px;
}


@media screen and (min-width: 1401px) and (max-width: 1535px) {
    .vehicle-location-row .col1 {
        width: 55%;
    }

    .vehicle-location-row .col2 {
        width: 45%;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1400px) {
    .w-dyn-item {
        width: 33.33% !important;
    }

    .vehicle-location-row .col1 {
        width: 100%;
    }

    .vehicle-location-row .col2 {
        width: 100%;
        text-align: left;
        padding-left: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 895px) {

    .vehicle-location-row .col1 {
        width: 100%;
    }

    .vehicle-location-row .col2 {
        width: 100%;
        text-align: left;
        padding-left: 5px;
    }
}

.lbl-vehicle-count {
    padding-top: 3px;
    padding-left: 25px;
    line-height: 34px;
    height: 34px;
    margin: 10px 10px 0 0 !important;
}
.div-apr-container {
    text-align: right;
    padding-right: 2px;
}

.lbl-est-finance-description {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
    font-weight: 500;
    font-family: Thicccboi, sans-serif;
    padding-top: 10px;
    line-height: 16px;
    color: #8a8383;
}
.lbl-vehicle-count{
    display:inline-block;
}
.tabs-menu {
    font-family: Thicccboi, sans-serif;
}
.div-vehicle-featues-points .tab-link {
    min-width: 80px;
}
.div-vehicle-featues-points .tab-link.w--current {
    min-width: 80px;
}

.lh-15{
    line-height:15px!important;
}

.h1-heading {
    text-align: left !important;
}

.h2-heading {
    text-align: left !important;
}

@media screen and (max-width: 991px) {
    .h1-heading {
        text-align: center !important;
    }

    .h2-heading {
        text-align: center !important;
    }
    .vehicle-detail-container .top-wrapper, .vehicle-detail-bottom-section .top-wrapper {
        text-align: center !important;
    }
   .vehicle-detail-bottom-section .top-wrapper {
        text-align: center !important;
    }
}
.vehicle-details-points .spn-tickmark {
    margin-right: 5px;
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    position: relative;
    top: -2px;
    left: 0px;
    background: url(/Content/Web/images/checkmark.png) no-repeat 0px 0px;
    background-size: 25px 25px;
}


.location-detail-page {
    font-family: Thicccboi, sans-serif;
}
.location-detail-page .hero-sub-heading.mainintro {
    text-align: left;
    font-size: 21px;
}

.location-detail-page .tabs-menu {
    float: left;
}
.location-detail-page .home-menu-tab .w-tab-link {
    color: #000 !important;
}

.location-detail-page .tabs-content.w-tab-content {
    width:100%!important;
}
.location-detail-page #txt_QuickSearch_Keyword {
    width: 75%;
    float: left
}
.location-detail-page #txt_QuickSearch_Keyword {
    width:100%!important;
}
    .location-detail-page #vehicle_search {
        top: -175px;
        position: relative;
        padding-left: 0px !important;
        margin-bottom: -175px
    }
.location-detail-page .budget-search .estimate-budget-label {
    font-weight: 600;
}
.location-detail-page .budget-search .currency::before {
    top: 23px;
}
.location-detail-page .budget-search .interest::before {
    top: 23px;
}
.location-detail-page .budget-search .budget-seperate-line {
    margin: 0px 5px 0px 10px;
}
.location-detail-page .interest-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    border: 1px solid #d2dbe0;
}
/*.location-detail-page .standard-section {
    padding-bottom: 0;
}
*/
.location-detail-page .line-separator.bodysep.bluemid {
    margin-bottom: 15px;
}
.location-detail-page .line-separator.bodysep {
    margin-top: 0px;
}
.location-detail-page .section-padding {
  /*  padding: 49px 20px;*/
}
.location-detail-page .budget-search .budget-terms {
    color: #000 !important
}
.location-detail-page p {
    font-family: Thicccboi, sans-serif;
}

.location-detail-page .video-thumbnail {
    padding: 30px 20px 10px 20px;
    margin-bottom: 0;
}

.location-detail-page .video-list {
    float: left;
    width: 100%;
}

  .location-detail-page .video-list ul {
      float: left;
      width: 100%;
  }

  .location-detail-page .video-list .row {
      margin: 0 -10px;
  }

  .location-detail-page .video-list ul li {
      float: left;      
      padding: 0 10px;
      box-sizing: border-box;
      margin-bottom: 20px;
      list-style: none;
      height: 170px;
  }

  .location-detail-page .video-list ul li a {
      float: left;
      width: 100%;
      overflow: hidden;
      position: relative;
  }

 .location-detail-page .video-list ul li a img {
     width: 100%;
     height: 170px;
     max-height: 170px;
 }

.location-detail-page .video-play {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.location-detail-page .video-list ul li a:hover .video-play {
    display: block;
}

.location-detail-page .video-play .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 0;
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    margin: -38px 0 0 -33px;
}

.location-detail-page .img-responsive {
     max-width: 100%;
     height: auto;
 }
.location-detail-page .container {
    font-family: Thicccboi, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-transform: capitalize;
}
.location-detail-page .sectionhead.barhead {
    font-family: Thicccboi, sans-serif;
}
.location-detail-page .feedback-detail {
    font-weight:700;
}

.location-detail-page #vehicle_search_mobile {
    display: none;
}
.location-detail-page #txt_QuickSearch_Keyword {
    background-position: 8px 8.5px !important;
}
.location-detail-page .text-block {
    font-family: Thicccboi, sans-serif;
}
.location-detail-page #QuickSearchWeb {
    width: 50%;
}
.location-detail-page #ByVehicleWeb {
    width: 60%;
}
    .location-detail-page #vehicle_search_mobile .tab-link .text-block {
        line-height:16px;
    }
 @media screen and (min-width: 1217px) and (max-width: 1268px) {
        .location-detail-page #vehicle_search {
        top: -170px;
    }
    .location-detail-page #ByVehicleWeb {
        width: 65%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1216px) {
    .location-detail-page #vehicle_search {
        top: -150px;
    }
    .location-detail-page #ByVehicleWeb {
        width: 75%;
    }
        .location-detail-page #ByVehicleWeb #btnsearchindex {
            background-color: #ecf0f2;
            font-size: 16px;
        }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .location-detail-page #vehicle_search {
        top: 0;
        margin-bottom: 0;
    }
    .location-detail-page #QuickSearchWeb {
        width: 100%;
    }

    .location-detail-page #ByVehicleWeb {
        width: 98%;
    }

        .location-detail-page #ByVehicleWeb #btnsearchindex {
            background-color: #fcc304;
            font-size: initial;
        }

    .location-detail-page #btnsearchbyBudget_web {
        background-color: #fcc304;
    }
    .location-detail-page #ByBudgetWeb .budget-search .div-estimated-budget-price {
        width: 16.666667% !important;
        padding: 0px 5px !important;
    }
    .location-detail-page #ByBudgetWeb .budget-search .div-budget-search-button {
        width: 16.666667% !important;
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .location-detail-page .container-18 {
        padding-right: 15px;
        padding-left: 15px;
    }


    .location-detail-page .w-dyn-item {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .location-detail-page .tabs-menu {
        float:initial;
    }

    .location-detail-page .tabs-menu {
        font-size: 15px;
    }
}
.location-detail-page .tab-link-2 {
    font-family: Thicccboi, sans-serif !important;
}

.custom-heading{
    text-align:left;

}

.getapproved .step-paginator {
    height: auto !important;
    margin: 0;
    padding: 0;
    max-width: 900px;
    font-family: Thicccboi, sans-serif !important;
    
}
    .getapproved .step-paginator .step1-paginator-text, .step-paginator .step2-paginator-text, .step-paginator .step3-paginator-text, .step-paginator .step4-paginator-text {
        color: #000 !important;
        font-size: 14px !important;
        padding: 0 !important;
        text-transform: capitalize !important;
        display: inline-block !important;
        vertical-align: middle !important;
    }

    .getapproved .step-paginator .select {
        border-bottom: 3px solid;
        border-bottom-color: #edbc1d !important;
        background-color: transparent !important;
        color: #000 !important;
        font-weight: 700 !important;
        letter-spacing: 1.2px !important;
    }

    .getapproved .step-paginator .select .step1-paginator, .step-paginator .select .step2-paginator, .step-paginator .select .step3-paginator, .step-paginator .select .step4-paginator {
        background-color: #fcc304 !important;
        color: #000 !important;
    }
    .getapproved .step-paginator .step1-paginator-wrapper {
        border-bottom: 3px solid #ebebeb;
        max-width: 220px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .getapproved .step-paginator .step2-paginator-wrapper {
        border-bottom: 3px solid #ebebeb;
        max-width: 220px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .getapproved .step-paginator .step3-paginator-wrapper {
        border-bottom: 3px solid #ebebeb;
        max-width: 200px;
        margin-right: 10px;
        margin-left: 10px;
    }
  

.step-paginator .select:after {
    content: '';
    margin: auto !important;
    position: absolute !important;
    bottom: -6px !important;
    left: 0 !important;
    right: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #edbc1d !important;
}


.getapproved .formBlock .step1-left-colum {
    background-color: initial !important;
    max-width: none !important;
    margin-right: 0% !important;
}
.getapproved .title-text {
    text-align:left;
}
.getapproved .step-paginator .step1-paginator { 
    padding: 3px 9px;
}
.getapproved .formBlock .dealerselect {   
    height: auto;
}
.border-radius-50{
    border-radius:50%;
}

.getapproved .formBlock .right-wripper .vehicle-img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
}

.getapproved #divString {
    padding-left: 5px;
    display:block;
    margin-bottom:10px;
}
.getapproved #divString p{    
    display: contents!important;   
}
.getapproved .step3 .step3-right-colum {
    padding-bottom: 11px;
    padding-top: 18px;
}
.getapproved .step-paginator {
    margin: 0 0px;
    width: 100%;
    display: inline-flex;
    float: left;
}
@media (max-width: 767px) {
    .getapproved .step-paginator .step1-paginator-wrapper {       
        margin-right: 0;
        margin-left: 0;
    }

    .getapproved .step-paginator .step2-paginator-wrapper {
       
        margin-right: 0;
        margin-left: 0;
    }

    .getapproved .step-paginator .step3-paginator-wrapper {
      
        margin-right: 0;
        margin-left: 0;
    }
}
.get-approve-print {
    font-family: Thicccboi, sans-serif!important;
}
@media screen and (min-width: 355px) and (max-width: 380px){
    .vehicle-price-detail-section .vehicle-details-action-link {
        font-size: 14px !important;
        padding-left: 15px !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 354px) {

    .vehicle-price-detail-section {    
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    #detailprice .vehicle-price-detail-section {
        min-height: 510px!important;
    }

    .vehicle-price-detail-section .vehicle-details-action-link {
        font-size: 12px !important;
        padding-left: 18px !important;
    }
}
.custom-scroll {
    min-height: 80px;
    max-height: 100px;
    overflow-y: auto;
}

.lbl-estimated-payment {
    color: #fff;
}

.promotion-graphic {
    margin-top: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
    background-position:center;
 /*   background-origin: content-box;*/
}
.promotion-graphic:hover {
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 50%);
    transition: .25s ease-in-out;
}
.praphic-tile .vehiclediv{  
    height: 100%;
}
.praphic-tile .vehiclediv .v-image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .promotion-graphic {
        background-size: contain;
    }  
}
@media screen and (min-width: 560px) and (max-width: 767px){
    .promotion-graphic {
        background-size: contain;
    }

    .praphic-tile {
        min-height: 600px;
    }
}
@media screen and (min-width: 480px) and (max-width: 559px) {
    .promotion-graphic {
        background-size: contain;
    }

    .praphic-tile {
        min-height: 530px;
    }
}
@media screen and (max-width: 479px) {
    .promotion-graphic {
        background-size: contain;
    }

    .praphic-tile {
        min-height: 420px;
    }
}

.delivery-center-search-container .search-filter-checkmark {
    /*width: 522px;*/
    width:262px;
    margin-top: 7px;
    margin-left: 5px;
    margin-right: 5px;
    text-align:left;
}
    .delivery-center-search-container .search-filter-checkmark label {
        font-family: Thicccboi, sans-serif !important;
        color: #777777;
        font-weight: normal !important;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
    
    }

.delivery-center-search-container .search-filter-checkmark .input-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #989898;
    color: #2394bc;
    cursor: pointer;
    margin: -3px 0.5rem 0 0;
    outline: none;
    vertical-align: middle;
}
.delivery-center-search-container .search-filter-checkmark .input-checkbox:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    left: -1px;
}

@media screen and (min-width: 1274px) and (max-width: 1500px) {
    .delivery-center-search-container .search-filter-checkmark {
        width: 414px;
        margin-top: 0 !important;
    }
       
}
@media screen and (min-width: 969px) and (max-width: 1273px) {
    .delivery-center-search-container .search-input {
       /* width: 100%;*/
    }

    .delivery-center-search-container .search-filter-checkmark {
        /* width: 100%;  */
        margin-left: 16px;
        width: 284px;
        margin-right: 15px;
        margin-top:0!important;
    }
      .delivery-center-search-container .search-filter-checkmark label {
          width: 130px;
      }
    
}
@media screen and (min-width: 935px) and (max-width: 968px) { 

    .delivery-center-search-container .search-filter-checkmark {
        
    }
    .delivery-center-search-container .search-button {
        margin-top: 10px;
       
    }

    .delivery-center-search-container .search-filter-checkmark label {
    }
}
@media screen and (min-width:602px) and (max-width: 934px) {

    .delivery-center-search-container .search-input {
        width: 100%;
    }

    .delivery-center-search-container .search-filter-checkmark {
        width: 100%;
        text-align: center;
    }

    .delivery-center-search-container .search-button {
        margin-top: 10px;
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    .delivery-center-search-container .search-link {
        padding-top: 5px;
    }
}



@media screen and (min-width: 480px) and (max-width:601px) {
    .delivery-center-search-container .search-input {
        width: 100%;
    }
    .delivery-center-search-container .search-filter-checkmark {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .delivery-center-search-container .search-filter-checkmark label {
        width: 162px;
        text-align: left;
    }
    .delivery-center-search-container .search-button {
        width: 100%;
        margin-top: 10px;
    }
    .w-col search-link {
        margin-top: 10px;
    }
}
@media screen and (min-width: 456px) and (max-width:479px) {
    .delivery-center-search-container .search-input {
        width: 100%;
    }

    .delivery-center-search-container .search-filter-checkmark {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

        .delivery-center-search-container .search-filter-checkmark label {
            width: 162px;
            text-align: left;
        }

    .delivery-center-search-container .search-button {
        width: 100%;
        margin-top: 10px;
    }
    .search-button .search-button-inner {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
        .search-button .search-button-inner #btnReset {
            margin-left: 0;
            margin-top: 5px;
        }

        .w-col search-link {
            margin-top: 10px;
        }
}


@media screen and (min-width: 375px) and (max-width: 455px) {
    .delivery-center-search-container .search-input {
        width: 100%;
    }

    .delivery-center-search-container .search-filter-checkmark {
        width: 100%;
        margin-left:10px;
        margin-right:auto;
    }
        .delivery-center-search-container .search-filter-checkmark .checkbox-inline {
            width: 45%;           
            text-align:left;
            margin-left:10px;
        }

    .delivery-center-search-container .search-button {
        text-align: center;
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .delivery-center-search-container .search-link {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        float: inline-end;
        margin-right: 0px;
    }
    .search-button .search-button-inner {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

        .search-button .search-button-inner #btnReset {
            margin-left: 0;
            margin-top: 5px;
        }
}
@media screen and (min-width: 200px) and (max-width: 374px) {
    .delivery-center-search-container .search-input {
        width: 100%;
    }

    .delivery-center-search-container .search-filter-checkmark {
        width: 100%;
        margin-left: 10px;
        margin-right: auto;
    }

    .delivery-center-search-container .search-filter-checkmark .checkbox-inline {
        width: 100%;
        text-align: left;
        margin-left: 0px;
        margin-right: 0px;
    }

    .delivery-center-search-container .search-button {
        text-align: center;
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .delivery-center-search-container .search-link {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        float: inline-end;
        margin-right: 0px;
    }
    .search-button .search-button-inner {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

        .search-button .search-button-inner #btnReset {
            margin-left: 0;
            margin-top: 5px;
        }
}

@media screen and  (max-width: 767px) {
    .search-vehicle-filter {
        height: 500px;
        padding-bottom: 26px !important;
        overflow-y: scroll;
        min-height: 500px;
        max-height: 500px;
        }
    .ribbon-black:after {
        display:none;
    }

}



.custom-range-slider .ui-slider-horizontal {
    height: 0px !important;
}

.custom-range-slider a {
    cursor: grab !important;
    border-radius: 50% !important;
    border: 6px solid #2394bc !important;
    background: none !important;
    background-color: #2394bc !important;
    touch-action: pan-x !important;
    height: 36px !important;
    width: 36px !important;
    position: absolute !important;
    top: -17px !important;
}


.custom-range-slider span {
    cursor: grab !important;
    border-radius: 50% !important;
    border: 6px solid #2394bc !important;
    background: none !important;
    background-color: #fff !important;
    touch-action: pan-x !important;
    height: 36px !important;
    width: 36px !important;
    position: absolute !important;
    top: -17px !important;
}

.custom-range-slider .ui-slider-range {
    height: 0px !important;
}

.custom-range-slider .ui-widget.ui-widget-content {
    border: none;
}

#div_CustomerInfo .dr-summary-subtitle {
    text-align: center;
    line-height: 1.4;
    color:initial;
    font-size: 25px;
    font-weight: 700;
}
p {
    font-family: Thicccboi, sans-serif !important;
}

#div_CustomerInfo .dr-summary-subtitle-text {
    display: block;
    margin: 0px auto 5px;
    font-family: Thicccboi, sans-serif !important;
    color: #868686;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

.blue-link {
    color: #468cd8 !important;
    text-decoration: none;
    cursor: pointer !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: Thicccboi, sans-serif;
}

.blue-link:hover {
    text-decoration: underline;
}

.delaer-info-line {
    display: inline !important;
}

.spn-location-icon {
    margin-right: 5px;
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    position: relative;
    top: -2px;
    left: 0px;
    background: url(/Content/Web/images/icon-location.png) no-repeat 0px 0px;
    background-size: 25px 25px;
}

.dealer-info {
    position: absolute;
    z-index: 10;
    top: 30px;
    display:none;
}

.dealer-info .delivery-center-item {
    border: 1px solid #d9d9d9;
    background-color: #e9e9e9;
    box-shadow: 3px 3px #ccc;
}

.dealer-info-arrow {
    top: -7px;
    left: 50%;    
    border-top-width: 0;    
    border-bottom-color: rgba(0,0,0,.25);
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.dealer-info-arrow:after {
    content: "";
    border-width: 10px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    margin-left: -9px;
    border-width: 7px;
    border-top-width: 0;
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #d9d9d9;
}

.delivery-center-item-var-height .separator {
    margin-top:39px;
}

.captch-error {
    display: none;
    color: red;
    font-size: 12px;
}

@media  (width: 768px){
    .ve-box {
        width: 100% !important;
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/Content/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/Content/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/Content/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/Content/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/Content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:top .3s,right .3s,bottom .3s,left .3s;transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connect{background:#3FB8AF;border-radius:4px;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}
/*Body padding Top is Temporary for Covid-19 Header*/
.body{
    /*padding-top:30px;*/
}
.mod-live-search.mod-live-search-defaultResponsive3 .kw-field input[type=text] {
    border: 0 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    background: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-shadow: none !important;
    color: #000 !important;
    height: 30px !important;
    line-height: 100% !important;
    margin: 0 !important;
    padding: 0 1% 0 10px !important;
    width: 100% !important;
}
/*.navigation-Top {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    clear: left;
    background-color: #edbc1d;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .38);
}

    .navigation-Top.acctpg {
        background-color: hsla(0, 0%, 100%, .9);
    }*/

.navigation {
    position: fixed;
    left: 0px;
    top: 0px;
    /*height: 126px; Below Height with Covid Header*/
    height: 82px;
    padding-top: 0;
    padding-bottom: 0;
    clear: left;
    /*background-color: hsla(0, 0%, 100%, .9);*/
    background-color: #fff;
    border-top: 0 !important;
    /*box-shadow: none !important;
    border-bottom: 1px solid #eaeaea;*/
}

.section-brandheader {
    padding-top: 166px !important;
}

.layout-header {
    background: #FACB2F;
    padding: 0 0 4px;
    color: #fff;
    font-family: Raleway, sans-serif !important;
    font-size: 14px;
    text-align: center;
    display: none;
}

    .layout-header .header-section {
        display: inline-block;
        margin: 0 5px;
        /*float: right;*/
    }

    .layout-header a {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        outline: none;
        cursor: pointer;
    }

    .layout-header button {
        transition: color 500ms;
    }

        .layout-header button:hover, .layout-header a:hover {
            color: #828282;
            text-decoration: none;
        }

    .layout-header .glyphicon {
        /*margin-right: 2px !important;*/
        margin-top: -3px;
    }

    .layout-header span {
        display: inline-block;
    }

    .layout-header .header-divider {
        background: #fff none repeat scroll 0 0;
        width: 1px;
        height: 20px;
        margin: 0 10px;
        position: relative;
        top: 0px;
    }

.mod-user-location-responsive1 .change-btn {
    text-decoration: none !important;
}

.mod-user-location-responsive1 .change-btn {
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: underline;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mod-user-location-responsive1 .nearest-store, .mod-user-location-responsive1 .change-btn {
    display: inline-block;
    vertical-align: middle;
}

    .mod-user-location-responsive1 .change-btn .icon {
        margin-right: 5px;
    }

.icon {
    text-align: center;
}

.layout-header .dealer-btn {
    cursor: pointer;
    margin-top: -3px;
}

/*.layout-header .dealer-btn .dealer-icon-hover:before {
        content: url(/Content/images/car-icon-hover.png);
        left: 4px;   
        opacity:0;    
        position: absolute;
        top: 8px;
        transition: all 500ms ease 0s;
        z-index: 1;
    }*/

/*car icon*/
/*.layout-header .dealer-icon:before {
    content: url(/Content/images/car.png);
    position: relative;
    top: 8px;
}*/

.dealer-btn:hover > .dealer-icon:before {
    content: url(/Content/images/car-hover.png);
    position: relative;
    top: 8px;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}
/*map icon*/

.popup-head .icon {
    color: #77cbb4;
    font-size: 1.333em;
    float: left;
    margin-top: -.15em;
    margin-left: -.1em;
    margin-right: 0px;
}

.popup-head .glyphicon-map-popup:before {
    content: url(/Content/images/location-hover.png);
    position: relative;
    /*top: 8px;*/
}

.popup-head .glyphicon-remove-sign:before {
    content: url(/Content/images/ic-error.png);
    position: relative;
    top: 3px;
    margin-right: 4px;
}

/*.layout-header .glyphicon-map-marker:before {
    content: url(/Content/images/location.png);
    position: relative;
    top: 8px;
}*/

.store .glyphicon-map-marker:before {
    content: url(/Content/images/location-hover.png);
    position: relative;
    top: 2px;
}

.store.active {
    margin-top: 10px;
}

/*.change-btn:hover > .glyphicon-map-marker:before {
    content: url(/Content/images/location-hover.png);
    position: relative;
    top: 8px;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}*/
/*comment icon*/
/*.layout-header .glyphicon-comment:before {
    content: url(/Content/images/feedback.png);
    position: relative;
    top: 8px;
}*/

/*.feedback-btn:hover > .glyphicon-comment:before {
    content: url(/Content/images/feedback-hover.png);
    position: relative;
    top: 8px;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}*/
/*telephone icon*/
/*.layout-header .glyphicon-earphone:before {
    content: url(/Content/images/call.png);
    position: relative;
    top: 8px;
}

.tel:hover > .glyphicon-earphone:before {
    content: url(/Content/images/call-hover.png);
    position: relative;
    top: 8px;
    color: #828282;
}*/

.header-links ul li a {
    position: relative;
    padding-left: 22px;
}

    .header-links ul li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background: url(/Content/images/header-icon.png);
        background-position: 0 3px;
    }

    .header-links ul li a:hover:before {
        background-position: 0 -22px;
    }

    .header-links ul li a.tel:hover {
        cursor: default;
    }

    .header-links ul li a.feedback-btn:before {
        background-position: -50px 3px;
    }

    .header-links ul li a.feedback-btn:hover:before {
        background-position: -50px -22px;
    }

    .header-links ul li a.change-btn:before {
        background-position: -75px 3px;
    }

    .header-links ul li a.change-btn:hover:before {
        background-position: -75px -22px;
    }

    .header-links ul li a.dealer-btn:before {
        background-position: -25px 3px;
    }

    .header-links ul li a.dealer-btn:hover:before {
        background-position: -25px -22px;
    }

    .header-links ul li a.main-phone:before {
        background-position: 6px 0;
        margin-top: -5px;
    }

.header-links ul li .nearest-store-name a:before {
    background: none;
}

.header-links ul li .nearest-store-name a {
    padding-left: 0;
}

.header-links ul li .detect-my-location a:before {
    background: none;
}

.header-links ul li .detect-my-location a {
    padding-left: 0;
}

.header-links ul li a.detect-my-location:hover:before {
    background-position: 0 0;
}

.header-links ul li a.make-my-store:before {
    background: none;
}

.header-links ul li a.make-my-store {
    padding-left: 0;
}

    .header-links ul li a.make-my-store:hover:before {
        background-position: 0 0;
    }

.header-links ul li a.clear-store:before {
    background: none;
}

.header-links ul li a.clear-store {
    padding-left: 0;
}

    .header-links ul li a.clear-store:hover:before {
        background-position: 0 0;
    }

.header-links ul li a.current-store-direction:before {
    background: none;
}

.header-links ul li a.current-store-direction {
    padding-left: 0;
}

    .header-links ul li a.current-store-direction:hover:before {
        background-position: 0 0;
    }

.layout-header .header-search-bar {
    position: relative;
    /*float: right;*/
    width: 350px;
    margin-top: 4px;
}

.mod-live-search.default {
    margin: 1% 0 !important;
    position: relative !important;
    z-index: 1000;
}

@media (min-width: 768px) {
    .mod-live-search.mod-live-search-defaultResponsive3 {
        margin: 2% auto .5%;
    }
}

.mod-live-search.mod-live-search-defaultResponsive3 {
    position: relative;
    z-index: 100;
    height: auto;
    margin: 0 1%;
    padding: 0;
    max-width: 800px;
    text-align: left;
    background: transparent;
}

.mod-live-search {
    z-index: 1 !important;
}

    .mod-live-search.mod-live-search-defaultResponsive3 .kw-field .stretch, .mod-live-search.mod-live-search-defaultResponsive3 .content, .mod-live-search.mod-live-search-defaultResponsive3 .keyword {
        background: transparent;
        border: 0;
    }

    .mod-live-search.mod-live-search-defaultResponsive3 .content {
        z-index: 300;
        position: relative;
    }

    .mod-live-search.mod-live-search-defaultResponsive3 .keyword {
        /*border: 0;*/
        width: 100%;
        /*background: #fff;*/
        overflow: auto;
    }

    .mod-live-search.mod-live-search-defaultResponsive3 .kw-field {
        background: #f1f5f6;
        border-radius: 30px 0 0 30px;
        border: 1px solid #d1d9da;
        border-right: 0;
        float: left;
        margin: 0;
        height: 44px;
        overflow: hidden;
        width: 85%;
    }

    .mod-live-search.default .kw-field {
        border: 0;
        border-radius: 0 !important;
        background-color: #fcdb69;
    }

        .mod-live-search.default .kw-field, .mod-live-search.default .kw-field input[type=text], .mod-live-search.default .form-button .custom-btn, .mod-live-search.default .form-button .custom-btn span {
            height: 30px;
        }




.search-q visible-placeholder:focus {
    outline: none !important;
}

.stretch:focus {
    outline: none;
}

.mod-live-search.mod-live-search-defaultResponsive3 .form-button {
    float: right;
    width: 15%;
}

.mod-live-search.default .form-button .custom-btn {
    background-color: #eab603;
    border-radius: 0 !important;
}

.mod-live-search .form-button .custom-btn span {
    font-size: 0;
}

.mod-live-search.mod-live-search-defaultResponsive3 .form-button .custom-btn {
    background: url(/Content/Images/btn_search.png) no-repeat scroll center center #edbc1d;
    border-radius: 0 30px 30px 0;
    border: 0;
    height: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0;
}

.custom-btn {
    color: #292929;
    background-color: #ffe263;
    border-radius: 0;
    box-shadow: 0 3px 0 0 #e6bf17;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 500ms ease 0s;
}

.searchbtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.mod-live-search.mod-live-search-defaultResponsive3 .background {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 2999;
}

@media (min-width: 550px) {

    .mod-live-search.mod-live-search-defaultResponsive3 .search-results {
        width: 82.2%;
        margin-left: 2.8%;
    }
}

@media (max-width: 767px) {
    .welcomesection {
        padding-top: 0px !important;
    }
}

@media screen and (max-width:1023px) and (min-width:767px) {
    .layout-header .header-search-bar {
        width: 250px;
    }
}

.mod-live-search.mod-live-search-defaultResponsive3 .search-results {
    position: absolute;
    z-index: 3000;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: none;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    left: 0;
    margin-top: 0;
    margin-left: 5%;
    width: 80%;
}

.mod-user-location-responsive1 .nearest-store {
    margin-right: 6px;
    cursor: pointer;
}

    /*.mod-user-location-responsive1 .nearest-store .icon {
        margin-right: .133em;
        top: .133em;
    }*/

    .mod-user-location-responsive1 .nearest-store .colon {
        display: none;
    }

@media (min-width: 768px) {

    .mod-user-location-responsive1 .nearest-store .colon {
        display: inline;
    }
}


.mod-user-location-responsive1 .nearest-store:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border: .333em solid transparent;
    border-top-color: inherit;
    /*margin-left: .333em;*/
    margin-top: .067em;
}

.mod-user-location-responsive1 .change-btn {
    text-decoration: none !important;
}

.mod-user-location-responsive1 .change-btn {
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: underline;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mod-user-location-responsive1 .nearest-store {
    display: inline-block;
    vertical-align: middle;
    outline: none;
}

.mod-user-location-responsive1 .change-btn {
    display: inline-block;
    vertical-align: middle;
    outline: none;
}

@media (min-width: 768px) {
    .mod-user-location-responsive1 .main-phone {
        margin-left: 1.533em;
    }
}

.mod-user-location-responsive1 .main-phone {
    display: inline-block;
    margin-left: 0px;
    vertical-align: middle;
    margin-bottom: 7px;
}

    .mod-user-location-responsive1 .main-phone .visible-on-mobile {
        color: inherit;
        font-size: 1.4em;
        text-decoration: none;
    }






























.popover.bottom {
    margin-top: 10px;
}

.popover {
    color: #000;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 4px #999;
    margin-top: 15px;
    max-width: 25.267em;
    position: absolute;
    z-index: 1060;
    padding: 1px;
    font-family: Raleway, sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    line-break: auto;
}

    .popover:after, .popover:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .popover:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 9px;
        margin-left: -9px;
    }

    .popover:before {
        border-color: rgba(153, 153, 153, 0);
        border-bottom-color: #999999;
        border-width: 10px;
        margin-left: -10px;
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.popover.bottom.arrow {
    top: -10px !important;
    border-width: 10px !important;
    border-top-width: 0 !important;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover.bottom.arrow:after {
    margin-left: -9px;
    border-width: 9px;
    border-top-width: 0;
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

/*.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}*/

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 1.667em 1.667em 2em;
    max-height: 540px;
    overflow: auto;
}

.popup-head {
    font-weight: bold;
    margin-bottom: .4em;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.popover .popup-head .detect-my-location, .popover .popup-head .clear-store {
    text-decoration: none;
    font-size: 14px;
}

.popover a {
    display: inline-block;
    color: #357AC1;
    font-family: Raleway, sans-serif !important;
    font-size: 13px;
    transition: color 500ms;
    font-weight: 500;
    cursor:pointer;
}

@media (min-width: 768px) {
    .popover .visible-sm-inline {
        display: inline;
    }
}

.popover .visible-sm-inline {
    display: none;
}

.popover .search-input {
    position: relative;
    width: 100%;
    height: 2.4em;
    padding: 0 30px 0 10px;
    color: #b4b4b4;
    font-size: inherit;
    float: none;
    line-height: inherit;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.popover .stores-head {
    font-weight: bold;
    margin-top: 15px;
}

.popover .stores {
    margin-top: .923em;
    font-size: .867em;
    line-height: 1.4;
}

.popover .more-stores {
    background: #a8a8a8;
    border-radius: 0;
    font-size: .867em;
    padding: 7px 35px;
    color: #fff;
    margin-top: 1.385em;
    transition: color 500ms;
}

.store .icon {
    position: absolute;
    left: -.15em;
    top: 5px;
    /*font-size: 1.538em;
    color: #999;*/
}

.popover .store {
    padding-left: 20px;
    position: relative;
    padding-top: 10px;
}

    .popover .store + .store {
        margin-top: 10px;
        border-top: 1px solid #eee;
        padding-top: 10px;
    }

.store .glyphicon {
    margin-right: 4px !important;
}

.icon {
    text-align: center;
}

.store-state {
    font-weight: bold;
    color: #77cbb4;
    padding-right: 5.385em;
}

.store .store-distance {
    position: absolute;
    top: 10px;
    right: .154em;
}

.store .store-city {
    font-weight: bold;
    padding-right: 5.385em;
    font-size: 13px;
}

.nearest-store {
    margin-right: 1.067em;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.departments {
    font-size: .867em;
    line-height: 1.462;
    margin-top: 1.077em;
}

.department {
    border-top: 1px solid #eee;
    padding: .769em 0px;
}

.department-name {
    font-weight: bold;
    font-size: 1.077em;
}

.current-store-distance {
    position: absolute;
    right: 10px;
    color: #8f8f8f;
}

.popover-content .current-store-info {
    font-size: .867em;
    line-height: 1.462;
    margin-top: 1.231em;
    position: relative;
    border-top: 1px solid #eee;
    padding-top: .769em;
    /*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.popover-content .current-store-name {
    font-weight: bold;
    font-size: 1.077em;
    padding-right: 5em;
}

.header-section ul li {
    float: left;
    width: auto;
    list-style: none;
    position: relative;
}

.hidden_loc {
    display: none;
}

input[type=number][id=idSearchzipcode]::-webkit-inner-spin-button,
input[type=number][id=idSearchzipcode]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#gold_bar {
    min-height: 46px;
    background: #FACB2F;
}

#gold_bar_mobile {
    min-height: 43px;
    background: #FACB2F;
}
/*added 25/10/2017 wednesday Viral Patel*/
@media screen and (max-width:1023px) {
    #gold_bar li:nth-child(4) {
        display: none;
    }

    #gold_bar li:nth-child(5) {
        display: none;
    }

    #gold_bar li:nth-child(6) {
        display: none;
    }

    #gold_bar li:nth-child(7) {
        display: none;
    }

    #gold_bar .header-search-bar {
        display: none;
    }

    .logo-head {
        margin-top: 5px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .menubox {
        margin-top: -5px !important;
    }
}

@media screen and (max-width:479px) {
 
}

    html.w-mod-js *[data-ix="fadein-text-slider-2"] {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: homesearchfadeIn;
        animation-name: homesearchfadeIn;
    }

    @-webkit-keyframes homesearchfadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes homesearchfadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    .sliderhead {
        margin-top: 40px !important;
    }

    .budget-search {
        padding: 0px 5px;
    }

        .budget-search input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .budget-search .w-col-1_10 {
            width: 10.666667%;
            padding: 0px 5px;
        }

        .budget-search .label {
            font-size: 12px;
            text-transform: Capitalize;
            font-weight: normal;
            margin-bottom: 0px;
        }

        .budget-search .budget-terms {
            font-size: 12px;
            font-weight: normal;
            margin-top: 15px;
            margin-bottom: 0px;
            color: #ffffff;
            line-height: 1.5;
            float: left;
        }

        .budget-search .budget-seperate-line {
            height: 80px;
            width: 2px;
            float: left;
            background-color: #edbc1d;
            margin: 0px 5px 0px 25px;
        }

        .budget-search .estimate-budget-label {
            font-size: 15px;
            text-transform: Capitalize;
            font-weight: normal;
            margin-bottom: 0px;
            margin-top:10px;
        }

        .budget-search .estimate-budget {
            display: block;
            width: 100%;
            height: 38px;
            padding: 8px 5px;
            margin-top: 5px;
            font-size: 28px;
            color: #edbc1d;
            vertical-align: middle;
            background-color: transparent;
            border: 0;
            text-align: center;
            font-weight: 500;
        }

        .budget-search .currency {
            display: inline-block;
            position: relative;
        }

            .budget-search .currency::before {
                content: "$";
                font-size: 15px;
                position: absolute;
                left: 10px;
                top: 9px;
                color: #333333;
                background-color: #ffffff;
            }

        .budget-search .dollar-input {
            text-align: right;
        }

        .budget-search .interest {
            display: inline-block;
            position: relative;
        }

            .budget-search .interest::before {
                content: "%";
                font-size: 15px;
                position: absolute;
                right: 10px;
                top: 9px;
                color: #333333;
                background-color: #ffffff;
            }

        .budget-search .interest-input {
            text-align: left;
        }

    @media screen and (max-width: 1023px) and (min-width: 767px) {
        .sliderhead {
            margin-top: 0px !important;
        }

        .budget-search .w-col-1_10 {
            width: 16.666667% !important;
            padding: 0px 5px !important;
        }

        .budget-search .estimate-budget-label {
            margin-top: 20px !important;
        }

        .budget-search .budget-seperate-line {
            display: none !important;
        }
    }

    @media screen and (max-width:767px) {
        .sliderhead {
            margin-top: 70px !important;
        }

        .budget-search .currency {
            width: 100% !important;
        }

        .budget-search .interest {
            width: 100% !important;
        }

        .budget-search .estimate-budget-label {
            margin-top: 20px !important;
            color: #ffffff !important;
        }

        .budget-search .budget-seperate-line {
            display: none !important;
        }

        .budget-search .label {
            color: #ffffff !important;
            font-size: 14px !important;
        }
    }


    .home-menu-tab .w-tab-link.w--current {
        color: #edbc1d;
    }

    .home-menu-tab .w-tab-link {
        color: #ffffff;
    }

        .home-menu-tab .w-tab-link.w--current::after {
            content: '';
            margin: auto;
            position: absolute;
            bottom: -6px;
            left: 0;
            right: 0;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #edbc1d;
        }
    /*-------------------------------------*/
    @media screen and (max-width: 479px) {
        .w-col-tiny-12 {
            width: 100% !important;
        }
    }

    @media screen and (max-width: 767px) {
        .w-col {
            width: 100%;
        }
    }

    .lightbox {
        background-color: rgba(0, 0, 0, 0.8);
        overflow: scroll;
        position: fixed;
        display: none;
        z-index: 9999999;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }

    .lightbox-container {
        position: relative;
        max-width: 960px;
        margin: 12% auto 3% auto;
        display: block;
        padding: 0 3%;
        height: auto;
        z-index: 10;
    }

    @media screen and (max-width: 768px) {
        .lightbox-container {
            margin-top: 10%;
        }
    }

    @media screen and (max-width: 414px) {
        .lightbox-container {
            margin-top: 40%;
        }
    }

    .lightbox-content {
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
        padding: 12px;
    }

    .lightbox-close {
        text-transform: uppercase;
        background: transparent;
        position: absolute;
        font-weight: 300;
        font-size: 12px;
        display: block;
        border: none;
        color: white;
        top: -22px;
        right: 3%;
    }

    .video-container {
        padding-bottom: 56.25%;
        position: relative;
        padding-top: 0px;
        overflow: hidden;
        height: 0;
    }

        .video-container iframe, .video-container object, .video-container embed {
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
        }

    .lnk_info_video, .lnk_info_video:hover {
        color: #fff;
        text-decoration: none;
    }

    @media (max-width: 479px) {
        .info_video_ico {
            width: 65px !important;
        }
    }

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #e7e7e7; /* or add it to the track */
}

::-webkit-scrollbar-thumb {
    background: #999999;
}

@media screen and (max-width: 767px) {
    .navigation {
        height: 70px !important;
    }

    .navlink {
        margin-top: 20px !important;
        padding-bottom: 20px !important;
        border-bottom: 1px solid #ccc !important;
    }
}

@media screen and (max-width: 991px) {
    .iconarrow {
        margin-top: 5px !important;
    }
}

.w-nav-overlay .w-nav-menu {
    top: 0;
    max-height: 500px !important;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.w-slider-arrow-right {
    z-index: 1 !important;
}

.w-slider-arrow-left {
    z-index: 1 !important;    
}

.w-slider-nav {
    z-index: 1 !important;
}


@media screen and (max-width: 479px) {
    .navlink.w--current {
        border-bottom: 1px solid #ccc;
    }

    .navlink.w--open {
        border-top-width: 0px;
        border-bottom: 1px solid #ccc;
    }
}

.navlink {
    padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .dropdownlist.w--open {       
        border-bottom: 1px solid #ccc;
    }


    #div_basic_search {
        width: 100%;
        position: fixed;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0!important;
    }
}



#div_basic_search {
    width: 100%;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    padding-right: 145px;
}

/*.header-module_searchIcon {
    top: 20px;
    right: 75px;
    z-index: 9999;
    vertical-align: middle;
}*/

.searchbar-module_searchIcon {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 10px;
    padding-left: 4%;
}

.searchbar-module_closeBtn {
    display: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 8px;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

.searchbar-module_searchInputContainer {
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-items: center;
    align-items: center;
    overflow-y: hidden;
}

#mobile-header-search-icon {
    display: none;
}
.inline-flex {
    display: inline-flex;
}

.inline-flex {
    display: inline-flex;
}

.no-padding {
    padding: 0px !important;
}
.search-vehicle-input-container {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.search-vehicle-input {
    font-family: Thicccboi, sans-serif !important;
    padding: 8px 10px !important;
    color: #333;
    outline: none;
    border: 1px solid #d9d9d9 !important;
    width: 100%;
    font-size: 16px;
    background: url(/Content/Images/ico_search.png) no-repeat scroll left #f6f6f6;
    background-size: 26px;
    background-position: 8px 4.5px;
    padding-left: 40px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px !important;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .search-vehicle-input-container {
        width: 44%;      
    }
}

.searchbar-module_closeBtn {
    display: none;
    width: 10%;
    -webkit-tap-highlight-color: transparent;
}


#mobile-header-search-icon {
    display: none;
}

@media screen and (max-width: 767px) {

    #div_basic_search {
        display: none;
        height: 60px;
        width: 99%;
        padding-left: 8px !important;
        z-index: 9999 !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        background-color: #ffff;
        margin-left: 12px !important;        
        margin-right: 11px !important;
    }
    .div-basic-search-container {
        width: 96%;
        display: flex;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 32px;
        margin-left: 10px;   
    }
    .search-vehicle-input-container {
        width: 100%;
      margin:0!important;
    }

    #mobile-header-search-icon {
        display: block;
        right: 75px;
        position: absolute;

    } 
}
.nav-left{
    z-index:9;
}


.dealerlogin input[type=text], input[type=number], input[type=phone], input[type=email], input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    border: 1px solid #d2dbe0;
}

#wf-form-Dealer-Development-Inquiry input[type=text], input[type=number], input[type=phone], input[type=email], input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    border: 1px solid #d2dbe0;
}
.dealerlogin .button-2 {
    padding: 12px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    background-color: #fcc304;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    font-family: Thicccboi, sans-serif;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.dealerlogin .w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.mt-10{
    margin-top:10px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-25 {
    margin-top: 25px;
}
.btn-dealer-login{
    min-width:155px!important;
}

.section-standard {
    font-family: Thicccboi, sans-serif !important;
}
