/* =================================
	_reset.scss
================================= */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -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. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

/* ========================================
	Grid System - _gridSystem.scss
======================================== */
/* =================================
	_styles.scss
================================= */
body {
  font-size: 1em;
  color: #313131;
  background-color: #313131;
  margin: 0px;
  letter-spacing: 0.02em;
  overflow-y: scroll;
  width: 100%;
  min-width: 960px; }

body, .mapmarkerInfoWindow {
  font-family: "proxima-nova",sans-serif; }

header, footer, nav, section {
  display: block; }

b {
  font-weight: bold; }

.center,
.wrapper {
  margin: 0 auto; }

.wrapper {
  width: 960px;
  position: relative; }

.relative {
  position: relative; }

.border-box {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.divider {
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  margin: 0 10px; }
  .bg-red_d2 .divider {
    border-left: 1px solid rgba(255, 255, 255, 0.5); }

table {
  border-spacing: 0px;
  border-collapse: collapse; }

a {
  color: #f73340;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #bd1b21; }

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.change {
  text-transform: none;
  font-size: 12px;
  margin-left: 5px; }

ul.nostyle {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.scroller .scroll-wrap,
.scroller .vertical-scroll-wrap {
  overflow: hidden;
  margin: 0;
  position: relative;
  z-index: 15; }
.scroller .slide {
  position: relative;
  text-align: center;
  overflow: hidden; }
.scroller .scroll-wrap .slide-group {
  width: 1000000000em; }
.scroller .scroll-wrap .slide {
  float: left; }
.scroller .scroll-nav-left, .scroller .scroll-nav-right {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -22.5px;
  border: none;
  color: #fff;
  z-index: 20;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.2); }
.scroller .scroll-nav-left {
  left: 0px; }
.scroller .scroll-nav-right {
  right: 0px; }
.scroller .vertical-scroll-wrap .slide-group {
  height: 1000000000em; }

.scroller_nav {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 18px;
  line-height: 18px;
  padding-top: 2px;
  z-index: 30; }
  .scroller_nav a {
    text-decoration: none;
    display: inline-block;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0;
    margin: 0 12px;
    background: #fff;
    border: 2px solid #fff; }
    .scroller_nav a.selected {
      background: #ff8106; }

.locations {
  padding-left: 91px;
  width: 740px;
  margin: 0 auto; }
  .no-svg .locations {
    background: url(../images/LocationMapFallback_738x415.png) no-repeat top right;
    height: 415px !important; }
  .storeLocator .locations {
    padding-left: 0px;
    height: 410px; }
    .storeLocator .locations svg {
      height: 410px;
      margin-top: 15px; }

#Big_O_Stores a .redState {
  transition: .3s fill; }
#Big_O_Stores a:hover .redState {
  fill: #f73340; }

.map-and-stores .map {
  width: 640px;
  height: 430px; }

.map-and-stores .stores {
  width: 278px;
  height: 423px;
  border-left: 1px solid black;
  padding-top: 7px;
  overflow-y: auto;
  margin-right: -20px; }

/* =================================
	_icons.scss
================================= */
.ion, [class*="ion-"] {
  font-size: 1.3em;
  vertical-align: middle;
  line-height: 1.3em; }
  .ion.large, [class*="ion-"].large {
    font-size: 180px;
    line-height: 180px; }
  .ion.badge, [class*="ion-"].badge {
    font-size: 100px;
    width: 140px;
    height: 100px;
    background: url(/Content/images/service_badge_bg_140x100.jpg) no-repeat 0 0;
    color: #fff;
    text-align: center; }
    .ion.badge:before, [class*="ion-"].badge:before {
      line-height: 100px;
      vertical-align: top; }
    .ion.badge.white, [class*="ion-"].badge.white {
      background: #fff;
      color: #bd1b21; }
    .ion.badge.small, [class*="ion-"].badge.small {
      width: 70px;
      height: 50px;
      line-height: 50px;
      background-size: 100% 100%; }
      .ion.badge.small:before, [class*="ion-"].badge.small:before {
        line-height: 50px;
        vertical-align: top; }
    .ion.badge.large, [class*="ion-"].badge.large {
      width: 190px;
      height: 135px;
      line-height: 135px;
      background-size: 100% 100%; }
      .ion.badge.large:before, [class*="ion-"].badge.large:before {
        line-height: 135px;
        vertical-align: top; }
    .ion.badge.ion-bigo-air-conditioning, .ion.badge.ion-bigo-maintenance, [class*="ion-"].badge.ion-bigo-air-conditioning, [class*="ion-"].badge.ion-bigo-maintenance {
      font-size: 119px; }
      .ion.badge.ion-bigo-air-conditioning.small, .ion.badge.ion-bigo-maintenance.small, [class*="ion-"].badge.ion-bigo-air-conditioning.small, [class*="ion-"].badge.ion-bigo-maintenance.small {
        font-size: 59.5px; }
      .ion.badge.ion-bigo-air-conditioning.large, .ion.badge.ion-bigo-maintenance.large, [class*="ion-"].badge.ion-bigo-air-conditioning.large, [class*="ion-"].badge.ion-bigo-maintenance.large {
        font-size: 160.65px; }
    .ion.badge.ion-bigo-alignment, .ion.badge.ion-bigo-battery, .ion.badge.ion-bigo-transmission, .ion.badge.ion-bigo-savings, .ion.badge.ion-bigo-shocks-struts, [class*="ion-"].badge.ion-bigo-alignment, [class*="ion-"].badge.ion-bigo-battery, [class*="ion-"].badge.ion-bigo-transmission, [class*="ion-"].badge.ion-bigo-savings, [class*="ion-"].badge.ion-bigo-shocks-struts {
      font-size: 85px; }
      .ion.badge.ion-bigo-alignment.small, .ion.badge.ion-bigo-battery.small, .ion.badge.ion-bigo-transmission.small, .ion.badge.ion-bigo-savings.small, .ion.badge.ion-bigo-shocks-struts.small, [class*="ion-"].badge.ion-bigo-alignment.small, [class*="ion-"].badge.ion-bigo-battery.small, [class*="ion-"].badge.ion-bigo-transmission.small, [class*="ion-"].badge.ion-bigo-savings.small, [class*="ion-"].badge.ion-bigo-shocks-struts.small {
        font-size: 42.5px; }
      .ion.badge.ion-bigo-alignment.large, .ion.badge.ion-bigo-battery.large, .ion.badge.ion-bigo-transmission.large, .ion.badge.ion-bigo-savings.large, .ion.badge.ion-bigo-shocks-struts.large, [class*="ion-"].badge.ion-bigo-alignment.large, [class*="ion-"].badge.ion-bigo-battery.large, [class*="ion-"].badge.ion-bigo-transmission.large, [class*="ion-"].badge.ion-bigo-savings.large, [class*="ion-"].badge.ion-bigo-shocks-struts.large {
        font-size: 114.75px; }
    .ion.badge.ion-bigo-brakes, .ion.badge.ion-bigo-snow-tires, [class*="ion-"].badge.ion-bigo-brakes, [class*="ion-"].badge.ion-bigo-snow-tires {
      font-size: 80px; }
      .ion.badge.ion-bigo-brakes.small, .ion.badge.ion-bigo-snow-tires.small, [class*="ion-"].badge.ion-bigo-brakes.small, [class*="ion-"].badge.ion-bigo-snow-tires.small {
        font-size: 40px; }
      .ion.badge.ion-bigo-brakes.large, .ion.badge.ion-bigo-snow-tires.large, [class*="ion-"].badge.ion-bigo-brakes.large, [class*="ion-"].badge.ion-bigo-snow-tires.large {
        font-size: 108px; }
    .ion.badge.ion-bigo-coolant-exchange, .ion.badge.ion-bigo-winter-car-special, [class*="ion-"].badge.ion-bigo-coolant-exchange, [class*="ion-"].badge.ion-bigo-winter-car-special {
      font-size: 116px; }
      .ion.badge.ion-bigo-coolant-exchange.small, .ion.badge.ion-bigo-winter-car-special.small, [class*="ion-"].badge.ion-bigo-coolant-exchange.small, [class*="ion-"].badge.ion-bigo-winter-car-special.small {
        font-size: 58px; }
      .ion.badge.ion-bigo-coolant-exchange.large, .ion.badge.ion-bigo-winter-car-special.large, [class*="ion-"].badge.ion-bigo-coolant-exchange.large, [class*="ion-"].badge.ion-bigo-winter-car-special.large {
        font-size: 156.6px; }
    .ion.badge.ion-bigo-coolant-exchange:before, [class*="ion-"].badge.ion-bigo-coolant-exchange:before {
      margin-left: 10px; }
    .ion.badge.ion-bigo-engine, [class*="ion-"].badge.ion-bigo-engine {
      font-size: 96px; }
      .ion.badge.ion-bigo-engine.small, [class*="ion-"].badge.ion-bigo-engine.small {
        font-size: 48px; }
      .ion.badge.ion-bigo-engine.large, [class*="ion-"].badge.ion-bigo-engine.large {
        font-size: 129.6px; }
    .ion.badge.ion-bigo-flat-tire-repair, .ion.badge.ion-bigo-oil-change, .ion.badge.ion-bigo-tires, .ion.badge.ion-bigo-tire-rotation, [class*="ion-"].badge.ion-bigo-flat-tire-repair, [class*="ion-"].badge.ion-bigo-oil-change, [class*="ion-"].badge.ion-bigo-tires, [class*="ion-"].badge.ion-bigo-tire-rotation {
      font-size: 90px; }
      .ion.badge.ion-bigo-flat-tire-repair.small, .ion.badge.ion-bigo-oil-change.small, .ion.badge.ion-bigo-tires.small, .ion.badge.ion-bigo-tire-rotation.small, [class*="ion-"].badge.ion-bigo-flat-tire-repair.small, [class*="ion-"].badge.ion-bigo-oil-change.small, [class*="ion-"].badge.ion-bigo-tires.small, [class*="ion-"].badge.ion-bigo-tire-rotation.small {
        font-size: 45px; }
      .ion.badge.ion-bigo-flat-tire-repair.large, .ion.badge.ion-bigo-oil-change.large, .ion.badge.ion-bigo-tires.large, .ion.badge.ion-bigo-tire-rotation.large, [class*="ion-"].badge.ion-bigo-flat-tire-repair.large, [class*="ion-"].badge.ion-bigo-oil-change.large, [class*="ion-"].badge.ion-bigo-tires.large, [class*="ion-"].badge.ion-bigo-tire-rotation.large {
        font-size: 121.5px; }
    .ion.badge.ion-bigo-healthy-car-special, [class*="ion-"].badge.ion-bigo-healthy-car-special {
      font-size: 130px; }
      .ion.badge.ion-bigo-healthy-car-special.small, [class*="ion-"].badge.ion-bigo-healthy-car-special.small {
        font-size: 65px; }
      .ion.badge.ion-bigo-healthy-car-special.large, [class*="ion-"].badge.ion-bigo-healthy-car-special.large {
        font-size: 175.5px; }
  .ion.circle, [class*="ion-"].circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #d8d8d8;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    letter-spacing: 0px;
    color: #bd1b21; }

.brand-icon {
  width: 120px;
  height: 40px;
  opacity: 0.25;
  background: url(/Content/images/brands/brands_sprite_125x40.png) no-repeat 0 0; }
  .brand-icon.bigo {
    background-position: center 0px; }
  .brand-icon.michelin {
    background-position: center -40px; }
  .brand-icon.yokohama {
    background-position: center -80px; }
  .brand-icon.falken {
    background-position: center -120px; }
  .brand-icon.hankook {
    background-position: center -160px; }
  .brand-icon.cooper {
    background-position: center -200px; }
  .brand-icon.continental {
    background-position: center -240px; }
  .brand-icon.nitto {
    background-position: center -280px; }
  .brand-icon.pirelli {
    background-position: center -320px; }
  .brand-icon.uniroyal {
    background-position: center -360px; }
  .brand-icon.bfgoodrich {
    background-position: center -400px; }
  .brand-icon.goodyear {
    background-position: center -440px; }
  .brand-icon.sumitomo {
    background-position: center -480px; }
  .brand-icon.dunlop {
    background-position: center -520px; }
  .brand-icon.generaltire {
    background-position: center -560px; }
  .brand-icon.nankang {
    background-position: center -600px; }

.loading-tire {
  width: 200px;
  margin: 0 auto; }
  .loading-tire .loader, .loading-tire .tire {
    display: block; }
  .loading-tire .tire {
    background: url(/Content/images/Loading_Tire_200x200.png) no-repeat center;
    width: 200px;
    height: 200px;
    -webkit-animation: spin 4s infinite linear;
    -moz-animation: spin 4s infinite linear;
    -o-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear; }
  .loading-tire .loader {
    background: url(/Content/images/Spinner_92x92.png) no-repeat center;
    width: 92px;
    height: 92px;
    -webkit-animation: spin 1s infinite reverse linear;
    -moz-animation: spin 1s infinite reverse linear;
    -o-animation: spin 1s infinite reverse linear;
    animation: spin 1s infinite reverse linear;
    padding: 54px; }

/*=======================================
	Buttons - _buttons.scss
=======================================*/
.btn-grp {
  *display: inline;
  display: inline-block;
  line-height: inherit;
  vertical-align: middle; }
  .btn-grp .progress, .btn-grp .btn {
    display: block;
    float: left; }
  .btn-grp .progress {
    width: 0px;
    border-left: 11.66667px solid #bd1b21;
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
    border-right: 0px solid transparent; }
    .btn-grp .progress.small {
      border-left: 8.33333px solid #bd1b21;
      border-top: 12.5px solid transparent;
      border-bottom: 12.5px solid transparent; }
    .btn-grp .progress.tall {
      border-left: 15px solid #bd1b21;
      border-top: 22.5px solid transparent;
      border-bottom: 22.5px solid transparent; }

.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *display: inline;
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  text-decoration: none;
  word-spacing: normal;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  /* Sizes */
  height: 35px;
  line-height: 35px;
  /* Colors */
  border: 1px solid #f73340;
  color: #f73340;
  background: #fff; }
  .btn.text-left {
    text-align: left; }
  .btn[disabled] {
    cursor: default;
    opacity: 0.5; }
  .btn .ion, .btn [class*="ion-"] {
    line-height: 35px; }
  .btn.small {
    height: 25px;
    line-height: 25px; }
    .btn.small .ion, .btn.small [class*="ion-"] {
      line-height: 25px; }
  .btn.tall {
    height: 45px;
    line-height: 45px; }
    .btn.tall .ion, .btn.tall [class*="ion-"] {
      line-height: 45px; }
  .btn.red {
    border: 1px solid #bd1b21;
    color: #fff;
    background: #bd1b21; }
  .btn.red_l {
    border: 1px solid #f73340;
    color: #fff;
    background: #f73340; }
  .btn.red_d {
    border: 1px solid #8e1419;
    color: #fff;
    background: #8e1419; }
  .btn.transparent {
    border: 1px solid #f73340;
    color: #fff;
    background: transparent; }
  .btn.gray {
    border: 1px solid #6a6a6a;
    color: #555555; }
  .bg-red .btn {
    border: 1px solid #fff;
    color: #383838; }
    .bg-red .btn.red {
      border: 1px solid #fff;
      color: #fff; }
    .bg-red .btn.red_d {
      border: 1px solid #8e1419;
      color: #fff; }
  .bg-white .btn.white {
    border: 1px solid #f73340;
    color: #f73340; }
  .btn.twitter, .btn.facebook, .btn.youtube {
    width: 34px;
    height: 34px;
    color: #fff;
    border: none;
    text-align: center;
    padding: 0;
    margin-right: 10px; }
  .btn.twitter {
    background: #55acee; }
    .btn.twitter:hover {
      background: #5dbdff; }
  .btn.facebook {
    background: #3b5998; }
    .btn.facebook:hover {
      background: #4061a7; }
  .btn.youtube {
    background: #c4302b; }
    .btn.youtube:hover {
      background: #d7342f; }

/* =================================
	_formElements.scss
================================= */
.chosen-container .chosen-single {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }
  .chosen-container .chosen-single div b {
    background: none;
    font-family: "Ionicons";
    display: inline-block;
    text-align: center; }
    .chosen-container .chosen-single div b:before {
      content: "\f123"; }
.chosen-container.chosen-with-drop .chosen-single div b:before {
  content: "\f126"; }
.chosen-container .chosen-search {
  display: none; }
.chosen-container .chosen-drop {
  border-radius: 0;
  border: 1px solid #bd1b21;
  background: #fff;
  color: #6a6a6a; }
.chosen-container .chosen-results {
  margin: 0px;
  padding: 4px; }
  .chosen-container .chosen-results li.highlighted {
    background: #d8d8d8;
    color: #383838; }

.pagination .chosen-container .chosen-single {
  color: #fff;
  height: 20px;
  line-height: 20px; }
  .pagination .chosen-container .chosen-single span {
    margin-right: 20px; }
  .pagination .chosen-container .chosen-single div b {
    color: #fff; }
.pagination .chosen-container .chosen-drop {
  border: 1px solid #bd1b21;
  border-top: 6px solid #bd1b21; }

.btn .chosen-container {
  margin-left: -1px; }
  .btn .chosen-container .chosen-single {
    color: #555555;
    height: 33px;
    line-height: 33px;
    padding-left: 10px; }
    .btn .chosen-container .chosen-single span {
      margin-right: 25px;
      font-size: 18px; }
    .btn .chosen-container .chosen-single div {
      width: 25px; }
      .btn .chosen-container .chosen-single div b {
        color: #555555;
        font-weight: 300;
        text-align: left; }
  .btn .chosen-container .chosen-drop {
    border: 1px solid #f73340; }
.btn.tall .chosen-single {
  height: 43px;
  line-height: 43px;
  padding-left: 15px; }
  .btn.tall .chosen-single span {
    font-size: 18px; }
.btn.small .chosen-single {
  height: 23px;
  line-height: 23px;
  padding-left: 5px; }
  .btn.small .chosen-single span {
    font-size: 14px; }
  .btn.small .chosen-single div b {
    text-align: right; }

.vehicle-selector .chosen-single span {
  text-align: left; }
.vehicle-selector .chosen-single-with-deselect .search-choice-close {
  top: 15px;
  right: 13px;
  font-family: "Ionicons";
  background: none; }
  .vehicle-selector .chosen-single-with-deselect .search-choice-close:before {
    content: "\f12a";
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    color: #f73340; }
  .vehicle-selector .chosen-single-with-deselect .search-choice-close + div {
    display: none; }

input[type="checkbox"] {
  display: none;
  vertical-align: middle; }
  input[type="checkbox"] + label {
    cursor: pointer;
    vertical-align: middle; }
    input[type="checkbox"] + label .checkbox {
      font-family: "Ionicons";
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: -1px 4px 0 0;
      vertical-align: middle;
      border: 2px solid #6a6a6a;
      position: relative; }
      input[type="checkbox"] + label .checkbox:before {
        position: absolute;
        top: -2px;
        left: -2px;
        font-size: 8px;
        line-height: 10px;
        width: 10px;
        content: "";
        color: #f73340;
        text-align: center; }
      .btn.red input[type="checkbox"] + label .checkbox, .bg-red input[type="checkbox"] + label .checkbox {
        width: 8px;
        height: 8px;
        background: #bd1b21;
        border: 1px solid #fff; }
        .btn.red input[type="checkbox"] + label .checkbox:before, .bg-red input[type="checkbox"] + label .checkbox:before {
          color: #fff;
          top: -1px;
          left: -1px; }
  input[type="checkbox"]:checked + label {
    font-weight: bold; }
    input[type="checkbox"]:checked + label .checkbox:before {
      content: "\f12a"; }
  .no-csschecked input[type="checkbox"] {
    display: inline; }
    .no-csschecked input[type="checkbox"] + label .checkbox {
      display: none; }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"] {
  border: 1px solid #6a6a6a;
  color: #6a6a6a; }
  input[type="text"].error,
  input[type="date"].error,
  input[type="email"].error,
  input[type="tel"].error {
    border: 1px solid #bd1b21;
    color: #bd1b21; }

.input {
  border: 1px solid #fff;
  background: #fff;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  vertical-align: middle; }
  .input.tall {
    height: 43px;
    line-height: 43px; }
  .input.small {
    height: 23px;
    line-height: 23px; }
  .input.error {
    border: 1px solid #bd1b21;
    color: #bd1b21; }

.tbc_tooltip {
  background: #f0f0f0;
  border: 1px solid #a30000;
  padding: 5px;
  border-radius: 10px;
  font-size: 12px;
  z-index: 1000000000;
  max-width: 600px; }
  .tbc_tooltip .arrow {
    z-index: 100000000; }
    .tbc_tooltip .arrow, .tbc_tooltip .arrow:before {
      display: block;
      position: absolute;
      height: 0px; }
    .tbc_tooltip .arrow:before {
      content: "";
      z-index: 100000001; }
    .tbc_tooltip .arrow[class*=" bottom-"], .tbc_tooltip .arrow[class^="bottom-"], .tbc_tooltip .arrow[class*=" bottom-"]:before, .tbc_tooltip .arrow[class^="bottom-"]:before {
      border-bottom: 15px solid transparent;
      border-right: 0px solid transparent;
      border-left: 0px solid transparent;
      border-top: 0px solid transparent; }
    .tbc_tooltip .arrow.bottom-left {
      border-left: 20px solid #a30000;
      left: 15px;
      bottom: -15px; }
      .tbc_tooltip .arrow.bottom-left:before {
        border-left: 20px solid #f0f0f0;
        left: -19px;
        top: -2px; }
    .tbc_tooltip .arrow.bottom-right {
      border-right: 20px solid #a30000;
      right: 15px;
      bottom: -15px; }
      .tbc_tooltip .arrow.bottom-right:before {
        border-right: 20px solid #f0f0f0;
        left: -1px;
        top: -2px; }
    .tbc_tooltip .arrow[class*=" top-"], .tbc_tooltip .arrow[class^="top-"], .tbc_tooltip .arrow[class*=" top-"]:before, .tbc_tooltip .arrow[class^="top-"]:before {
      border-top: 15px solid transparent;
      border-right: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 0px solid transparent; }
    .tbc_tooltip .arrow.top-left {
      border-left: 20px solid #a30000 !important;
      left: 15px;
      top: -15px; }
      .tbc_tooltip .arrow.top-left:before {
        border-left: 20px solid #f0f0f0 !important;
        left: -19px;
        top: -13px; }
    .tbc_tooltip .arrow.top-right {
      border-right: 20px solid #a30000 !important;
      right: 15px;
      top: -15px; }
      .tbc_tooltip .arrow.top-right:before {
        border-right: 20px solid #f0f0f0 !important;
        left: -1px;
        top: -13px; }
    .tbc_tooltip .arrow[class*=" left-"], .tbc_tooltip .arrow[class^="left-"], .tbc_tooltip .arrow[class*=" left-"]:before, .tbc_tooltip .arrow[class^="left-"]:before {
      border-left: 15px solid transparent;
      border-right: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-top: 0px solid transparent; }
    .tbc_tooltip .arrow.left-top {
      border-top: 20px solid #a30000 !important;
      left: -15px;
      top: -15px; }
      .tbc_tooltip .arrow.left-top:before {
        border-top: 20px solid #f0f0f0 !important;
        left: -13px;
        top: -19px; }
    .tbc_tooltip .arrow.left-bottom {
      border-bottom: 20px solid #a30000 !important;
      left: -15px;
      bottom: 15px; }
      .tbc_tooltip .arrow.left-bottom:before {
        border-bottom: 20px solid #f0f0f0 !important;
        left: -13px;
        top: -1px; }
    .tbc_tooltip .arrow[class*=" right-"], .tbc_tooltip .arrow[class^="right-"], .tbc_tooltip .arrow[class*=" right-"]:before, .tbc_tooltip .arrow[class^="right-"]:before {
      border-right: 15px solid transparent;
      border-left: 0px solid transparent;
      border-bottom: 0px solid transparent;
      border-top: 0px solid transparent; }
    .tbc_tooltip .arrow.right-top {
      border-top: 20px solid #a30000 !important;
      right: -15px;
      top: -15px; }
      .tbc_tooltip .arrow.right-top:before {
        border-top: 20px solid #f0f0f0 !important;
        right: -13px;
        top: -19px; }
    .tbc_tooltip .arrow.right-bottom {
      border-bottom: 20px solid #a30000 !important;
      right: -15px;
      bottom: 15px; }
      .tbc_tooltip .arrow.right-bottom:before {
        border-bottom: 20px solid #f0f0f0 !important;
        right: -13px;
        top: -1px; }

.tabbed .tbc-tab-header {
  margin-bottom: 20px; }
.tabbed .tbc-tab-anchor {
  font-size: 14px;
  color: #f73340;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 2px solid #d8d8d8;
  margin-right: 20px; }
  .tabbed .tbc-tab-anchor.selected {
    color: #313131;
    border-bottom: 2px solid #313131; }

.expandable.startOpen .expander {
  display: block; }
.expandable .expander {
  overflow: hidden;
  display: none; }
  .expandable .expander li {
    margin-bottom: 2px;
    height: 22px;
    line-height: 22px;
    position: relative; }
  .expandable .expander label {
    display: block; }
    .no-csschecked .expandable .expander label {
      display: block;
      position: absolute;
      top: 0;
      left: 20px;
      bottom: 0;
      right: 0; }
.expandable .trigger {
  display: block;
  cursor: pointer; }

#tbc_lightbox {
  position: absolute;
  z-index: 1000010; }
  #tbc_lightbox.niceAlert {
    z-index: 1000100; }

#tbc_shadow {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #000000;
  opacity: 0.75;
  z-index: 1000000; }
  #tbc_shadow.niceAlert {
    z-index: 1000050; }

#tbc_spinner {
  background: #FFFFFF;
  position: absolute;
  z-index: 1000005; }

/* =================================
	_header.scss
================================= */
#UtilityNav a {
  text-decoration: none; }

#MainNav {
  height: 35px; }
  #MainNav a {
    margin: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.03em; }

header {
  width: 100%;
  min-width: 960px;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  header #MainMenu {
    line-height: 44px;
    padding: 20px 0;
    z-index: 100;
    position: relative; }
    header #MainMenu .btn-grp {
      margin-top: 4px; }
  header .header-logo {
    background: url(/Content/images/bigO_logo_240x44.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 240px;
    height: 44px; }
    header .header-logo.smaller {
      width: 220px;
      height: 40.33333px; }

#headerAniateOffset {
  height: 169px; }
  .no-submenu #headerAniateOffset {
    height: 119px; }

#MyCarAndStore h5 {
  text-transform: uppercase;
  color: #555555; }

#MyCar img {
  width: 80px;
  height: 80px;
  border: none; }

#MyStore .border-left {
  border-left: 1px solid #d8d8d8; }
  #MyStore .border-left .ion-location {
    font-size: 60px;
    line-height: 60px; }

/* =================================
	_footer.scss
================================= */
.footer-links {
  font-weight: bold; }
  .footer-links ul {
    list-style: none;
    padding: 0px; }
    .footer-links ul li {
      margin-bottom: 5px; }
  .footer-links a {
    color: inherit; }

/* =================================
	_home.scss
================================= */
.home-pictures {
  background: url(../images/store_pic_home.jpg) no-repeat -20px center; }

.home-services {
  background: #fff url(../images/home_service_bg.jpg) no-repeat bottom right; }

.time-slots .btn {
  width: 60px;
  margin: 5px 3px; }
  .time-slots .btn.disabled, .time-slots .btn[disabled] {
    border-color: #d8d8d8;
    color: #d8d8d8; }
.time-slots .tbc-tab-header .selected {
  color: #313131; }

.promo-slot {
  display: block;
  position: relative;
  background: #383838;
  overflow: hidden; }
  .promo-slot, .promo-slot img {
    width: 480px;
    height: 319px; }
  .promo-slot img {
    position: relative;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease; }
  .promo-slot .cta {
    position: absolute;
    bottom: -10px;
    right: -10px;
    height: 74px;
    width: 74px;
    display: block;
    background: url(../images/details_74x74.png) no-repeat 0 0;
    z-index: 11;
    -webkit-transition: bottom .2s ease, right .2s ease;
    -moz-transition: bottom .2s ease, right .2s ease;
    -ms-transition: bottom .2s ease, right .2s ease;
    -o-transition: bottom .2s ease, right .2s ease;
    transition: bottom .2s ease, right .2s ease; }
  .promo-slot:hover img {
    opacity: 0.75; }
  .promo-slot:hover .cta {
    right: -5px;
    bottom: -5px; }

.videoAd {
  position: relative; }
  .videoAd, .videoAd img {
    width: 320px;
    height: 305px;
    display: block; }
  .videoAd img {
    position: absolute;
    border: none; }
  .videoAd .ion-play {
    position: absolute;
    font-size: 90px;
    line-height: 116px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 116px;
    top: 50%;
    left: 50%;
    margin: -60px;
    display: block;
    z-index: 10;
    background: rgba(106, 106, 106, 0.5);
    text-align: center;
    letter-spacing: -10px;
    border: 2px solid rgba(240, 240, 240, 0.75);
    color: #d8d8d8; }
  .videoAd:hover .ion-play {
    color: #f0f0f0; }

.videoAdWide {
  position: relative; }
  .videoAdWide, .videoAdWide img {
    width: 640px;
    height: 360px;
    display: block; }
  .videoAdWide img {
    position: absolute;
    border: none; }
  .videoAdWide .ion-play {
    position: absolute;
    font-size: 90px;
    line-height: 116px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 116px;
    top: 50%;
    left: 50%;
    margin: -60px;
    display: block;
    z-index: 10;
    background: rgba(106, 106, 106, 0.5);
    text-align: center;
    letter-spacing: -10px;
    border: 2px solid rgba(240, 240, 240, 0.75);
    color: #d8d8d8; }
  .videoAdWide:hover .ion-play {
    color: #f0f0f0; }

.videoAdLanding {
  position: relative; }
  .videoAdLanding, .videoAdLanding img {
    width: 320px;
    height: 185px;
    display: block; }
  .videoAdLanding img {
    position: absolute;
    border: none; }
  .videoAdLanding .ion-play {
    position: absolute;
    font-size: 90px;
    line-height: 116px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 116px;
    top: 50%;
    left: 50%;
    margin: -60px;
    display: block;
    z-index: 10;
    background: rgba(106, 106, 106, 0.5);
    text-align: center;
    letter-spacing: -10px;
    border: 2px solid rgba(240, 240, 240, 0.75);
    color: #d8d8d8; }
  .videoAdLanding:hover .ion-play {
    color: #f0f0f0; }

.video-lightbox {
  background: #fff;
  position: relative; }
  .video-lightbox .btn {
    z-index: 10; }
  .video-lightbox, .video-lightbox iframe {
    width: 640px;
    height: 401px; }
  .video-lightbox iframe {
    overflow: hidden;
    border: none; }

.video-lightbox-sm {
  background: #fff;
  position: relative; }
  .video-lightbox-sm .btn {
    z-index: 10; }
  .video-lightbox-sm, .video-lightbox-sm iframe {
    width: 480px;
    height: 365px; }
  .video-lightbox-sm iframe {
    overflow: hidden;
    border: none; }

#home_hero.scroller {
  position: relative;
  display: block;
  min-width: 960px;
  max-width: 2400px;
  margin: 0 auto; }
  #home_hero.scroller .cta-bottom {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -80px;
    width: 160px; }
  #home_hero.scroller .responsive-container {
    width: 960px;
    margin: 0 auto; }
  #home_hero.scroller .fixed-container {
    margin: 0 0px;
    width: 960px;
    position: relative; }
  #home_hero.scroller, #home_hero.scroller .scroll-wrap, #home_hero.scroller .slide-group, #home_hero.scroller .slide {
    height: 430px; }
  #home_hero.scroller .scroll-wrap, #home_hero.scroller .slide {
    width: 960px; }
  #home_hero.scroller .shadow-left,
  #home_hero.scroller .shadow-right {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 119px;
    z-index: 16; }
  #home_hero.scroller .shadow-left {
    left: 0px;
    background: url(../images/hero_grad_left.png) repeat-y 0 0; }
  #home_hero.scroller .shadow-right {
    right: 0px;
    background: url(../images/hero_grad_right.png) repeat-y 0 0; }
  #home_hero.scroller .scroller_nav {
    background: none;
    bottom: 10px; }
    #home_hero.scroller .scroller_nav a {
      background: #fff;
      border: 2px solid #d8d8d8;
      margin: 0 6px; }
      #home_hero.scroller .scroller_nav a.selected {
        background: #bd1b21;
        border: 2px solid #fff; }

/* =================================
	_serp.scss
================================= */
.header-module .tire {
  position: relative; }
  .header-module .tire .image {
    height: 140px;
    overflow: hidden; }
  .header-module .tire img {
    margin: 0 auto;
    display: block;
    width: 180px; }
.header-module .best-value {
  background: url(../images/best_value_68x68.png) no-repeat 0 0;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  right: 0; }

#SearchResults .fillLeft {
  padding-right: 240px; }

.serpLeftCol {
  position: relative;
  z-index: 1; }

#searchFilter {
  border-top: 1px solid #d8d8d8; }
  #searchFilter .expandable {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 1px 10px 10px; }
    #searchFilter .expandable .expander {
      padding: 10px 0 0; }
      #searchFilter .expandable .expander li:hover {
        background: #f8f8f8; }

.result-tire {
  border-bottom: 1px solid #d8d8d8; }
  .result-tire .tire-image .tire {
    height: 220px; }
  .result-tire .tire-image .logo {
    max-width: 120px;
    max-height: 30px; }
  .result-tire .compare .show-on-checked {
    display: none; }
  .result-tire .compare input:checked + label {
    color: #f73340; }
    .result-tire .compare input:checked + label .show-on-checked {
      display: inline; }

#TireDetail .images {
  min-height: 700px; }
  #TireDetail .images img {
    display: block;
    margin: 0 auto; }
  #TireDetail .images a.tire-nav {
    width: 42px;
    height: 42px;
    display: inline-block;
    overflow: hidden;
    margin: 0 5px; }
    #TireDetail .images a.tire-nav img {
      max-width: 42px; }
#TireDetail #Tire-Specs a {
  color: #313131;
  font-weight: bold;
  text-decoration: underline; }
#TireDetail #Tire-Specs .row > div {
  padding: 10px;
  border-top: 1px solid #d8d8d8;
  background: #f8f8f8; }
#TireDetail #Tire-Specs .row:hover > div {
  background: #f0f0f0; }

.tire-result-container {
  position: relative;
  min-height: 500px; }

#TireResults {
  position: relative;
  z-index: 10; }

#TireLoading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  padding-top: 100px; }

.detailPrice.px36 sup {
  font-size: 20px; }
  .detailPrice.px36 sup.dagger {
    vertical-align: 5px; }

.span-fixed {
  width: 144px; }

.span3-fixedpullLeft, .span-fixed.pullRight {
  width: 360px; }

.row-fluid .span-fixed {
  width: 20% !important; }

.row-fluid .span-fixed-10 {
  width: 10% !important; }

.row-fluid .offset-fixed {
  margin-left: 20% !important; }

.header-module .tire img.fixed-145 {
  width: 145px !important; }

.span-fixed-3 {
  width: 432px; }

.span-fixed-3 .span-fixed {
  width: 33.33% !important; }

.span-fixed-4 {
  width: 576px; }

.span-fixed-4 .span-fixed {
  width: 25% !important; }

/* =================================
	_staticPages.scss
================================= */
.about-header .tab-anchor.selected {
  color: #383838; }

#LibraryDetail .offer {
  width: 960px;
  height: 313px;
  background-size: 960px 313px !important;
  border-top: 39px solid transparent; }
  #LibraryDetail .offer h2 {
    border-bottom: 2px solid #f73340;
    color: #313131;
    display: block;
    font-family: proxima-nova, sans-serif;
    font-size: 32px;
    font-weight: 800;
    height: 39px;
    letter-spacing: 0.3199999928474426px;
    margin-bottom: 40px;
    margin-top: -39px;
    text-transform: uppercase; }
#LibraryDetail a {
  font-weight: bold; }
#LibraryDetail .article {
  background: #fff;
  padding: 20px; }
#LibraryDetail .scroller.article {
  background: transparent;
  padding: 0px; }

/* =================================
	_landingPages.scss
================================= */
#WinterLanding .header-bg {
  background: url(../images/media.tbccentral/images-winter-driving/heading-bg.png) repeat-x center top;
  height: 68px;
  padding: 40px 0 0 0;
  z-index: 10;
  position: relative; }
#WinterLanding .footer-bg {
  background: #383838 url(../images/media.tbccentral/images-winter-driving/bg_snow-footer.png) repeat-x center top;
  padding: 125px 0 20px; }
#WinterLanding .landing-header {
  background: url(../images/media.tbccentral/images-winter-driving/hero-image.jpg) no-repeat 0 0;
  height: 630px;
  position: relative; }
  #WinterLanding .landing-header .play-video {
    width: 321px;
    height: 185px;
    left: 42px;
    top: 268px;
    position: absolute;
    cursor: pointer; }
#WinterLanding .landing-tab {
  background: url(../images/media.tbccentral/images-winter-driving/article_part_region_bg.png) repeat-x;
  display: block;
  height: 264px;
  position: relative;
  cursor: pointer; }
  #WinterLanding .landing-tab .image-sizer {
    position: relative; }
    #WinterLanding .landing-tab .image-sizer img {
      position: absolute;
      height: 96px;
      left: 88px;
      top: 16px;
      width: 96px;
      display: block;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
  #WinterLanding .landing-tab:hover {
    background-image: url(../images/media.tbccentral/images-winter-driving/article_part_region_bg-hover.png); }
    #WinterLanding .landing-tab:hover .image-sizer img {
      height: 124px;
      left: 74px;
      top: 2px;
      width: 124px; }

.Winter-Video {
  position: relative;
  background: url(../images/media.tbccentral/images-winter-driving/video_bg.png) no-repeat 0 0;
  width: 711px;
  height: 500px; }
  .Winter-Video .close {
    z-index: 100;
    position: absolute;
    right: 80px;
    top: 12px;
    display: block;
    width: 47px;
    height: 47px;
    background: url(../images/media.tbccentral/images-winter-driving/video_x.png) no-repeat 0 0;
    cursor: pointer;
    border-radius: 25px; }
    .Winter-Video .close:hover {
      background-position: 0 -47px; }
  .Winter-Video .video-container {
    position: absolute;
    z-index: 10;
    top: 37px;
    left: 129px;
    width: 480px;
    height: 360px;
    background: #bd1b21; }

/* =================================
	_services.scss
================================= */
#Services .navigation {
  position: relative;
  z-index: 110; }
  #Services .navigation a {
    height: 50px;
    font-size: 12px;
    line-height: 14px;
    border-bottom: 1px solid #6a6a6a;
    color: #383838;
    background: #f0f0f0;
    display: block;
    vertical-align: middle;
    width: 160px;
    padding: 0 5px;
    position: relative; }
    #Services .navigation a .id {
      display: block;
      float: left;
      height: 50px;
      font-size: 40px;
      line-height: 50px;
      font-weight: bold;
      width: 40px;
      text-align: center; }
    #Services .navigation a .text {
      float: left;
      height: 40px;
      margin: 5px 0;
      width: 120px;
      font-weight: bold;
      text-align: left; }
  #Services .navigation .selected a {
    background: #bd1b21;
    color: #fff; }
  #Services .navigation .scroll-nav-left,
  #Services .navigation .scroll-nav-right {
    height: 22px;
    line-height: 22px;
    background: #555555;
    color: #fff; }
#Services .scroller {
  position: relative;
  z-index: 50; }
  #Services .scroller .learnMore,
  #Services .scroller .titleText {
    position: absolute; }
  #Services .scroller .titleText {
    bottom: 50px;
    left: 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    max-width: 280px;
    padding: 5px 10px;
    text-align: left;
    text-shadow: 0 0 3px #000; }
  #Services .scroller .learnMore {
    bottom: 20px;
    left: 20px; }
#Services .vertical-scroll-wrap {
  height: 204px; }
#Services .service-story {
  position: relative; }
  #Services .service-story h3 {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 3px #000; }
  #Services .service-story img {
    position: relative;
    z-index: 1;
    display: block; }

/* =================================
	_promotions.scss
================================= */
.regional-header img.header {
  width: 720px;
  display: block; }

.contextual-promo {
  background-image: url(../images/contextual_bg_220x40.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #fff;
  text-transform: uppercase;
  width: 220px;
  overflow: hidden;
  position: relative;
  height: 40px; }
  .contextual-promo:hover {
    color: #fff;
    background-image: none; }
  .contextual-promo, .contextual-promo .text, .contextual-promo .price {
    display: block; }
  .contextual-promo .text {
    padding: 8px 8px 8px 0;
    height: 24px;
    width: 140px;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: -0.01em;
    font-weight: bold;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px; }
  .contextual-promo .price {
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    padding-left: 8px;
    letter-spacing: -0.01em;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px; }

/* =================================
	_AptScheduling.scss
================================= */
/* BEGIN: process movement buttons: "continue", "skip step", "back", etc. */
.processButtonBar {
  position: relative;
  clear: both;
  border-top: 1px solid #000;
  padding-top: 12px; }

/* BEGIN: process progress indicator */
.progress-indicator {
  position: absolute;
  top: -38px;
  right: 0px; }
  .progress-indicator a {
    cursor: default; }

/* left column */
.appointment-step-title-container {
  position: relative;
  float: left;
  width: 197px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 12px; }
  .appointment-step-title-container h5 {
    font-size: 18px;
    margin: 20px 0 0 0; }
  .appointment-step-title-container p {
    font-size: 11px; }
  .appointment-step-title-container h4 {
    width: 200px;
    height: 190px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden; }
    .appointment-step-title-container h4 .number {
      font-size: 200px;
      position: absolute;
      top: 0px;
      line-height: 188px;
      left: 1px; }
    .appointment-step-title-container h4 .vehicle {
      position: absolute;
      bottom: 0px;
      left: 0px;
      font-size: 35px;
      line-height: 27px; }
    #appointment_Step-1 .appointment-step-title-container h4 {
      background-position: 0px 0px; }
    #appointment_Step-2 .appointment-step-title-container h4 {
      background-position: -199px 0px; }
    #appointment_Step-3 .appointment-step-title-container h4 {
      background-position: -398px 0px; }
    #appointment_Step-4 .appointment-step-title-container h4 {
      background-position: -600px 0px; }
    #appointment_Step-5 .appointment-step-title-container h4 {
      background-position: -796px 0px; }
    #appointment_Confirmation .appointment-step-title-container h4 {
      height: 220px;
      background-position: -1000px 0px; }
      #appointment_Confirmation .appointment-step-title-container h4 .number {
        font-size: 190px; }
      #appointment_Confirmation .appointment-step-title-container h4 .vehicle {
        font-size: 26px; }

/* right column */
.appointment-step-module-container {
  position: relative;
  float: left;
  width: 731px;
  margin-top: 28px;
  margin-bottom: 20px;
  /* sub-section title treatment */ }
  .appointment-step-module-container h5 {
    font-size: 18px;
    color: #59595b; }
  .appointment-step-module-container .inner-panel {
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #acacac;
    color: #59595b;
    position: relative; }
    .appointment-step-module-container .inner-panel .icon-edit {
      vertical-align: 0px !important; }
    #appointment_Step-1 .appointment-step-module-container .inner-panel {
      padding-top: 27px; }
      #appointment_Step-1 .appointment-step-module-container .inner-panel > div {
        margin-left: 175px;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left; }
      #appointment_Step-1 .appointment-step-module-container .inner-panel p {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 4px; }
      #appointment_Step-1 .appointment-step-module-container .inner-panel select {
        font-size: 18px;
        width: 360px; }
      #appointment_Step-1 .appointment-step-module-container .inner-panel .vehicleYear {
        margin-right: 10px; }
        #appointment_Step-1 .appointment-step-module-container .inner-panel .vehicleYear select {
          width: 110px; }
      #appointment_Step-1 .appointment-step-module-container .inner-panel .vehicleMake {
        margin-left: 10px; }
        #appointment_Step-1 .appointment-step-module-container .inner-panel .vehicleMake select {
          width: 210px; }

/* main container for group of appointment-step modules */
#appointmentSchedulerContainer {
  position: relative;
  /* GENERIC styles for modules or step-containers */ }
  #appointmentSchedulerContainer > div {
    position: relative;
    clear: both;
    margin-bottom: 64px; }

/* BEGIN: Date and Time picker code */
#appointmentDateTimePickerContainer {
  position: relative; }

#appointmentDateTimePickerHeader {
  position: relative;
  background-color: #bd1b21;
  border-bottom: none;
  width: 727px;
  height: 58px; }
  #appointmentDateTimePickerHeader > h5 {
    position: relative;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    font-size: 35px; }
  #appointmentDateTimePickerHeader > a {
    display: block;
    position: absolute;
    top: 9px;
    right: 14px;
    color: #e8e9ea;
    font-size: 10px;
    font-weight: normal; }

#appointmentDateTimePickerBody {
  position: relative;
  background: #fff;
  width: 725px;
  height: 405px; }

#DropOff {
  height: 41px;
  line-height: 39px;
  background: #bd1b21;
  padding: 5px 50px;
  margin-right: 4px; }
  #DropOff label {
    color: #FFF;
    font-size: 14px; }

.js-pickUpTimeSelector {
  width: 125px; }

#daysDisplayScrollBack,
#daysDisplayScrollForward {
  width: 37px;
  position: absolute;
  top: 15px; }
  #daysDisplayScrollBack > a,
  #daysDisplayScrollForward > a {
    display: block;
    width: 37px;
    height: 74px;
    margin-top: 145px;
    background: #bd1b21;
    color: #fff; }

#daysDisplayScrollBack {
  left: -1px; }
  #daysDisplayScrollBack > a {
    -webkit-border-radius: 0 37px 37px 0;
    border-radius: 0 37px 37px 0; }
    #daysDisplayScrollBack > a i {
      width: 22px;
      text-align: right;
      line-height: 73px;
      font-size: 28px; }

#daysDisplayScrollForward {
  right: -1px; }
  #daysDisplayScrollForward > a {
    -webkit-border-radius: 37px 0 0 37px;
    border-radius: 37px 0 0 37px; }
    #daysDisplayScrollForward > a i {
      width: 29px;
      text-align: right;
      line-height: 73px;
      font-size: 28px; }

#daysDisplayContainer {
  position: absolute;
  left: 57px;
  top: 15px;
  width: 618px;
  overflow: hidden; }

#daysDisplaySlideGroup {
  position: relative;
  width: 12540px;
  left: 0px; }
  #daysDisplaySlideGroup .dayColumn {
    position: relative;
    float: left;
    width: 200px;
    margin-right: 9px;
    height: 373px; }
    #daysDisplaySlideGroup .dayColumn > h4, #daysDisplaySlideGroup .dayColumn > h5 {
      font-weight: bold;
      float: left;
      margin: 0;
      padding: 0; }
    #daysDisplaySlideGroup .dayColumn > h4 {
      color: #363636;
      font-size: 46px;
      height: 60px; }
    #daysDisplaySlideGroup .dayColumn > h5 {
      color: #252525;
      font-size: 12px;
      margin-left: 7px;
      margin-top: 24px; }
    #daysDisplaySlideGroup .dayColumn > div {
      position: relative;
      clear: both;
      margin-bottom: 10px;
      height: 53px;
      border: 2px solid #acacac;
      border-radius: 5px; }
      #daysDisplaySlideGroup .dayColumn > div.blankSlot {
        background-color: #acacac; }
      #daysDisplaySlideGroup .dayColumn > div.populatedSlot {
        background: #fff url("../images/scheduleAppointmentProcess/plus-icon.png") no-repeat 176px 10px;
        cursor: pointer; }
    #daysDisplaySlideGroup .dayColumn .populatedSlot > h4, #daysDisplaySlideGroup .dayColumn .populatedSlot > h5, #daysDisplaySlideGroup .dayColumn .timeSelector > h4, #daysDisplaySlideGroup .dayColumn .timeSelector > h5 {
      color: #595a5c;
      font-weight: normal; }
    #daysDisplaySlideGroup .dayColumn .populatedSlot > h4, #daysDisplaySlideGroup .dayColumn .timeSelector > h4 {
      font-size: 18px;
      margin: 2px 0 0 8px;
      padding: 0; }
    #daysDisplaySlideGroup .dayColumn .populatedSlot > h5, #daysDisplaySlideGroup .dayColumn .timeSelector > h5 {
      font-size: 14px;
      padding: 0;
      margin: 2px 0 0 8px; }
    #daysDisplaySlideGroup .dayColumn .timeSelector {
      height: 300px;
      background: #ffffff;
      color: #595a5c; }
      #daysDisplaySlideGroup .dayColumn .timeSelector a.closeButton {
        position: absolute;
        display: block;
        width: 13px;
        height: 10px;
        background: #fff url("../images/scheduleAppointmentProcess/x-icon.png") no-repeat;
        top: 10px;
        right: 10px; }
      #daysDisplaySlideGroup .dayColumn .timeSelector .timeSelectionScrollerContainer {
        position: absolute;
        top: 61px;
        bottom: 36px;
        left: 0;
        right: 0;
        overflow: hidden;
        text-align: center; }
        #daysDisplaySlideGroup .dayColumn .timeSelector .timeSelectionScrollerContainer .timeSelectionScrollerInnerContainer {
          position: relative; }
        #daysDisplaySlideGroup .dayColumn .timeSelector .timeSelectionScrollerContainer a {
          color: #595a5c;
          font-weight: normal;
          display: block;
          border-radius: 5px;
          font-size: 13px;
          margin-bottom: 4px;
          margin-left: auto;
          margin-right: auto;
          padding-bottom: 3px;
          padding-top: 3px;
          width: 77px;
          height: 16px; }
          #daysDisplaySlideGroup .dayColumn .timeSelector .timeSelectionScrollerContainer a:hover {
            background: #ddd;
            text-decoration: none; }
          #daysDisplaySlideGroup .dayColumn .timeSelector .timeSelectionScrollerContainer a.selected {
            background: #cd282e;
            font-weight: bold;
            color: #fff; }
      #daysDisplaySlideGroup .dayColumn .timeSelector .timeSelectionScroller-downBtn,
      #daysDisplaySlideGroup .dayColumn .timeSelector .timeSelectionScroller-upBtn {
        position: absolute;
        width: 182px;
        height: 22px;
        background: url("../images/scheduleAppointmentProcess/time-selection-scroller-handle-sprite.png") no-repeat;
        cursor: pointer; }
      #daysDisplaySlideGroup .dayColumn .timeSelector .timeSelectionScroller-downBtn {
        top: 34px;
        left: 7px;
        background-position: 0px 0px; }
      #daysDisplaySlideGroup .dayColumn .timeSelector .timeSelectionScroller-upBtn {
        bottom: 8px;
        left: 7px;
        background-position: 0px -22px; }

/* END: Date and Time picker code */
.border-right {
  border-right: 1px solid #acacac;
  margin-right: -1px; }

/* END: Helpers */
/* Store Locator */
/* Modules */
.box {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px #999;
  box-shadow: 0px 0px 5px 0px #999;
  border: 1px solid #FFF;
  background: #FFF; }

.box .header {
  background: #ebebeb;
  padding: 10px;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.box .header .title {
  font-size: 20px; }

.box .header .links {
  float: right;
  margin-top: 2px; }

.box .header .links .separator {
  display: inline-block;
  margin: 2px 2px 2px 4px;
  width: 1px;
  background: #989697;
  height: 16px; }

.box .bdy_content .icon {
  /*	width:92px;
  	height:80px; */ }

.box .bdy_content .icon.store {
  background: url(/themes/bigo/images/otdp/icon-store.png) no-repeat 0 0; }

.box .bdy_content .icon.car {
  background: url(/themes/bigo/images/otdp/icon-vehicle.png) no-repeat 0 0; }

.box .bdy_content .column {
  width: 40%; }

.box .bdy_content .right-pane {
  min-width: 366px;
  min-height: 80px;
  padding-left: 92px; }

#appointment_Step-2 .map-and-stores {
  border-left: 1px solid black;
  border-right: 1px solid black; }
#appointment_Step-2 .map-and-stores .map {
  width: 480px;
  height: 430px; }
#appointment_Step-2 .map-and-stores .stores {
  width: 208px;
  height: 423px;
  border-left: 1px solid black;
  padding-top: 7px;
  overflow-y: auto; }
#appointment_Step-2 .map-and-stores .store {
  font-size: 14px;
  border-bottom: 1px solid black; }

/* END: Store Locator */
/* Services */
.column {
  width: 49%;
  float: left; }

.service-group,
.service-group-alt {
  background: #FFF;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px #999;
  box-shadow: 0px 0px 4px 0px #999;
  margin-left: 5px;
  min-height: 46px; }

.column:first-child .service-group {
  margin-left: 0px; }

.service-group .head,
.service-group-alt .head {
  display: block;
  /*height:36px;*/
  color: #de2e31;
  /*background:#DDD;*/
  font-size: 16px;
  padding: 5px;
  position: relative;
  cursor: pointer; }

.service-group .head:hover {
  text-decoration: none; }

.service-group .head i {
  display: block;
  position: absolute;
  top: 16px;
  right: 5px;
  width: 13px;
  height: 13px;
  background: url(../images/scheduleAppointmentProcess/plus-icon.png) no-repeat center; }

.service-group.expanded .head i {
  top: 5px;
  background: url(../images/scheduleAppointmentProcess/x-icon.png) no-repeat center; }

.service-group .services {
  display: none; }

.service-group .services li,
.service-group-alt .services li {
  margin-bottom: 10px;
  margin-left: 33px; }

.service-group .services .checkbox,
.service-group-alt .services .checkbox {
  margin-left: -18px;
  vertical-align: -2px; }

.service-group .services .checkbox b.checked,
.service-group-alt .services .checkbox b.checked {
  background: url(../images/scheduleAppointmentProcess/checkmark_16x16_alt.png) no-repeat center !important; }

.service-group.expanded .head span {
  display: none; }

.service-group .head span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  margin-top: 3px; }

.service-group .head span b {
  display: inline-block;
  *display: inline;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #de2e31;
  color: #FFF;
  text-align: center;
  font-weight: normal; }

#services-mileage .center-part {
  width: 370px;
  margin: 0 auto; }

/* END: Services */
/* Review & Confirmation pages */
.review-confirm .dividerBar {
  height: 5px;
  margin: 20px 0;
  background: #acacac; }

.review-confirm table.product {
  width: 100%; }

.review-confirm table.product th {
  background: #acacac;
  padding: 3px;
  font-weight: normal;
  color: #FFF; }

.review-confirm table.product td {
  padding: 5px 0px;
  vertical-align: top;
  border-top: 1px solid #acacac; }

.review-confirm table.product .product-img {
  width: 100px; }

.review-confirm table.product .product-img img {
  max-width: 90px;
  /*width:90px;
  height:120px;*/ }

table .add-fees {
  margin: 0px 8px 20px;
  padding: 5px;
  background: url(/themes/bigo/images/otdp/offer_bg_patt_add_fees.png);
  border: 2px solid #de2e31;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #de2e31;
  font-weight: bold;
  text-align: center; }

.services-list li {
  list-style: disc;
  margin-left: 20px; }

/* END: Review & Confirmation pages */
/* Icons */
.btn_otd [class*="icon-"] {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: -5px; }

.btn_otd .icon-back {
  background: url(../images/scheduleAppointmentProcess/back_divit.png) no-repeat center; }

.btn_otd .icon-schedule {
  width: 21px;
  height: 21px; }

/* END: Icons */
/* Beginning Button Classes */
.btn_otd {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 14px; }

.btn_otd:hover {
  text-decoration: none !important; }

.btn_otd.disabled, .btn_otd[disabled] {
  cursor: default; }

.btn_otd small, .btn_otd span {
  display: block; }

.btn_otd small {
  position: absolute;
  width: 7px;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat; }

.btn_otd small.left {
  left: 0px;
  background-position: 0 0; }

.btn_otd small.right {
  right: 0px;
  background-position: -7px 0; }

.btn_otd span {
  margin: 0px 7px;
  padding: 0px 10px;
  background-repeat: repeat-x;
  font-weight: normal; }

/* tall button */
.btn_otd.tall span {
  height: 40px;
  line-height: 40px;
  background-position: 0 -40px;
  text-transform: uppercase; }

/* red button */
.btn_otd.red span {
  color: #fff; }

.btn_otd.red.disabled span, .btn_otd[disabled].red span {
  color: #ff9696; }

/* gray button */
.btn_otd.gray span {
  color: #cd282e; }

.btn_otd.gray.disabled span, .btn_otd[disabled].gray span {
  color: #b4b4b4; }

/* tall red button */
.btn_otd.tall.red small, .btn_otd.tall.red span {
  background-image: url("../images/scheduleAppointmentProcess/btn_red_40px.png"); }

/* tall gray button */
.btn_otd.tall.gray small, .btn_otd.tall.gray span {
  background-image: url("../images/scheduleAppointmentProcess/btn_gray_40px.png"); }

/* small button */
.btn_otd.small span {
  height: 26px;
  line-height: 26px;
  background-position: 0 -26px; }

/* tall red button */
.btn_otd.small.red small, .btn_otd.small.red span {
  background-image: url("../images/scheduleAppointmentProcess/btn_red_26px.png"); }

/* tall gray button */
.btn_otd.small.gray small, .btn_otd.small.gray span {
  background-image: url("../images/scheduleAppointmentProcess/btn_gray_26px.png"); }

/* END: Button Classes */
/* Input Classes */
.input_otd {
  position: relative;
  display: inline-block;
  font-size: 14px; }

.input_otd small, .input_otd span {
  display: block;
  background-image: url("../images/scheduleAppointmentProcess/input_bg_38px_wht.png"); }

.input_otd small {
  position: absolute;
  width: 7px;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat; }

.input_otd small.left {
  left: 0px;
  background-position: 0 0; }

.input_otd small.right {
  right: 0px;
  background-position: -7px 0; }

.input_otd span {
  margin: 0px 7px;
  background-repeat: repeat-x;
  font-weight: normal;
  text-transform: uppercase;
  height: 38px;
  background-position: 0 -38px; }

.input_otd input {
  border: none;
  background: transparent;
  padding: 5px;
  height: 28px;
  line-height: 28px;
  font-size: 16px; }

.input_otd .error {
  color: #a50000;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 0px 10px 0px #a50000;
  box-shadow: inset 0px 0px 10px 0px #a50000;
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0px -7px; }

/* END: Input Classes */
/* Checkbox classes */
.js input[type="checkbox"] {
  display: none; }

.btn_otd .checkbox {
  vertical-align: -12px;
  margin-left: -7px; }

.checkbox {
  *zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("small"), this.childNodes[0] ).className="before", this.appendChild( document.createElement("small") ).className="after" );
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block !important;
  background: none !important;
  padding: 0px !important;
  margin-right: 5px; }

.checkbox input {
  background: transparent;
  border: 0px;
  position: absolute;
  padding: 0px !important;
  left: 2px;
  top: 2px; }

.checkbox span, .checkbox span:before, .checkbox span:after, .checkbox .before, .checkbox .after {
  height: 16px;
  background: url(../images/scheduleAppointmentProcess/check_bg_16x16.png) no-repeat !important;
  display: block; }

.checkbox span:before, .checkbox span:after, .checkbox .before, .checkbox .after {
  width: 4px;
  display: none !important;
  position: absolute;
  top: 0px;
  content: ""; }

.checkbox span:before, .checkbox .before {
  left: 0px;
  background-position: 0 0 !important; }

.checkbox span:after, .checkbox .after {
  right: 0px;
  background-position: -4px 0px !important; }

.checkbox span {
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0px 0px !important;
  padding: 0px !important;
  width: 16px !important;
  height: 16px !important; }

.checkbox b.checked {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background: url(../images/scheduleAppointmentProcess/checkmark_16x16.png) no-repeat center !important;
  top: 0px;
  left: 0px;
  z-index: 10; }

/* END: Checkbox classes */
/* BEGIN: date picker */
#calendarUiContainer {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 0; }

#calendarUiBackgroundShade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .6;
  background: #000;
  z-index: -1; }

#calendarUiWidgetContainer {
  margin-left: 411px;
  margin-top: 3px; }

#closeCalendarButton {
  display: block;
  margin-left: 482px;
  margin-top: 5px;
  padding: 2px;
  width: 160px;
  height: auto;
  background: #ccc;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-align: center; }

/* END: date picker */
/* =================================
	_OTD_Quote.scss
================================= */
.products {
  font-size: 18px;
  background: #FFF;
  /* Offer */
  /* Add-Fees */ }
  .products .product-title {
    text-transform: uppercase;
    color: #de2e31;
    font-weight: bold;
    font-family: Arial; }
  .products .sub-size {
    font-size: 14px; }
  .products .offer {
    margin: 0px 8px 20px;
    padding: 5px;
    background: url(/themes/bigo/images/otdp/offer_bg_patt.png);
    border: 2px solid #97d4fd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #0056a4; }
    .products .offer .deal {
      background: url(/themes/bigo/images/otdp/offer_icon_44x35.png) no-repeat left center;
      width: 44px;
      height: 35px;
      padding: 0px;
      margin: 3px 15px 0 3px; }
    .products .offer .tpms {
      background: url(/themes/bigo/images/otdp/tpms_icon_55x47.png) no-repeat left center;
      padding: 0px;
      width: 55px;
      height: 47px;
      margin: -4px 5px -4px 0; }
    .products .offer.included {
      background: url(/themes/bigo/images/otdp/offer_bg_patt_incl.png);
      border: 2px solid #50a961;
      color: #0e671f; }
      .products .offer.included .offer-text {
        width: 770px; }
      .products .offer.included .deal {
        background: url(/themes/bigo/images/otdp/offer_icon_44x35_incl.png) no-repeat left center; }
      .products .offer.included .action {
        width: 90px;
        border-left: 2px solid #0e671f; }
  .products .add-fees {
    margin: 0px 8px 20px;
    padding: 5px;
    background: url(/themes/bigo/images/otdp/offer_bg_patt_add_fees.png);
    border: 2px solid #de2e31;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #de2e31;
    font-weight: bold;
    text-align: center; }

.grand-total {
  float: right;
  padding: 20px 10px 10px;
  background: #edeef3;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  margin-top: -10px; }

.disclaimers {
  width: 65%; }
  .disclaimers p {
    font-size: 10px;
    line-height: 12px !important; }
  .disclaimers b {
    font-size: 12px; }

/* =================================
	_helpers.scss
================================= */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.noFloat {
  float: none !important; }

.noOverflow {
  overflow: hidden; }

.fLeft {
  float: left; }

.fRight {
  float: right; }

hr {
  border: 1px solid #ebebeb; }

.pointer {
  cursor: pointer; }

.block {
  display: block; }

.relative {
  position: relative; }

.fillLeft {
  position: absolute;
  width: 100000em;
  left: -100000em;
  top: 0;
  bottom: 0; }

[class*="ion-"]:before {
  vertical-align: 3px; }

/* Font Settings */
.font-black {
  font-weight: 900; }

.font-extrabold {
  font-weight: 800; }

.font-bold {
  font-weight: 700; }

.font-semibold {
  font-weight: 600; }

.font-regular {
  font-weight: 400; }

.font-light {
  font-weight: 300; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-middle {
  display: table-cell;
  vertical-align: middle; }

.vertical-scroll {
  overflow-y: auto;
  margin-right: -20px; }

.px8 {
  font-size: 8px !important; }

.lh8 {
  line-height: 8px !important; }

.px9 {
  font-size: 9px !important; }

.lh9 {
  line-height: 9px !important; }

.px10 {
  font-size: 10px !important; }

.lh10 {
  line-height: 10px !important; }

.px11 {
  font-size: 11px !important; }

.lh11 {
  line-height: 11px !important; }

.px12 {
  font-size: 12px !important; }

.lh12 {
  line-height: 12px !important; }

.px13 {
  font-size: 13px !important; }

.lh13 {
  line-height: 13px !important; }

.px14 {
  font-size: 14px !important; }

.lh14 {
  line-height: 14px !important; }

.px15 {
  font-size: 15px !important; }

.lh15 {
  line-height: 15px !important; }

.px16 {
  font-size: 16px !important; }

.lh16 {
  line-height: 16px !important; }

.px17 {
  font-size: 17px !important; }

.lh17 {
  line-height: 17px !important; }

.px18 {
  font-size: 18px !important; }

.lh18 {
  line-height: 18px !important; }

.px19 {
  font-size: 19px !important; }

.lh19 {
  line-height: 19px !important; }

.px20 {
  font-size: 20px !important; }

.lh20 {
  line-height: 20px !important; }

.px21 {
  font-size: 21px !important; }

.lh21 {
  line-height: 21px !important; }

.px22 {
  font-size: 22px !important; }

.lh22 {
  line-height: 22px !important; }

.px23 {
  font-size: 23px !important; }

.lh23 {
  line-height: 23px !important; }

.px24 {
  font-size: 24px !important; }

.lh24 {
  line-height: 24px !important; }

.px25 {
  font-size: 25px !important; }

.lh25 {
  line-height: 25px !important; }

.px26 {
  font-size: 26px !important; }

.lh26 {
  line-height: 26px !important; }

.px27 {
  font-size: 27px !important; }

.lh27 {
  line-height: 27px !important; }

.px28 {
  font-size: 28px !important; }

.lh28 {
  line-height: 28px !important; }

.px29 {
  font-size: 29px !important; }

.lh29 {
  line-height: 29px !important; }

.px30 {
  font-size: 30px !important; }

.lh30 {
  line-height: 30px !important; }

.px31 {
  font-size: 31px !important; }

.lh31 {
  line-height: 31px !important; }

.px32 {
  font-size: 32px !important; }

.lh32 {
  line-height: 32px !important; }

.px33 {
  font-size: 33px !important; }

.lh33 {
  line-height: 33px !important; }

.px34 {
  font-size: 34px !important; }

.lh34 {
  line-height: 34px !important; }

.px35 {
  font-size: 35px !important; }

.lh35 {
  line-height: 35px !important; }

.px36 {
  font-size: 36px !important; }

.lh36 {
  line-height: 36px !important; }

.px37 {
  font-size: 37px !important; }

.lh37 {
  line-height: 37px !important; }

.px38 {
  font-size: 38px !important; }

.lh38 {
  line-height: 38px !important; }

.px39 {
  font-size: 39px !important; }

.lh39 {
  line-height: 39px !important; }

.px40 {
  font-size: 40px !important; }

.lh40 {
  line-height: 40px !important; }

.px41 {
  font-size: 41px !important; }

.lh41 {
  line-height: 41px !important; }

.px42 {
  font-size: 42px !important; }

.lh42 {
  line-height: 42px !important; }

.px43 {
  font-size: 43px !important; }

.lh43 {
  line-height: 43px !important; }

.px44 {
  font-size: 44px !important; }

.lh44 {
  line-height: 44px !important; }

.px45 {
  font-size: 45px !important; }

.lh45 {
  line-height: 45px !important; }

.px46 {
  font-size: 46px !important; }

.lh46 {
  line-height: 46px !important; }

.px47 {
  font-size: 47px !important; }

.lh47 {
  line-height: 47px !important; }

.px48 {
  font-size: 48px !important; }

.lh48 {
  line-height: 48px !important; }

.px49 {
  font-size: 49px !important; }

.lh49 {
  line-height: 49px !important; }

.px50 {
  font-size: 50px !important; }

.lh50 {
  line-height: 50px !important; }

.px51 {
  font-size: 51px !important; }

.lh51 {
  line-height: 51px !important; }

.px52 {
  font-size: 52px !important; }

.lh52 {
  line-height: 52px !important; }

.px53 {
  font-size: 53px !important; }

.lh53 {
  line-height: 53px !important; }

.px54 {
  font-size: 54px !important; }

.lh54 {
  line-height: 54px !important; }

.px55 {
  font-size: 55px !important; }

.lh55 {
  line-height: 55px !important; }

.px56 {
  font-size: 56px !important; }

.lh56 {
  line-height: 56px !important; }

.px57 {
  font-size: 57px !important; }

.lh57 {
  line-height: 57px !important; }

.px58 {
  font-size: 58px !important; }

.lh58 {
  line-height: 58px !important; }

.px59 {
  font-size: 59px !important; }

.lh59 {
  line-height: 59px !important; }

.px60 {
  font-size: 60px !important; }

.lh60 {
  line-height: 60px !important; }

.ls1 {
  letter-spacing: 1px !important; }

.ls2 {
  letter-spacing: 2px !important; }

.ls3 {
  letter-spacing: 3px !important; }

.ls4 {
  letter-spacing: 4px !important; }

.ls5 {
  letter-spacing: 5px !important; }

.ls6 {
  letter-spacing: 6px !important; }

.ls7 {
  letter-spacing: 7px !important; }

.ls8 {
  letter-spacing: 8px !important; }

.ls9 {
  letter-spacing: 9px !important; }

.ls10 {
  letter-spacing: 10px !important; }

.ls11 {
  letter-spacing: 11px !important; }

.ls12 {
  letter-spacing: 12px !important; }

.ls13 {
  letter-spacing: 13px !important; }

.ls14 {
  letter-spacing: 14px !important; }

.ls15 {
  letter-spacing: 15px !important; }

.ls16 {
  letter-spacing: 16px !important; }

.ls17 {
  letter-spacing: 17px !important; }

.ls18 {
  letter-spacing: 18px !important; }

.ls19 {
  letter-spacing: 19px !important; }

.ls20 {
  letter-spacing: 20px !important; }

/* Text Colors */
.t-red.t-red.t-red.t-red {
  color: #bd1b21; }

.t-red_l.t-red_l.t-red_l.t-red_l {
  color: #f73340; }

.t-red_d2.t-red_d2.t-red_d2.t-red_d2 {
  color: #8e1419; }

.t-white.t-white.t-white.t-white {
  color: #fff; }

.t-gray_l2.t-gray_l2.t-gray_l2.t-gray_l2 {
  color: #f0f0f0; }

.t-gray_l1.t-gray_l1.t-gray_l1.t-gray_l1 {
  color: #ebebeb; }

.t-gray.t-gray.t-gray.t-gray {
  color: #6a6a6a; }

.t-gray_d1.t-gray_d1.t-gray_d1.t-gray_d1 {
  color: #989697; }

.t-gray_d2.t-gray_d2.t-gray_d2.t-gray_d2 {
  color: #4c4b4b; }

.t-gray_d3.t-gray_d3.t-gray_d3.t-gray_d3 {
  color: #313131; }

.stroke {
  text-shadow: -2px -2px 0 #000,   2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000; }

/* Background Colors */
.bg-red {
  background: #bd1b21; }

.bg-red_d1 {
  background: #a30000; }

.bg-red_d2 {
  background: #8e1419; }

.bg-red_d3 {
  background: #7d0e11; }

.bg-white {
  background: #fff; }

.bg-gray_l2 {
  background: #f0f0f0; }

.bg-gray_l1 {
  background: #ebebeb; }

.bg-gray {
  background: #6a6a6a; }

.bg-gray_d1 {
  background: #989697; }

.bg-gray_d2 {
  background: #4c4b4b; }

.bg-gray_d3 {
  background: #313131; }

.bg-black {
  background: #000; }
  .bg-black.auto-education {
    background: #000 url(../images/auto_education_700x467.jpg) no-repeat center right;
    background-size: 525px 350px; }
  .bg-black.tire-education {
    background: #000 url(../images/tire_education_700x467.jpg) no-repeat center right;
    background-size: 525px 350px; }

/* Background Patterns & Images */
.bg-tire-dark {
  background: #000 url(../images/tire_hero_black.jpg) no-repeat top center; }

.bg-tire-white {
  background: #fff url(../images/tire_hero_white_large.jpg) no-repeat center center; }
  .bg-tire-white.top {
    background: #fff url(../images/tire_hero_white_large_top.jpg) no-repeat top center; }

.bg-about {
  background: url(../images/about_storePic_810x400.jpg) no-repeat top left;
  height: 400px; }

.bg-regional-header {
  background: url(../images/Regional_Banner_733x252.jpg) no-repeat top left; }

.bg-locationMap {
  height: 576px;
  background: #f0f0f0; }
  .bg-locationMap .ion-loading-c {
    font-size: 50px;
    width: 50px;
    line-height: 50px;
    margin: -25px 0 0 -25px;
    left: 50%;
    top: 50%;
    display: block;
    z-index: 1;
    position: absolute; }
  .bg-locationMap .map-area {
    position: relative;
    z-index: 10; }

ul.noStyle {
  list-style: none;
  padding: 0px;
  margin: 0px; }

/* Paddings */
.p0, .pt0 {
  padding-top: 0px !important; }

.p0, .pl0 {
  padding-left: 0px !important; }

.p0, .pr0 {
  padding-right: 0px !important; }

.p0, .pb0 {
  padding-bottom: 0px !important; }

.m0, .mt0 {
  margin-top: 0px !important; }

.m0, .ml0 {
  margin-left: 0px !important; }

.m0, .mr0 {
  margin-right: 0px !important; }

.m0, .mb0 {
  margin-bottom: 0px !important; }

.m-0, .mt-0 {
  margin-top: 0px !important; }

.m-0, .ml-0 {
  margin-left: 0px !important; }

.m-0, .mr-0 {
  margin-right: 0px !important; }

.m-0, .mb-0 {
  margin-bottom: 0px !important; }

.p1, .pt1 {
  padding-top: 1px !important; }

.p1, .pl1 {
  padding-left: 1px !important; }

.p1, .pr1 {
  padding-right: 1px !important; }

.p1, .pb1 {
  padding-bottom: 1px !important; }

.m1, .mt1 {
  margin-top: 1px !important; }

.m1, .ml1 {
  margin-left: 1px !important; }

.m1, .mr1 {
  margin-right: 1px !important; }

.m1, .mb1 {
  margin-bottom: 1px !important; }

.m-1, .mt-1 {
  margin-top: -1px !important; }

.m-1, .ml-1 {
  margin-left: -1px !important; }

.m-1, .mr-1 {
  margin-right: -1px !important; }

.m-1, .mb-1 {
  margin-bottom: -1px !important; }

.p2, .pt2 {
  padding-top: 2px !important; }

.p2, .pl2 {
  padding-left: 2px !important; }

.p2, .pr2 {
  padding-right: 2px !important; }

.p2, .pb2 {
  padding-bottom: 2px !important; }

.m2, .mt2 {
  margin-top: 2px !important; }

.m2, .ml2 {
  margin-left: 2px !important; }

.m2, .mr2 {
  margin-right: 2px !important; }

.m2, .mb2 {
  margin-bottom: 2px !important; }

.m-2, .mt-2 {
  margin-top: -2px !important; }

.m-2, .ml-2 {
  margin-left: -2px !important; }

.m-2, .mr-2 {
  margin-right: -2px !important; }

.m-2, .mb-2 {
  margin-bottom: -2px !important; }

.p3, .pt3 {
  padding-top: 3px !important; }

.p3, .pl3 {
  padding-left: 3px !important; }

.p3, .pr3 {
  padding-right: 3px !important; }

.p3, .pb3 {
  padding-bottom: 3px !important; }

.m3, .mt3 {
  margin-top: 3px !important; }

.m3, .ml3 {
  margin-left: 3px !important; }

.m3, .mr3 {
  margin-right: 3px !important; }

.m3, .mb3 {
  margin-bottom: 3px !important; }

.m-3, .mt-3 {
  margin-top: -3px !important; }

.m-3, .ml-3 {
  margin-left: -3px !important; }

.m-3, .mr-3 {
  margin-right: -3px !important; }

.m-3, .mb-3 {
  margin-bottom: -3px !important; }

.p4, .pt4 {
  padding-top: 4px !important; }

.p4, .pl4 {
  padding-left: 4px !important; }

.p4, .pr4 {
  padding-right: 4px !important; }

.p4, .pb4 {
  padding-bottom: 4px !important; }

.m4, .mt4 {
  margin-top: 4px !important; }

.m4, .ml4 {
  margin-left: 4px !important; }

.m4, .mr4 {
  margin-right: 4px !important; }

.m4, .mb4 {
  margin-bottom: 4px !important; }

.m-4, .mt-4 {
  margin-top: -4px !important; }

.m-4, .ml-4 {
  margin-left: -4px !important; }

.m-4, .mr-4 {
  margin-right: -4px !important; }

.m-4, .mb-4 {
  margin-bottom: -4px !important; }

.p5, .pt5 {
  padding-top: 5px !important; }

.p5, .pl5 {
  padding-left: 5px !important; }

.p5, .pr5 {
  padding-right: 5px !important; }

.p5, .pb5 {
  padding-bottom: 5px !important; }

.m5, .mt5 {
  margin-top: 5px !important; }

.m5, .ml5 {
  margin-left: 5px !important; }

.m5, .mr5 {
  margin-right: 5px !important; }

.m5, .mb5 {
  margin-bottom: 5px !important; }

.m-5, .mt-5 {
  margin-top: -5px !important; }

.m-5, .ml-5 {
  margin-left: -5px !important; }

.m-5, .mr-5 {
  margin-right: -5px !important; }

.m-5, .mb-5 {
  margin-bottom: -5px !important; }

.p10, .pt10 {
  padding-top: 10px !important; }

.p10, .pl10 {
  padding-left: 10px !important; }

.p10, .pr10 {
  padding-right: 10px !important; }

.p10, .pb10 {
  padding-bottom: 10px !important; }

.m10, .mt10 {
  margin-top: 10px !important; }

.m10, .ml10 {
  margin-left: 10px !important; }

.m10, .mr10 {
  margin-right: 10px !important; }

.m10, .mb10 {
  margin-bottom: 10px !important; }

.m-10, .mt-10 {
  margin-top: -10px !important; }

.m-10, .ml-10 {
  margin-left: -10px !important; }

.m-10, .mr-10 {
  margin-right: -10px !important; }

.m-10, .mb-10 {
  margin-bottom: -10px !important; }

.p15, .pt15 {
  padding-top: 15px !important; }

.p15, .pl15 {
  padding-left: 15px !important; }

.p15, .pr15 {
  padding-right: 15px !important; }

.p15, .pb15 {
  padding-bottom: 15px !important; }

.m15, .mt15 {
  margin-top: 15px !important; }

.m15, .ml15 {
  margin-left: 15px !important; }

.m15, .mr15 {
  margin-right: 15px !important; }

.m15, .mb15 {
  margin-bottom: 15px !important; }

.m-15, .mt-15 {
  margin-top: -15px !important; }

.m-15, .ml-15 {
  margin-left: -15px !important; }

.m-15, .mr-15 {
  margin-right: -15px !important; }

.m-15, .mb-15 {
  margin-bottom: -15px !important; }

.p20, .pt20 {
  padding-top: 20px !important; }

.p20, .pl20 {
  padding-left: 20px !important; }

.p20, .pr20 {
  padding-right: 20px !important; }

.p20, .pb20 {
  padding-bottom: 20px !important; }

.m20, .mt20 {
  margin-top: 20px !important; }

.m20, .ml20 {
  margin-left: 20px !important; }

.m20, .mr20 {
  margin-right: 20px !important; }

.m20, .mb20 {
  margin-bottom: 20px !important; }

.m-20, .mt-20 {
  margin-top: -20px !important; }

.m-20, .ml-20 {
  margin-left: -20px !important; }

.m-20, .mr-20 {
  margin-right: -20px !important; }

.m-20, .mb-20 {
  margin-bottom: -20px !important; }

.p25, .pt25 {
  padding-top: 25px !important; }

.p25, .pl25 {
  padding-left: 25px !important; }

.p25, .pr25 {
  padding-right: 25px !important; }

.p25, .pb25 {
  padding-bottom: 25px !important; }

.m25, .mt25 {
  margin-top: 25px !important; }

.m25, .ml25 {
  margin-left: 25px !important; }

.m25, .mr25 {
  margin-right: 25px !important; }

.m25, .mb25 {
  margin-bottom: 25px !important; }

.m-25, .mt-25 {
  margin-top: -25px !important; }

.m-25, .ml-25 {
  margin-left: -25px !important; }

.m-25, .mr-25 {
  margin-right: -25px !important; }

.m-25, .mb-25 {
  margin-bottom: -25px !important; }

.p30, .pt30 {
  padding-top: 30px !important; }

.p30, .pl30 {
  padding-left: 30px !important; }

.p30, .pr30 {
  padding-right: 30px !important; }

.p30, .pb30 {
  padding-bottom: 30px !important; }

.m30, .mt30 {
  margin-top: 30px !important; }

.m30, .ml30 {
  margin-left: 30px !important; }

.m30, .mr30 {
  margin-right: 30px !important; }

.m30, .mb30 {
  margin-bottom: 30px !important; }

.m-30, .mt-30 {
  margin-top: -30px !important; }

.m-30, .ml-30 {
  margin-left: -30px !important; }

.m-30, .mr-30 {
  margin-right: -30px !important; }

.m-30, .mb-30 {
  margin-bottom: -30px !important; }

.p35, .pt35 {
  padding-top: 35px !important; }

.p35, .pl35 {
  padding-left: 35px !important; }

.p35, .pr35 {
  padding-right: 35px !important; }

.p35, .pb35 {
  padding-bottom: 35px !important; }

.m35, .mt35 {
  margin-top: 35px !important; }

.m35, .ml35 {
  margin-left: 35px !important; }

.m35, .mr35 {
  margin-right: 35px !important; }

.m35, .mb35 {
  margin-bottom: 35px !important; }

.m-35, .mt-35 {
  margin-top: -35px !important; }

.m-35, .ml-35 {
  margin-left: -35px !important; }

.m-35, .mr-35 {
  margin-right: -35px !important; }

.m-35, .mb-35 {
  margin-bottom: -35px !important; }

.p40, .pt40 {
  padding-top: 40px !important; }

.p40, .pl40 {
  padding-left: 40px !important; }

.p40, .pr40 {
  padding-right: 40px !important; }

.p40, .pb40 {
  padding-bottom: 40px !important; }

.m40, .mt40 {
  margin-top: 40px !important; }

.m40, .ml40 {
  margin-left: 40px !important; }

.m40, .mr40 {
  margin-right: 40px !important; }

.m40, .mb40 {
  margin-bottom: 40px !important; }

.m-40, .mt-40 {
  margin-top: -40px !important; }

.m-40, .ml-40 {
  margin-left: -40px !important; }

.m-40, .mr-40 {
  margin-right: -40px !important; }

.m-40, .mb-40 {
  margin-bottom: -40px !important; }

.height-5 {
  height: 5px; }

.height-10 {
  height: 10px; }

.height-15 {
  height: 15px; }

.height-20 {
  height: 20px; }

.height-25 {
  height: 25px; }

.height-30 {
  height: 30px; }

.height-40 {
  height: 40px; }

.height-50 {
  height: 50px; }

.height-60 {
  height: 60px; }

.height-70 {
  height: 70px; }

.height-80 {
  height: 80px; }

.height-90 {
  height: 90px; }

.height-100 {
  height: 100px; }

.height-110 {
  height: 110px; }

.height-120 {
  height: 120px; }

.height-130 {
  height: 130px; }

.height-140 {
  height: 140px; }

.height-150 {
  height: 150px; }

.height-160 {
  height: 160px; }

.height-170 {
  height: 170px; }

.height-180 {
  height: 180px; }

.height-190 {
  height: 190px; }

.height-200 {
  height: 200px; }

.height-210 {
  height: 210px; }

.height-220 {
  height: 220px; }

.height-230 {
  height: 230px; }

.height-240 {
  height: 240px; }

.height-250 {
  height: 250px; }

.height-260 {
  height: 260px; }

.height-270 {
  height: 270px; }

.height-280 {
  height: 280px; }

.height-290 {
  height: 290px; }

.height-300 {
  height: 300px; }

.height-310 {
  height: 310px; }

.height-320 {
  height: 320px; }

.height-330 {
  height: 330px; }

.height-340 {
  height: 340px; }

.height-350 {
  height: 350px; }

.height-360 {
  height: 360px; }

.height-370 {
  height: 370px; }

.height-380 {
  height: 380px; }

.height-390 {
  height: 390px; }

.height-400 {
  height: 400px; }

.height-410 {
  height: 410px; }

.height-420 {
  height: 420px; }

.height-430 {
  height: 430px; }

.height-440 {
  height: 440px; }

.height-450 {
  height: 450px; }

.height-460 {
  height: 460px; }

.height-470 {
  height: 470px; }

.height-480 {
  height: 480px; }

.height-490 {
  height: 490px; }

.height-500 {
  height: 500px; }

.width-5 {
  width: 5px !important; }

.width-10 {
  width: 10px !important; }

.width-15 {
  width: 15px !important; }

.width-20 {
  width: 20px !important; }

.width-25 {
  width: 25px !important; }

.width-30 {
  width: 30px !important; }

.width-35 {
  width: 35px !important; }

.width-40 {
  width: 40px !important; }

.width-50 {
  width: 50px !important; }

.width-60 {
  width: 60px !important; }

.width-70 {
  width: 70px !important; }

.width-80 {
  width: 80px !important; }

.width-90 {
  width: 90px !important; }

.width-100 {
  width: 100px !important; }

.width-110 {
  width: 110px !important; }

.width-120 {
  width: 120px !important; }

.width-130 {
  width: 130px !important; }

.width-140 {
  width: 140px !important; }

.width-150 {
  width: 150px !important; }

.width-160 {
  width: 160px !important; }

.width-170 {
  width: 170px !important; }

.width-180 {
  width: 180px !important; }

.width-190 {
  width: 190px !important; }

.width-200 {
  width: 200px !important; }

.width-210 {
  width: 210px !important; }

.width-220 {
  width: 220px !important; }

.width-230 {
  width: 230px !important; }

.width-240 {
  width: 240px !important; }

.width-250 {
  width: 250px !important; }

.width-260 {
  width: 260px !important; }

.width-270 {
  width: 270px !important; }

.width-280 {
  width: 280px !important; }

.width-290 {
  width: 290px !important; }

.width-300 {
  width: 300px !important; }

.width-310 {
  width: 310px !important; }

.width-320 {
  width: 320px !important; }

.width-330 {
  width: 330px !important; }

.width-340 {
  width: 340px !important; }

.width-350 {
  width: 350px !important; }

.width-360 {
  width: 360px !important; }

.width-370 {
  width: 370px !important; }

.width-380 {
  width: 380px !important; }

.width-390 {
  width: 390px !important; }

.width-400 {
  width: 400px !important; }

.width-410 {
  width: 410px !important; }

.width-420 {
  width: 420px !important; }

.width-430 {
  width: 430px !important; }

.width-440 {
  width: 440px !important; }

.width-450 {
  width: 450px !important; }

.width-460 {
  width: 460px !important; }

.width-470 {
  width: 470px !important; }

.width-480 {
  width: 480px !important; }

.width-490 {
  width: 490px !important; }

.width-500 {
  width: 500px !important; }

.width-510 {
  width: 510px !important; }

.width-520 {
  width: 520px !important; }

.width-530 {
  width: 530px !important; }

.width-540 {
  width: 540px !important; }

.width-550 {
  width: 550px !important; }

.width-560 {
  width: 560px !important; }

.width-570 {
  width: 570px !important; }

.width-580 {
  width: 580px !important; }

.width-590 {
  width: 590px !important; }

.width-600 {
  width: 600px !important; }

.width-640 {
  width: 640px; }

.width-920 {
  width: 920px; }

.width-m280 {
  max-width: 280px; }

.min-height-320 {
  min-height: 320px !important; }

.min-height-100 {
  min-height: 100px; }

/* Grid System */
.row {
  *zoom: 1;
  position: relative; }

.row:before,
.row:after,
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: ""; }

.row:after,
.row-fluid:after {
  clear: both; }

[class*="span"] {
  float: left;
  min-height: 1px; }
  [class*="span"].pullLeft {
    margin-left: -120px; }
  [class*="span"].pullRight {
    margin-right: -120px; }

td[class*="span"], th[class*="span"] {
  float: none;
  display: table-cell; }

.span1 {
  width: 80px; }
  .span1.pullLeft, .span1.pullRight {
    width: 200px; }

.offset1 {
  margin-left: 80px; }

.span2 {
  width: 160px; }
  .span2.pullLeft, .span2.pullRight {
    width: 280px; }

.offset2 {
  margin-left: 160px; }

.span3 {
  width: 240px; }
  .span3.pullLeft, .span3.pullRight {
    width: 360px; }

.offset3 {
  margin-left: 240px; }

.span4 {
  width: 320px; }
  .span4.pullLeft, .span4.pullRight {
    width: 440px; }

.offset4 {
  margin-left: 320px; }

.span5 {
  width: 400px; }
  .span5.pullLeft, .span5.pullRight {
    width: 520px; }

.offset5 {
  margin-left: 400px; }

.span6 {
  width: 480px; }
  .span6.pullLeft, .span6.pullRight {
    width: 600px; }

.offset6 {
  margin-left: 480px; }

.span7 {
  width: 560px; }
  .span7.pullLeft, .span7.pullRight {
    width: 680px; }

.offset7 {
  margin-left: 560px; }

.span8 {
  width: 640px; }
  .span8.pullLeft, .span8.pullRight {
    width: 760px; }

.offset8 {
  margin-left: 640px; }

.span9 {
  width: 720px; }
  .span9.pullLeft, .span9.pullRight {
    width: 840px; }

.offset9 {
  margin-left: 720px; }

.span10 {
  width: 800px; }
  .span10.pullLeft, .span10.pullRight {
    width: 920px; }

.offset10 {
  margin-left: 800px; }

.span11 {
  width: 880px; }
  .span11.pullLeft, .span11.pullRight {
    width: 1000px; }

.offset11 {
  margin-left: 880px; }

.span12 {
  width: 960px; }
  .span12.pullLeft, .span12.pullRight {
    width: 1080px; }
  .span12.pullLeft.pullRight {
    width: 1200px; }

.offset12 {
  margin-left: 960px; }

.row-fluid {
  width: 100%;
  *zoom: 1; }

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row-fluid .span1 {
  width: 8.33333%; }

.row-fluid .offset1 {
  margin-left: 8.33333%; }

.row-fluid .span2 {
  width: 16.66667%; }

.row-fluid .offset2 {
  margin-left: 16.66667%; }

.row-fluid .span3 {
  width: 25%; }

.row-fluid .offset3 {
  margin-left: 25%; }

.row-fluid .span4 {
  width: 33.33333%; }

.row-fluid .offset4 {
  margin-left: 33.33333%; }

.row-fluid .span5 {
  width: 41.66667%; }

.row-fluid .offset5 {
  margin-left: 41.66667%; }

.row-fluid .span6 {
  width: 50%; }

.row-fluid .offset6 {
  margin-left: 50%; }

.row-fluid .span7 {
  width: 58.33333%; }

.row-fluid .offset7 {
  margin-left: 58.33333%; }

.row-fluid .span8 {
  width: 66.66667%; }

.row-fluid .offset8 {
  margin-left: 66.66667%; }

.row-fluid .span9 {
  width: 75%; }

.row-fluid .offset9 {
  margin-left: 75%; }

.row-fluid .span10 {
  width: 83.33333%; }

.row-fluid .offset10 {
  margin-left: 83.33333%; }

.row-fluid .span11 {
  width: 91.66667%; }

.row-fluid .offset11 {
  margin-left: 91.66667%; }

.row-fluid .span12 {
  width: 100%; }

.row-fluid .offset12 {
  margin-left: 100%; }

/* Borders */
.border-red-1px,
.border-top-red-1px {
  border-top: 1px solid #bd1b21; }

.border-red-1px,
.border-bottom-red-1px {
  border-bottom: 1px solid #bd1b21; }

.border-red-1px,
.border-left-red-1px {
  border-left: 1px solid #bd1b21; }

.border-red-1px,
.border-right-red-1px {
  border-right: 1px solid #bd1b21; }

.border-red-2px,
.border-top-red-2px {
  border-top: 2px solid #bd1b21; }

.border-red-2px,
.border-bottom-red-2px {
  border-bottom: 2px solid #bd1b21; }

.border-red-2px,
.border-left-red-2px {
  border-left: 2px solid #bd1b21; }

.border-red-2px,
.border-right-red-2px {
  border-right: 2px solid #bd1b21; }

.border-red_l-1px,
.border-top-red_l-1px {
  border-top: 1px solid #f73340; }

.border-red_l-1px,
.border-bottom-red_l-1px {
  border-bottom: 1px solid #f73340; }

.border-red_l-1px,
.border-left-red_l-1px {
  border-left: 1px solid #f73340; }

.border-red_l-1px,
.border-right-red_l-1px {
  border-right: 1px solid #f73340; }

.border-red_l-2px,
.border-top-red_l-2px {
  border-top: 2px solid #f73340; }

.border-red_l-2px,
.border-bottom-red_l-2px {
  border-bottom: 2px solid #f73340; }

.border-red_l-2px,
.border-left-red_l-2px {
  border-left: 2px solid #f73340; }

.border-red_l-2px,
.border-right-red_l-2px {
  border-right: 2px solid #f73340; }

.border-red_d1-1px,
.border-top-red_d1-1px {
  border-top: 1px solid #a30000; }

.border-red_d1-1px,
.border-bottom-red_d1-1px {
  border-bottom: 1px solid #a30000; }

.border-red_d1-1px,
.border-left-red_d1-1px {
  border-left: 1px solid #a30000; }

.border-red_d1-1px,
.border-right-red_d1-1px {
  border-right: 1px solid #a30000; }

.border-red_d1-2px,
.border-top-red_d1-2px {
  border-top: 2px solid #a30000; }

.border-red_d1-2px,
.border-bottom-red_d1-2px {
  border-bottom: 2px solid #a30000; }

.border-red_d1-2px,
.border-left-red_d1-2px {
  border-left: 2px solid #a30000; }

.border-red_d1-2px,
.border-right-red_d1-2px {
  border-right: 2px solid #a30000; }

.border-red_d1-3px,
.border-top-red_d1-3px {
  border-top: 3px solid #a30000; }

.border-red_d1-3px,
.border-bottom-red_d1-3px {
  border-bottom: 3px solid #a30000; }

.border-red_d1-3px,
.border-left-red_d1-3px {
  border-left: 3px solid #a30000; }

.border-red_d1-3px,
.border-right-red_d1-3px {
  border-right: 3px solid #a30000; }

.border-red_d2-1px,
.border-top-red_d2-1px {
  border-top: 1px solid #8e1419; }

.border-red_d2-1px,
.border-bottom-red_d2-1px {
  border-bottom: 1px solid #8e1419; }

.border-red_d2-1px,
.border-left-red_d2-1px {
  border-left: 1px solid #8e1419; }

.border-red_d2-1px,
.border-right-red_d2-1px {
  border-right: 1px solid #8e1419; }

.border-red_d2-2px,
.border-top-red_d2-2px {
  border-top: 2px solid #8e1419; }

.border-red_d2-2px,
.border-bottom-red_d2-2px {
  border-bottom: 2px solid #8e1419; }

.border-red_d2-2px,
.border-left-red_d2-2px {
  border-left: 2px solid #8e1419; }

.border-red_d2-2px,
.border-right-red_d2-2px {
  border-right: 2px solid #8e1419; }

.border-red_d2-3px,
.border-top-red_d2-3px {
  border-top: 3px solid #8e1419; }

.border-red_d2-3px,
.border-bottom-red_d2-3px {
  border-bottom: 3px solid #8e1419; }

.border-red_d2-3px,
.border-left-red_d2-3px {
  border-left: 3px solid #8e1419; }

.border-red_d2-3px,
.border-right-red_d2-3px {
  border-right: 3px solid #8e1419; }

.border-red_d3-1px,
.border-top-red_d3-1px {
  border-top: 1px solid #7d0e11; }

.border-red_d3-1px,
.border-bottom-red_d3-1px {
  border-bottom: 1px solid #7d0e11; }

.border-red_d3-1px,
.border-left-red_d3-1px {
  border-left: 1px solid #7d0e11; }

.border-red_d3-1px,
.border-right-red_d3-1px {
  border-right: 1px solid #7d0e11; }

.border-red_d3-2px,
.border-top-red_d3-2px {
  border-top: 2px solid #7d0e11; }

.border-red_d3-2px,
.border-bottom-red_d3-2px {
  border-bottom: 2px solid #7d0e11; }

.border-red_d3-2px,
.border-left-red_d3-2px {
  border-left: 2px solid #7d0e11; }

.border-red_d3-2px,
.border-right-red_d3-2px {
  border-right: 2px solid #7d0e11; }

.border-red_d3-3px,
.border-top-red_d3-3px {
  border-top: 3px solid #7d0e11; }

.border-red_d3-3px,
.border-bottom-red_d3-3px {
  border-bottom: 3px solid #7d0e11; }

.border-red_d3-3px,
.border-left-red_d3-3px {
  border-left: 3px solid #7d0e11; }

.border-red_d3-3px,
.border-right-red_d3-3px {
  border-right: 3px solid #7d0e11; }

.border-black-1px,
.border-top-black-1px {
  border-top: 1px solid #000; }

.border-black-1px,
.border-bottom-black-1px {
  border-bottom: 1px solid #000; }

.border-black-1px,
.border-left-black-1px {
  border-left: 1px solid #000; }

.border-black-1px,
.border-right-black-1px {
  border-right: 1px solid #000; }

.border-black-2px,
.border-top-black-2px {
  border-top: 2px solid #000; }

.border-black-2px,
.border-bottom-black-2px {
  border-bottom: 2px solid #000; }

.border-black-2px,
.border-left-black-2px {
  border-left: 2px solid #000; }

.border-black-2px,
.border-right-black-2px {
  border-right: 2px solid #000; }

.border-gray_l2-1px,
.border-top-gray_l2-1px {
  border-top: 1px solid #f0f0f0; }

.border-gray_l2-1px,
.border-bottom-gray_l2-1px {
  border-bottom: 1px solid #f0f0f0; }

.border-gray_l2-1px,
.border-left-gray_l2-1px {
  border-left: 1px solid #f0f0f0; }

.border-gray_l2-1px,
.border-right-gray_l2-1px {
  border-right: 1px solid #f0f0f0; }

.border-gray_l2-2px,
.border-top-gray_l2-2px {
  border-top: 2px solid #f0f0f0; }

.border-gray_l2-2px,
.border-bottom-gray_l2-2px {
  border-bottom: 2px solid #f0f0f0; }

.border-gray_l2-2px,
.border-left-gray_l2-2px {
  border-left: 2px solid #f0f0f0; }

.border-gray_l2-2px,
.border-right-gray_l2-2px {
  border-right: 2px solid #f0f0f0; }

.border-gray_l2-3px,
.border-top-gray_l2-3px {
  border-top: 3px solid #f0f0f0; }

.border-gray_l2-3px,
.border-bottom-gray_l2-3px {
  border-bottom: 3px solid #f0f0f0; }

.border-gray_l2-3px,
.border-left-gray_l2-3px {
  border-left: 3px solid #f0f0f0; }

.border-gray_l2-3px,
.border-right-gray_l2-3px {
  border-right: 3px solid #f0f0f0; }

.border-gray_l1-1px,
.border-top-gray_l1-1px {
  border-top: 1px solid #ebebeb; }

.border-gray_l1-1px,
.border-bottom-gray_l1-1px {
  border-bottom: 1px solid #ebebeb; }

.border-gray_l1-1px,
.border-left-gray_l1-1px {
  border-left: 1px solid #ebebeb; }

.border-gray_l1-1px,
.border-right-gray_l1-1px {
  border-right: 1px solid #ebebeb; }

.border-gray_l1-2px,
.border-top-gray_l1-2px {
  border-top: 2px solid #ebebeb; }

.border-gray_l1-2px,
.border-bottom-gray_l1-2px {
  border-bottom: 2px solid #ebebeb; }

.border-gray_l1-2px,
.border-left-gray_l1-2px {
  border-left: 2px solid #ebebeb; }

.border-gray_l1-2px,
.border-right-gray_l1-2px {
  border-right: 2px solid #ebebeb; }

.border-gray_l1-3px,
.border-top-gray_l1-3px {
  border-top: 3px solid #ebebeb; }

.border-gray_l1-3px,
.border-bottom-gray_l1-3px {
  border-bottom: 3px solid #ebebeb; }

.border-gray_l1-3px,
.border-left-gray_l1-3px {
  border-left: 3px solid #ebebeb; }

.border-gray_l1-3px,
.border-right-gray_l1-3px {
  border-right: 3px solid #ebebeb; }

.border-gray_d1-1px,
.border-top-gray_d1-1px {
  border-top: 1px solid #989697; }

.border-gray_d1-1px,
.border-bottom-gray_d1-1px {
  border-bottom: 1px solid #989697; }

.border-gray_d1-1px,
.border-left-gray_d1-1px {
  border-left: 1px solid #989697; }

.border-gray_d1-1px,
.border-right-gray_d1-1px {
  border-right: 1px solid #989697; }

.border-gray_d1-2px,
.border-top-gray_d1-2px {
  border-top: 2px solid #989697; }

.border-gray_d1-2px,
.border-bottom-gray_d1-2px {
  border-bottom: 2px solid #989697; }

.border-gray_d1-2px,
.border-left-gray_d1-2px {
  border-left: 2px solid #989697; }

.border-gray_d1-2px,
.border-right-gray_d1-2px {
  border-right: 2px solid #989697; }

.border-gray_d1-3px,
.border-top-gray_d1-3px {
  border-top: 3px solid #989697; }

.border-gray_d1-3px,
.border-bottom-gray_d1-3px {
  border-bottom: 3px solid #989697; }

.border-gray_d1-3px,
.border-left-gray_d1-3px {
  border-left: 3px solid #989697; }

.border-gray_d1-3px,
.border-right-gray_d1-3px {
  border-right: 3px solid #989697; }

.border-gray-1px,
.border-top-gray-1px {
  border-top: 1px solid #6a6a6a; }

.border-gray-1px,
.border-bottom-gray-1px {
  border-bottom: 1px solid #6a6a6a; }

.border-gray-1px,
.border-left-gray-1px {
  border-left: 1px solid #6a6a6a; }

.border-gray-1px,
.border-right-gray-1px {
  border-right: 1px solid #6a6a6a; }

.border-gray-2px,
.border-top-gray-2px {
  border-top: 2px solid #6a6a6a; }

.border-gray-2px,
.border-bottom-gray-2px {
  border-bottom: 2px solid #6a6a6a; }

.border-gray-2px,
.border-left-gray-2px {
  border-left: 2px solid #6a6a6a; }

.border-gray-2px,
.border-right-gray-2px {
  border-right: 2px solid #6a6a6a; }

.border-white-1px,
.border-top-white-1px {
  border-top: 1px solid #fff; }

.border-white-1px,
.border-bottom-white-1px {
  border-bottom: 1px solid #fff; }

.border-white-1px,
.border-left-white-1px {
  border-left: 1px solid #fff; }

.border-white-1px,
.border-right-white-1px {
  border-right: 1px solid #fff; }

.border-white-2px,
.border-top-white-2px {
  border-top: 2px solid #fff; }

.border-white-2px,
.border-bottom-white-2px {
  border-bottom: 2px solid #fff; }

.border-white-2px,
.border-left-white-2px {
  border-left: 2px solid #fff; }

.border-white-2px,
.border-right-white-2px {
  border-right: 2px solid #fff; }

.border-none,
.border-top-none {
  border-top: none; }

.border-none,
.border-bottom-none {
  border-bottom: none; }

.border-none,
.border-left-none {
  border-left: none; }

.border-none,
.border-right-none {
  border-right: none; }

.rad-140 {
  -webkit-border-radius: 140px;
  border-radius: 140px; }

/* UBER */
.uber-wpr {
  display: inline; }

.uber-wpr-hide {
  display: none; }

.uber-img {
  filter: contrast(20);
  height: 35px;
  width: 95px; }

.uber-img-sm {
  filter: contrast(20);
  float: right;
  height: 25px;
  width: 68px; }

@media print {
  /* =================================
  	_print.scss
  ================================= */
  header,
  #headerAniateOffset,
  .hide-print {
    display: none; }

  .t-red.t-red.t-red.t-red {
    color: #000; }

  .t-red_l.t-red_l.t-red_l.t-red_l {
    color: #000; }

  .t-red_d2.t-red_d2.t-red_d2.t-red_d2 {
    color: #000; }

  .t-white.t-white.t-white.t-white {
    color: #000; }

  .t-gray_l2.t-gray_l2.t-gray_l2.t-gray_l2 {
    color: #000; }

  .t-gray_l1.t-gray_l1.t-gray_l1.t-gray_l1 {
    color: #000; }

  .t-gray.t-gray.t-gray.t-gray {
    color: #000; }

  .t-gray_d1.t-gray_d1.t-gray_d1.t-gray_d1 {
    color: #000; }

  .t-gray_d2.t-gray_d2.t-gray_d2.t-gray_d2 {
    color: #000; }

  .t-gray_d3.t-gray_d3.t-gray_d3.t-gray_d3 {
    color: #000; }

  body,
  .bg-red,
  .bg-red_d1,
  .bg-red_d2,
  .bg-red_d3,
  .bg-white,
  .bg-gray_l2,
  .bg-gray_l1,
  .bg-gray,
  .bg-gray_d1,
  .bg-gray_d2,
  .bg-gray_d3,
  .bg-tire-dark,
  .bg-tire-white,
  .bg-tire-white.top {
    background: #fff; }

  .border-red-1px,
  .border-top-red-1px {
    border-top: 1px solid #000; }

  .border-red-1px,
  .border-bottom-red-1px {
    border-bottom: 1px solid #000; }

  .border-red-1px,
  .border-left-red-1px {
    border-left: 1px solid #000; }

  .border-red-1px,
  .border-right-red-1px {
    border-right: 1px solid #000; }

  .border-red-2px,
  .border-top-red-2px {
    border-top: 2px solid #000; }

  .border-red-2px,
  .border-bottom-red-2px {
    border-bottom: 2px solid #000; }

  .border-red-2px,
  .border-left-red-2px {
    border-left: 2px solid #000; }

  .border-red-2px,
  .border-right-red-2px {
    border-right: 2px solid #000; }

  .border-red_l-1px,
  .border-top-red_l-1px {
    border-top: 1px solid #000; }

  .border-red_l-1px,
  .border-bottom-red_l-1px {
    border-bottom: 1px solid #000; }

  .border-red_l-1px,
  .border-left-red_l-1px {
    border-left: 1px solid #000; }

  .border-red_l-1px,
  .border-right-red_l-1px {
    border-right: 1px solid #000; }

  .border-red_l-2px,
  .border-top-red_l-2px {
    border-top: 2px solid #000; }

  .border-red_l-2px,
  .border-bottom-red_l-2px {
    border-bottom: 2px solid #000; }

  .border-red_l-2px,
  .border-left-red_l-2px {
    border-left: 2px solid #000; }

  .border-red_l-2px,
  .border-right-red_l-2px {
    border-right: 2px solid #000; }

  .border-red_d1-1px,
  .border-top-red_d1-1px {
    border-top: 1px solid #000; }

  .border-red_d1-1px,
  .border-bottom-red_d1-1px {
    border-bottom: 1px solid #000; }

  .border-red_d1-1px,
  .border-left-red_d1-1px {
    border-left: 1px solid #000; }

  .border-red_d1-1px,
  .border-right-red_d1-1px {
    border-right: 1px solid #000; }

  .border-red_d1-2px,
  .border-top-red_d1-2px {
    border-top: 2px solid #000; }

  .border-red_d1-2px,
  .border-bottom-red_d1-2px {
    border-bottom: 2px solid #000; }

  .border-red_d1-2px,
  .border-left-red_d1-2px {
    border-left: 2px solid #000; }

  .border-red_d1-2px,
  .border-right-red_d1-2px {
    border-right: 2px solid #000; }

  .border-red_d1-3px,
  .border-top-red_d1-3px {
    border-top: 3px solid #000; }

  .border-red_d1-3px,
  .border-bottom-red_d1-3px {
    border-bottom: 3px solid #000; }

  .border-red_d1-3px,
  .border-left-red_d1-3px {
    border-left: 3px solid #000; }

  .border-red_d1-3px,
  .border-right-red_d1-3px {
    border-right: 3px solid #000; }

  .border-red_d2-1px,
  .border-top-red_d2-1px {
    border-top: 1px solid #000; }

  .border-red_d2-1px,
  .border-bottom-red_d2-1px {
    border-bottom: 1px solid #000; }

  .border-red_d2-1px,
  .border-left-red_d2-1px {
    border-left: 1px solid #000; }

  .border-red_d2-1px,
  .border-right-red_d2-1px {
    border-right: 1px solid #000; }

  .border-red_d2-2px,
  .border-top-red_d2-2px {
    border-top: 2px solid #000; }

  .border-red_d2-2px,
  .border-bottom-red_d2-2px {
    border-bottom: 2px solid #000; }

  .border-red_d2-2px,
  .border-left-red_d2-2px {
    border-left: 2px solid #000; }

  .border-red_d2-2px,
  .border-right-red_d2-2px {
    border-right: 2px solid #000; }

  .border-red_d2-3px,
  .border-top-red_d2-3px {
    border-top: 3px solid #000; }

  .border-red_d2-3px,
  .border-bottom-red_d2-3px {
    border-bottom: 3px solid #000; }

  .border-red_d2-3px,
  .border-left-red_d2-3px {
    border-left: 3px solid #000; }

  .border-red_d2-3px,
  .border-right-red_d2-3px {
    border-right: 3px solid #000; }

  .border-red_d3-1px,
  .border-top-red_d3-1px {
    border-top: 1px solid #000; }

  .border-red_d3-1px,
  .border-bottom-red_d3-1px {
    border-bottom: 1px solid #000; }

  .border-red_d3-1px,
  .border-left-red_d3-1px {
    border-left: 1px solid #000; }

  .border-red_d3-1px,
  .border-right-red_d3-1px {
    border-right: 1px solid #000; }

  .border-red_d3-2px,
  .border-top-red_d3-2px {
    border-top: 2px solid #000; }

  .border-red_d3-2px,
  .border-bottom-red_d3-2px {
    border-bottom: 2px solid #000; }

  .border-red_d3-2px,
  .border-left-red_d3-2px {
    border-left: 2px solid #000; }

  .border-red_d3-2px,
  .border-right-red_d3-2px {
    border-right: 2px solid #000; }

  .border-red_d3-3px,
  .border-top-red_d3-3px {
    border-top: 3px solid #000; }

  .border-red_d3-3px,
  .border-bottom-red_d3-3px {
    border-bottom: 3px solid #000; }

  .border-red_d3-3px,
  .border-left-red_d3-3px {
    border-left: 3px solid #000; }

  .border-red_d3-3px,
  .border-right-red_d3-3px {
    border-right: 3px solid #000; }

  .border-black-1px,
  .border-top-black-1px {
    border-top: 1px solid #000; }

  .border-black-1px,
  .border-bottom-black-1px {
    border-bottom: 1px solid #000; }

  .border-black-1px,
  .border-left-black-1px {
    border-left: 1px solid #000; }

  .border-black-1px,
  .border-right-black-1px {
    border-right: 1px solid #000; }

  .border-black-2px,
  .border-top-black-2px {
    border-top: 2px solid #000; }

  .border-black-2px,
  .border-bottom-black-2px {
    border-bottom: 2px solid #000; }

  .border-black-2px,
  .border-left-black-2px {
    border-left: 2px solid #000; }

  .border-black-2px,
  .border-right-black-2px {
    border-right: 2px solid #000; }

  .border-gray_l2-1px,
  .border-top-gray_l2-1px {
    border-top: 1px solid #000; }

  .border-gray_l2-1px,
  .border-bottom-gray_l2-1px {
    border-bottom: 1px solid #000; }

  .border-gray_l2-1px,
  .border-left-gray_l2-1px {
    border-left: 1px solid #000; }

  .border-gray_l2-1px,
  .border-right-gray_l2-1px {
    border-right: 1px solid #000; }

  .border-gray_l2-2px,
  .border-top-gray_l2-2px {
    border-top: 2px solid #000; }

  .border-gray_l2-2px,
  .border-bottom-gray_l2-2px {
    border-bottom: 2px solid #000; }

  .border-gray_l2-2px,
  .border-left-gray_l2-2px {
    border-left: 2px solid #000; }

  .border-gray_l2-2px,
  .border-right-gray_l2-2px {
    border-right: 2px solid #000; }

  .border-gray_l2-3px,
  .border-top-gray_l2-3px {
    border-top: 3px solid #000; }

  .border-gray_l2-3px,
  .border-bottom-gray_l2-3px {
    border-bottom: 3px solid #000; }

  .border-gray_l2-3px,
  .border-left-gray_l2-3px {
    border-left: 3px solid #000; }

  .border-gray_l2-3px,
  .border-right-gray_l2-3px {
    border-right: 3px solid #000; }

  .border-gray_l1-1px,
  .border-top-gray_l1-1px {
    border-top: 1px solid #000; }

  .border-gray_l1-1px,
  .border-bottom-gray_l1-1px {
    border-bottom: 1px solid #000; }

  .border-gray_l1-1px,
  .border-left-gray_l1-1px {
    border-left: 1px solid #000; }

  .border-gray_l1-1px,
  .border-right-gray_l1-1px {
    border-right: 1px solid #000; }

  .border-gray_l1-2px,
  .border-top-gray_l1-2px {
    border-top: 2px solid #000; }

  .border-gray_l1-2px,
  .border-bottom-gray_l1-2px {
    border-bottom: 2px solid #000; }

  .border-gray_l1-2px,
  .border-left-gray_l1-2px {
    border-left: 2px solid #000; }

  .border-gray_l1-2px,
  .border-right-gray_l1-2px {
    border-right: 2px solid #000; }

  .border-gray_l1-3px,
  .border-top-gray_l1-3px {
    border-top: 3px solid #000; }

  .border-gray_l1-3px,
  .border-bottom-gray_l1-3px {
    border-bottom: 3px solid #000; }

  .border-gray_l1-3px,
  .border-left-gray_l1-3px {
    border-left: 3px solid #000; }

  .border-gray_l1-3px,
  .border-right-gray_l1-3px {
    border-right: 3px solid #000; }

  .border-gray_d1-1px,
  .border-top-gray_d1-1px {
    border-top: 1px solid #000; }

  .border-gray_d1-1px,
  .border-bottom-gray_d1-1px {
    border-bottom: 1px solid #000; }

  .border-gray_d1-1px,
  .border-left-gray_d1-1px {
    border-left: 1px solid #000; }

  .border-gray_d1-1px,
  .border-right-gray_d1-1px {
    border-right: 1px solid #000; }

  .border-gray_d1-2px,
  .border-top-gray_d1-2px {
    border-top: 2px solid #000; }

  .border-gray_d1-2px,
  .border-bottom-gray_d1-2px {
    border-bottom: 2px solid #000; }

  .border-gray_d1-2px,
  .border-left-gray_d1-2px {
    border-left: 2px solid #000; }

  .border-gray_d1-2px,
  .border-right-gray_d1-2px {
    border-right: 2px solid #000; }

  .border-gray_d1-3px,
  .border-top-gray_d1-3px {
    border-top: 3px solid #000; }

  .border-gray_d1-3px,
  .border-bottom-gray_d1-3px {
    border-bottom: 3px solid #000; }

  .border-gray_d1-3px,
  .border-left-gray_d1-3px {
    border-left: 3px solid #000; }

  .border-gray_d1-3px,
  .border-right-gray_d1-3px {
    border-right: 3px solid #000; }

  .border-gray-1px,
  .border-top-gray-1px {
    border-top: 1px solid #000; }

  .border-gray-1px,
  .border-bottom-gray-1px {
    border-bottom: 1px solid #000; }

  .border-gray-1px,
  .border-left-gray-1px {
    border-left: 1px solid #000; }

  .border-gray-1px,
  .border-right-gray-1px {
    border-right: 1px solid #000; }

  .border-gray-2px,
  .border-top-gray-2px {
    border-top: 2px solid #000; }

  .border-gray-2px,
  .border-bottom-gray-2px {
    border-bottom: 2px solid #000; }

  .border-gray-2px,
  .border-left-gray-2px {
    border-left: 2px solid #000; }

  .border-gray-2px,
  .border-right-gray-2px {
    border-right: 2px solid #000; }

  .border-white-1px,
  .border-top-white-1px {
    border-top: 1px solid #000; }

  .border-white-1px,
  .border-bottom-white-1px {
    border-bottom: 1px solid #000; }

  .border-white-1px,
  .border-left-white-1px {
    border-left: 1px solid #000; }

  .border-white-1px,
  .border-right-white-1px {
    border-right: 1px solid #000; }

  .border-white-2px,
  .border-top-white-2px {
    border-top: 2px solid #000; }

  .border-white-2px,
  .border-bottom-white-2px {
    border-bottom: 2px solid #000; }

  .border-white-2px,
  .border-left-white-2px {
    border-left: 2px solid #000; }

  .border-white-2px,
  .border-right-white-2px {
    border-right: 2px solid #000; }

  .tabbed .tbc-tab-anchor,
  .contextual-promo,
  .pagination .chosen-container .chosen-single,
  .pagination .chosen-container .chosen-single div b,
  .chosen-container .chosen-drop {
    color: #000; }

  .chosen-container .chosen-drop,
  .pagination .chosen-container .chosen-drop {
    border-color: #000; }

  .btn,
  .btn.transparent,
  .btn.red,
  .bg-red .btn.red {
    color: #000;
    border-color: #000;
    background: #fff; }

  a {
    color: #4c4b4b; }

  hr {
    border: 1px solid #000; }

  .promo-slot .cta {
    display: none; }

  .printBox {
    width: 960px; }
    .printBox .badge {
      color: #000; } }

/*# sourceMappingURL=global.css.map */
