#header, #footer {
  font-size: 16px
}

#header *, #footer * {
  box-sizing: border-box
}

#header ul, #footer ul {
  margin: 0;
  padding: 0;
  list-style: none
}

#skipMainContent {
  box-sizing: border-box
}

.visually-hidden {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.visually-hidden-focusable:focus, .visually-hidden-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important
}

@font-face {
  font-display: swap;
  font-family: 'CarMaxSharpSansDisp-Bold';
  font-style: normal;
  font-weight: 700;
  src: url("https://www.carmax.com/shared/fonts/CarMaxSharpSansDisp-Bold.woff2") format("woff2"), url("https://www.carmax.com/shared/fonts/CarMaxSharpSansDisp-Bold.woff") format("woff"), url("https://www.carmax.com/shared/fonts/CarMaxSharpSansDisp-Bold.ttf") format("truetype")
}

@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.carmax.com/shared/fonts/lato-v16-latin-regular.woff2") format("woff2"), url("https://www.carmax.com/shared/fonts/lato-v16-latin-regular.woff") format("woff"), url("https://www.carmax.com/shared/fonts/lato-v16-latin-regular.ttf") format("truetype")
}

@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("https://www.carmax.com/shared/fonts/lato-v16-latin-700.woff2") format("woff2"), url("https://www.carmax.com/shared/fonts/lato-v16-latin-700.woff") format("woff"), url("https://www.carmax.com/shared/fonts/lato-v16-latin-700.ttf") format("truetype")
}

.skip-nav {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  color: #2a343d;
  border-bottom: 1px solid #c8cacc;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  height: 32px;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 8px;
  position: relative;
  margin-top: -32px
}

.skip-nav:focus {
  margin: 3px
}

#header .header-footer-icon-button, #footer .header-footer-icon-button {
  outline: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: white;
  margin: 0;
  padding: 0
}

#header .header-footer-icon-button .header-footer-icon, #footer .header-footer-icon-button .header-footer-icon {
  border-radius: 32px;
  padding: 4px;
  fill: #053361
}

#header .header-footer-icon-button .header-footer-icon--priority, #footer .header-footer-icon-button .header-footer-icon--priority {
  fill: #e01f1f
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #header .header-footer-icon-button:hover .header-footer-icon, #footer .header-footer-icon-button:hover .header-footer-icon {
    background-color: rgba(23, 115, 207, 0.08)
  }
  #header .header-footer-icon-button:hover .header-footer-icon--priority, #footer .header-footer-icon-button:hover .header-footer-icon--priority {
    background-color: rgba(219, 24, 122, 0.08)
  }
}

@media (hover: hover) and (pointer: fine) {
  #header .header-footer-icon-button:hover .header-footer-icon, #footer .header-footer-icon-button:hover .header-footer-icon {
    background-color: rgba(23, 115, 207, 0.08)
  }
  #header .header-footer-icon-button:hover .header-footer-icon--priority, #footer .header-footer-icon-button:hover .header-footer-icon--priority {
    background-color: rgba(219, 24, 122, 0.08)
  }
}

#header .header-footer-icon-button:focus, #header .header-footer-icon-button.focus, #footer .header-footer-icon-button:focus, #footer .header-footer-icon-button.focus {
  outline: none
}

#header .header-footer-icon-button:focus .header-footer-icon, #header .header-footer-icon-button.focus .header-footer-icon, #footer .header-footer-icon-button:focus .header-footer-icon, #footer .header-footer-icon-button.focus .header-footer-icon {
  background-color: rgba(23, 115, 207, 0.24)
}

#header .header-footer-icon-button:focus .header-footer-icon--priority, #header .header-footer-icon-button.focus .header-footer-icon--priority, #footer .header-footer-icon-button:focus .header-footer-icon--priority, #footer .header-footer-icon-button.focus .header-footer-icon--priority {
  background-color: rgba(219, 24, 122, 0.24)
}

#alert-banner {
  position: relative;
  background-color: #053361;
  padding: 8px 16px
}

#alert-banner.tall {
  padding: 12px 16px
}

@media (min-width: 56.25em) {
  #alert-banner {
    padding-left: 32px;
    padding-right: 32px
  }
}

#alert-banner .alert-banner-container {
  max-width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

#alert-banner .alert-banner-details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  align-items: center
}

#alert-banner .alert-banner-message {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: start;
  align-items: start
}

#alert-banner .alert-banner-message a {
  color: #fff
}

#alert-banner .alert-banner-description {
  font-weight: 400;
  font-family: Lato, Corbel, â€˜Lucida Grandeâ€™, â€˜Lucida Sans Unicodeâ€™, â€˜DejaVu Sansâ€™, â€˜Bitstream Vera Sansâ€™, â€˜Liberation Sansâ€™, Verdana, â€˜Verdana Refâ€™, sans-serif;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  margin: 0
}

#alert-banner .alert-banner-icon {
  -webkit-align-self: start;
  align-self: start;
  min-width: 24px;
  min-height: 24px;
  margin-right: 16px
}

@media (min-width: 37.5em) {
  #alert-banner .alert-banner-icon {
    -webkit-align-self: center;
    align-self: center
  }
}

#alert-banner .alert-banner-close-button {
  width: 24px;
  height: 24px;
  -webkit-align-self: start;
  align-self: start;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  margin: 0 0 0 16px;
  padding: 0
}

#alert-banner .alert-banner-close-button:focus {
  outline-color: white;
  outline-style: auto;
  outline-width: medium;
  outline-width: initial
}

@media (min-width: 37.5em) {
  #alert-banner .alert-banner-close-button {
    -webkit-align-self: center;
    align-self: center
  }
}

#alert-banner .alert-banner-close-icon {
  min-width: 24px;
  min-height: 24px
}

#alert-banner.urgent {
  background-color: #b80606
}

#alert-banner.urgent .alert-banner-description {
  font-weight: 700
}

#alert-banner.dark {
  background-color: #2a343d
}

#header .header-footer-menu, #footer .header-footer-menu {
  border-color: transparent;
  box-shadow: 0 8px 12px 0 rgba(42, 52, 61, 0.16);
  -webkit-transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  right: 0;
  min-width: 155px;
  max-width: 336px;
  background-color: white;
  border-radius: 8px;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: 760;
  margin-top: 32px
}

#header .header-footer-menu .header-link, #footer .header-footer-menu .header-link {
  font-size: 14px;
  color: #2a343d
}

#header .header-footer-menu .header-link--priority, #footer .header-footer-menu .header-link--priority {
  color: #e01f1f
}

#header .header-footer-menu-list-item, #footer .header-footer-menu-list-item {
  list-style: none;
  margin: 0;
  padding: 0
}

#header .header-footer-menu-list-item:focus, #header .header-footer-menu-list-item.focus, #header .header-footer-menu-list-item:hover, #footer .header-footer-menu-list-item:focus, #footer .header-footer-menu-list-item.focus, #footer .header-footer-menu-list-item:hover {
  background-color: #fafafa
}

#header .header-footer-menu-list, #footer .header-footer-menu-list {
  background-color: white;
  padding: 8px 0
}

#header .header-footer-menu-list .focus, #footer .header-footer-menu-list .focus {
  background-color: #fafafa
}

#header .header-footer-menu-list .header-footer-menu-list-item, #footer .header-footer-menu-list .header-footer-menu-list-item {
  margin: 0;
  list-style: none
}

#header .header-footer-menu-list .header-footer-menu-list-item .header-link, #footer .header-footer-menu-list .header-footer-menu-list-item .header-link {
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 16px;
  overflow: hidden
}

#header .header-search-bar .header-footer-icon-button, #header .header-footer-store-search-bar .header-footer-icon-button, #footer .header-search-bar .header-footer-icon-button, #footer .header-footer-store-search-bar .header-footer-icon-button {
  background-color: #f0f1f2
}

#header .header-search-bar-button-container, #header .header-footer-store-search-bar-button-container, #footer .header-search-bar-button-container, #footer .header-footer-store-search-bar-button-container {
  height: 48px;
  display: -webkit-flex;
  display: flex
}

#header .header-search-bar-button-container .header-footer-icon-button, #header .header-footer-store-search-bar-button-container .header-footer-icon-button, #footer .header-search-bar-button-container .header-footer-icon-button, #footer .header-footer-store-search-bar-button-container .header-footer-icon-button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #dedfe0;
  border-left: none
}

#header .header-search-bar-button-container .header-footer-icon-button:focus, #header .header-footer-store-search-bar-button-container .header-footer-icon-button:focus, #footer .header-search-bar-button-container .header-footer-icon-button:focus, #footer .header-footer-store-search-bar-button-container .header-footer-icon-button:focus {
  outline-color: #1773cf;
  outline-style: auto;
  outline-width: medium;
  outline-width: initial
}

@supports (-ms-ime-align: auto) {
  #header .header-search-bar-button-container .header-footer-icon-button:focus, #header .header-footer-store-search-bar-button-container .header-footer-icon-button:focus, #footer .header-search-bar-button-container .header-footer-icon-button:focus, #footer .header-footer-store-search-bar-button-container .header-footer-icon-button:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #header .header-search-bar-button-container .header-footer-icon-button:focus, #header .header-footer-store-search-bar-button-container .header-footer-icon-button:focus, #footer .header-search-bar-button-container .header-footer-icon-button:focus, #footer .header-footer-store-search-bar-button-container .header-footer-icon-button:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

#header .header-search-bar-container, #header .header-footer-store-search-bar-container, #footer .header-search-bar-container, #footer .header-footer-store-search-bar-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  position: relative
}

#header .header-search-bar-container:hover, #header .header-search-bar-container:focus, #header .header-footer-store-search-bar-container:hover, #header .header-footer-store-search-bar-container:focus, #footer .header-search-bar-container:hover, #footer .header-search-bar-container:focus, #footer .header-footer-store-search-bar-container:hover, #footer .header-footer-store-search-bar-container:focus {
  box-shadow: none
}

#header .header-search-bar-form, #header .header-footer-store-search-bar-form, #footer .header-search-bar-form, #footer .header-footer-store-search-bar-form {
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  background-color: white;
  padding: 0 16px 16px
}

@media (min-width: 56.25em) and (max-width: 79em) {
  #header .header-search-bar-form, #header .header-footer-store-search-bar-form, #footer .header-search-bar-form, #footer .header-footer-store-search-bar-form {
    padding: 0 24px 16px
  }
}

@media (min-width: 79em) {
  #header .header-search-bar-form, #header .header-footer-store-search-bar-form, #footer .header-search-bar-form, #footer .header-footer-store-search-bar-form {
    padding: 0 0 16px
  }
}

#header .header-search-bar-form-fieldset, #header .header-footer-store-search-bar-form-fieldset, #footer .header-search-bar-form-fieldset, #footer .header-footer-store-search-bar-form-fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

#header .header-search-bar-input, #header .header-footer-store-search-bar-input, #footer .header-search-bar-input, #footer .header-footer-store-search-bar-input {
  border: 1px solid #dedfe0;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  background-color: #f0f1f2;
  font-size: 16px;
  font-family: Lato, Corbel, â€˜Lucida Grandeâ€™, â€˜Lucida Sans Unicodeâ€™, â€˜DejaVu Sansâ€™, â€˜Bitstream Vera Sansâ€™, â€˜Liberation Sansâ€™, Verdana, â€˜Verdana Refâ€™, sans-serif;
  -webkit-order: 0;
  order: 0;
  height: 48px;
  color: #053361;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  outline: none;
  padding: 0 0 0 16px;
  width: 100%;
  -webkit-appearance: none
}

#header .header-search-bar-input:hover, #header .header-search-bar-input:focus, #header .header-footer-store-search-bar-input:hover, #header .header-footer-store-search-bar-input:focus, #footer .header-search-bar-input:hover, #footer .header-search-bar-input:focus, #footer .header-footer-store-search-bar-input:hover, #footer .header-footer-store-search-bar-input:focus {
  background-color: white;
  border: 1px solid #004487;
  border-right: none
}

#header .header-search-bar-input:hover+.header-search-bar-button-container>.header-footer-icon-button, #header .header-search-bar-input:focus+.header-search-bar-button-container>.header-footer-icon-button, #header .header-footer-store-search-bar-input:hover+.header-search-bar-button-container>.header-footer-icon-button, #header .header-footer-store-search-bar-input:focus+.header-search-bar-button-container>.header-footer-icon-button, #footer .header-search-bar-input:hover+.header-search-bar-button-container>.header-footer-icon-button, #footer .header-search-bar-input:focus+.header-search-bar-button-container>.header-footer-icon-button, #footer .header-footer-store-search-bar-input:hover+.header-search-bar-button-container>.header-footer-icon-button, #footer .header-footer-store-search-bar-input:focus+.header-search-bar-button-container>.header-footer-icon-button {
  background-color: white;
  border: 1px solid #004487;
  border-left: none
}

#header .header-search-bar-input::-webkit-input-placeholder, #header .header-footer-store-search-bar-input::-webkit-input-placeholder, #footer .header-search-bar-input::-webkit-input-placeholder, #footer .header-footer-store-search-bar-input::-webkit-input-placeholder {
  color: #2a343d
}

#header .header-search-bar-input:-ms-input-placeholder, #header .header-footer-store-search-bar-input:-ms-input-placeholder, #footer .header-search-bar-input:-ms-input-placeholder, #footer .header-footer-store-search-bar-input:-ms-input-placeholder {
  color: #2a343d
}

#header .header-search-bar-input::-ms-input-placeholder, #header .header-footer-store-search-bar-input::-ms-input-placeholder, #footer .header-search-bar-input::-ms-input-placeholder, #footer .header-footer-store-search-bar-input::-ms-input-placeholder {
  color: #2a343d
}

#header .header-search-bar-input::placeholder, #header .header-footer-store-search-bar-input::placeholder, #footer .header-search-bar-input::placeholder, #footer .header-footer-store-search-bar-input::placeholder {
  color: #2a343d
}

#header .header-search-bar-input:hover::-webkit-input-placeholder, #header .header-footer-store-search-bar-input:hover::-webkit-input-placeholder, #footer .header-search-bar-input:hover::-webkit-input-placeholder, #footer .header-footer-store-search-bar-input:hover::-webkit-input-placeholder {
  color: #6d747a
}

#header .header-search-bar-input:hover:-ms-input-placeholder, #header .header-footer-store-search-bar-input:hover:-ms-input-placeholder, #footer .header-search-bar-input:hover:-ms-input-placeholder, #footer .header-footer-store-search-bar-input:hover:-ms-input-placeholder {
  color: #6d747a
}

#header .header-search-bar-input:hover::-ms-input-placeholder, #header .header-footer-store-search-bar-input:hover::-ms-input-placeholder, #footer .header-search-bar-input:hover::-ms-input-placeholder, #footer .header-footer-store-search-bar-input:hover::-ms-input-placeholder {
  color: #6d747a
}

#header .header-search-bar-input:hover::placeholder, #header .header-footer-store-search-bar-input:hover::placeholder, #footer .header-search-bar-input:hover::placeholder, #footer .header-footer-store-search-bar-input:hover::placeholder {
  color: #6d747a
}

#header .header-search-bar-input:active::-webkit-input-placeholder, #header .header-search-bar-input:focus::-webkit-input-placeholder, #header .header-footer-store-search-bar-input:active::-webkit-input-placeholder, #header .header-footer-store-search-bar-input:focus::-webkit-input-placeholder, #footer .header-search-bar-input:active::-webkit-input-placeholder, #footer .header-search-bar-input:focus::-webkit-input-placeholder, #footer .header-footer-store-search-bar-input:active::-webkit-input-placeholder, #footer .header-footer-store-search-bar-input:focus::-webkit-input-placeholder {
  color: #abafb3
}

#header .header-search-bar-input:active:-ms-input-placeholder, #header .header-search-bar-input:focus:-ms-input-placeholder, #header .header-footer-store-search-bar-input:active:-ms-input-placeholder, #header .header-footer-store-search-bar-input:focus:-ms-input-placeholder, #footer .header-search-bar-input:active:-ms-input-placeholder, #footer .header-search-bar-input:focus:-ms-input-placeholder, #footer .header-footer-store-search-bar-input:active:-ms-input-placeholder, #footer .header-footer-store-search-bar-input:focus:-ms-input-placeholder {
  color: #abafb3
}

#header .header-search-bar-input:active::-ms-input-placeholder, #header .header-search-bar-input:focus::-ms-input-placeholder, #header .header-footer-store-search-bar-input:active::-ms-input-placeholder, #header .header-footer-store-search-bar-input:focus::-ms-input-placeholder, #footer .header-search-bar-input:active::-ms-input-placeholder, #footer .header-search-bar-input:focus::-ms-input-placeholder, #footer .header-footer-store-search-bar-input:active::-ms-input-placeholder, #footer .header-footer-store-search-bar-input:focus::-ms-input-placeholder {
  color: #abafb3
}

#header .header-search-bar-input:active::placeholder, #header .header-search-bar-input:focus::placeholder, #header .header-footer-store-search-bar-input:active::placeholder, #header .header-footer-store-search-bar-input:focus::placeholder, #footer .header-search-bar-input:active::placeholder, #footer .header-search-bar-input:focus::placeholder, #footer .header-footer-store-search-bar-input:active::placeholder, #footer .header-footer-store-search-bar-input:focus::placeholder {
  color: #abafb3
}

#header .header-search-bar-input[type=search]::-ms-clear, #header .header-footer-store-search-bar-input[type=search]::-ms-clear, #footer .header-search-bar-input[type=search]::-ms-clear, #footer .header-footer-store-search-bar-input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0
}

#header .header-search-bar-input[type=search]::-ms-reveal, #header .header-footer-store-search-bar-input[type=search]::-ms-reveal, #footer .header-search-bar-input[type=search]::-ms-reveal, #footer .header-footer-store-search-bar-input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}

#header .header-search-bar-input[type="search"]::-webkit-search-decoration, #header .header-search-bar-input[type="search"]::-webkit-search-cancel-button, #header .header-search-bar-input[type="search"]::-webkit-search-results-button, #header .header-search-bar-input[type="search"]::-webkit-search-results-decoration, #header .header-footer-store-search-bar-input[type="search"]::-webkit-search-decoration, #header .header-footer-store-search-bar-input[type="search"]::-webkit-search-cancel-button, #header .header-footer-store-search-bar-input[type="search"]::-webkit-search-results-button, #header .header-footer-store-search-bar-input[type="search"]::-webkit-search-results-decoration, #footer .header-search-bar-input[type="search"]::-webkit-search-decoration, #footer .header-search-bar-input[type="search"]::-webkit-search-cancel-button, #footer .header-search-bar-input[type="search"]::-webkit-search-results-button, #footer .header-search-bar-input[type="search"]::-webkit-search-results-decoration, #footer .header-footer-store-search-bar-input[type="search"]::-webkit-search-decoration, #footer .header-footer-store-search-bar-input[type="search"]::-webkit-search-cancel-button, #footer .header-footer-store-search-bar-input[type="search"]::-webkit-search-results-button, #footer .header-footer-store-search-bar-input[type="search"]::-webkit-search-results-decoration {
  display: none
}

#header .header-search-bar #header-search-button, #header .header-search-bar #header-store-search-button, #header .header-search-bar #footer-store-search-button, #header .header-footer-store-search-bar #header-search-button, #header .header-footer-store-search-bar #header-store-search-button, #header .header-footer-store-search-bar #footer-store-search-button, #footer .header-search-bar #header-search-button, #footer .header-search-bar #header-store-search-button, #footer .header-search-bar #footer-store-search-button, #footer .header-footer-store-search-bar #header-search-button, #footer .header-footer-store-search-bar #header-store-search-button, #footer .header-footer-store-search-bar #footer-store-search-button {
  -webkit-order: 2;
  order: 2;
  padding-left: 8px;
  padding-right: 8px;
  fill: #053361;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

#header .header-search-bar--active .header-search-bar-container, #footer .header-search-bar--active .header-search-bar-container {
  border-color: transparent;
  box-shadow: 0 8px 12px 0 rgba(42, 52, 61, 0.16)
}

#header .header-search-bar--active .header-search-bar-input, #footer .header-search-bar--active .header-search-bar-input {
  border-bottom-left-radius: 0;
  border-bottom: 1px solid transparent
}

#header .header-search-bar--active .header-search-bar-menu-hr, #footer .header-search-bar--active .header-search-bar-menu-hr {
  height: 1px;
  background-color: #c8cacc;
  margin: 0 16px;
  z-index: 751
}

#header .header-search-bar--active #header-search-button, #footer .header-search-bar--active #header-search-button {
  border-bottom-right-radius: 0;
  border-bottom: 1px solid transparent
}

#header .header-search-bar--active .header-footer-menu--open, #footer .header-search-bar--active .header-footer-menu--open {
  visibility: visible;
  opacity: 1
}

#header .header-search-bar .header-footer-menu, #footer .header-search-bar .header-footer-menu {
  border-radius: 8px;
  border: 1px solid #004487;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  z-index: 750
}

@media (max-width: 56.24em) {
  #header .header-search-bar .header-footer-menu, #footer .header-search-bar .header-footer-menu {
    margin-top: 0
  }
  #header .header-search-bar .header-footer-menu-container, #footer .header-search-bar .header-footer-menu-container {
    position: absolute;
    top: 96px;
    left: 16px;
    right: 16px
  }
}

@media (min-width: 56.25em) {
  #header .header-search-bar .header-footer-menu, #footer .header-search-bar .header-footer-menu {
    margin-top: -18px
  }
  #header .header-search-bar .header-footer-menu-container, #footer .header-search-bar .header-footer-menu-container {
    position: absolute;
    top: 145px;
    left: 24px;
    right: 24px
  }
}

@media (max-width: 75em) {
  #header .header-search-bar .header-footer-menu, #footer .header-search-bar .header-footer-menu {
    width: 100%;
    min-width: auto;
    left: 0;
    right: 0;
    max-width: none
  }
}

@media (min-width: 75em) {
  #header .header-search-bar .header-footer-menu, #footer .header-search-bar .header-footer-menu {
    left: 0;
    max-width: none;
    width: 100%
  }
  #header .header-search-bar .header-footer-menu-container, #footer .header-search-bar .header-footer-menu-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: auto
  }
}

#header .header-search-bar .header-footer-menu-list, #footer .header-search-bar .header-footer-menu-list {
  padding-top: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px
}

#header .header-search-bar .header-footer-menu-list-item, #footer .header-search-bar .header-footer-menu-list-item {
  height: 48px
}

#header .header-search-bar .header-footer-menu .header-link, #footer .header-search-bar .header-footer-menu .header-link {
  color: #053361;
  font-size: 16px
}

#header .header-footer-store-search-bar, #footer .header-footer-store-search-bar {
  background-color: white;
  border-radius: 8px;
  font-size: 14px;
  color: #2a343d;
  padding: 16px
}

#header .header-footer-store-search-bar-form, #footer .header-footer-store-search-bar-form {
  padding: 0
}

#header .header-footer-store-search-bar-input, #footer .header-footer-store-search-bar-input {
  font-size: 14px;
  height: 40px;
  padding-left: 8px
}

#header .header-footer-store-search-bar:nth-child(2), #footer .header-footer-store-search-bar:nth-child(2) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

#header .header-footer-store-search-bar #header-store-search-header, #header .header-footer-store-search-bar #footer-store-search-header, #footer .header-footer-store-search-bar #header-store-search-header, #footer .header-footer-store-search-bar #footer-store-search-header {
  color: #1773cf;
  font-size: 12px
}

#header .header-footer-store-search-bar .header-search-bar-button-container, #footer .header-footer-store-search-bar .header-search-bar-button-container {
  height: 40px
}

#header .header-mobile-drawer {
  display: -webkit-flex;
  display: flex;
  pointer-events: auto
}

#header .header-mobile-drawer .header-link {
  padding-right: 16px;
  padding-left: 8px
}

@media (max-width: 56.24em) {
  #header .header-mobile-drawer {
    border-color: transparent;
    box-shadow: 0 8px 12px 0 rgba(42, 52, 61, 0.16);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    top: 0;
    left: 0;
    right: auto;
    visibility: hidden;
    position: fixed;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(-280px);
    transform: translate(-280px);
    width: 280px;
    max-width: 280px;
    height: 100%;
    z-index: 763;
    background-color: white
  }
  #header .header-mobile-drawer .header-mobile-drawer-header {
    display: block
  }
  #header .header-mobile-drawer .header-mobile-drawer-header .header-footer-icon-button {
    height: 48px;
    float: right;
    background-color: transparent
  }
  #header .header-mobile-drawer .header-mobile-drawer-body {
    display: block;
    overflow-y: scroll
  }
  #header .header-mobile-drawer .header-mobile-drawer-body .header-link, #header .header-mobile-drawer .header-mobile-drawer-body .header-footer-icon-button {
    padding: 12px 0 12px 16px;
    display: block;
    line-height: normal
  }
}

#header .header-mobile-drawer-container {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0
}

@media (min-width: 56.25em) {
  #header .header-mobile-drawer-container {
    height: auto;
    width: auto;
    position: relative
  }
}

#header .header-mobile-drawer-scrim {
  display: block;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 762;
  background-color: rgba(0, 0, 0, 0.32)
}

#header .header-mobile-drawer-header {
  height: 48px;
  border-bottom: 1px solid #f0f1f2;
  display: none;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 16px
}

#header .header-mobile-drawer-body {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

#header .header-mobile-drawer.header-footer-menu--open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible
}

#header .header-mobile-drawer.header-footer-menu--open+.header-mobile-drawer-scrim {
  pointer-events: auto;
  opacity: 1
}

#header .header-footer-my-store-details, #footer .header-footer-my-store-details {
  background-color: white;
  padding: 0 16px 0;
  color: #2a343d;
  line-height: 24px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px
}

#header .header-footer-my-store-details-phone-link, #header .header-footer-my-store-details-link, #header .header-footer-my-store-details-inventory-link, #footer .header-footer-my-store-details-phone-link, #footer .header-footer-my-store-details-link, #footer .header-footer-my-store-details-inventory-link {
  color: #1773cf
}

#header .header-footer-my-store-details-phone-link, #header .header-footer-my-store-details-address, #header .header-footer-my-store-details-inventory-link, #header .header-footer-my-store-details-link, #header .header-footer-my-store-details-hours-list-item, #footer .header-footer-my-store-details-phone-link, #footer .header-footer-my-store-details-address, #footer .header-footer-my-store-details-inventory-link, #footer .header-footer-my-store-details-link, #footer .header-footer-my-store-details-hours-list-item {
  font-size: 14px
}

#header .header-footer-my-store-details-header, #header .header-footer-my-store-details-hours-header, #footer .header-footer-my-store-details-header, #footer .header-footer-my-store-details-hours-header {
  font-size: 12px;
  color: #6d747a
}

#header .header-footer-my-store-details-store-name, #footer .header-footer-my-store-details-store-name {
  font-family: CarMaxSharpSansDisp-Bold, Frutiger, â€˜Frutiger Linotypeâ€™, Univers, Calibri, â€˜Gill Sansâ€™, â€˜Gill Sans MTâ€™, â€˜Myriad Proâ€™, Myriad, â€˜DejaVu Sans Condensedâ€™, â€˜Liberation Sansâ€™, â€˜Nimbus Sans Lâ€™, Tahoma, Geneva, â€˜Helvetica Neueâ€™, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #053361;
  font-weight: 700;
  letter-spacing: .25px;
  padding-bottom: 8px
}

#header .header-footer-my-store-details-hours-list-item, #header .header-footer-my-store-details-link, #footer .header-footer-my-store-details-hours-list-item, #footer .header-footer-my-store-details-link {
  display: block
}

#header .header-footer-my-store-details-header, #footer .header-footer-my-store-details-header {
  padding-top: 16px
}

#header .header-footer-my-store-details-hours, #footer .header-footer-my-store-details-hours {
  line-height: 20px
}

#header .header-footer-my-store-details-link, #footer .header-footer-my-store-details-link {
  padding-bottom: 16px
}

#header .header-footer-my-store-details-phone-link, #footer .header-footer-my-store-details-phone-link {
  display: block;
  padding-bottom: 16px
}

#header .header-footer-my-store-details-address, #footer .header-footer-my-store-details-address {
  padding-bottom: 8px
}

#header .header-footer-my-store-details-link, #header .header-footer-my-store-details-inventory-link, #footer .header-footer-my-store-details-link, #footer .header-footer-my-store-details-inventory-link {
  text-decoration: none;
  text-transform: uppercase
}

#header .header-footer-my-store-details-inventory-link, #footer .header-footer-my-store-details-inventory-link {
  height: 48px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #1773cf;
  border-radius: 8px;
  margin-bottom: 16px
}

#header .header-footer-my-store-details-info-section, #footer .header-footer-my-store-details-info-section {
  font-size: 16px;
  margin-bottom: 16px
}

#header .header-footer-my-store-details-store-status, #footer .header-footer-my-store-details-store-status {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 16px
}

#header .header-footer-my-store-details-store-status-text, #footer .header-footer-my-store-details-store-status-text {
  color: #e01f1f
}

#header .header-footer-my-store-details-store-status-text--open, #footer .header-footer-my-store-details-store-status-text--open {
  color: #28820a
}

#header .header-footer-my-store-details-store-status a, #footer .header-footer-my-store-details-store-status a {
  color: inherit !important
}

#header .header-footer-my-store-details+.header-footer-store-search-bar, #footer .header-footer-my-store-details+.header-footer-store-search-bar {
  border-top: 1px solid #f0f1f2
}

#header .header-footer-my-store-details+.header-footer-store-search-bar #header-store-search-header, #header .header-footer-my-store-details+.header-footer-store-search-bar #footer-store-search-header, #footer .header-footer-my-store-details+.header-footer-store-search-bar #header-store-search-header, #footer .header-footer-my-store-details+.header-footer-store-search-bar #footer-store-search-header {
  color: #6d747a
}

body {
  cursor: pointer
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body {
    cursor: auto
  }
}

@media (hover: hover) {
  body {
    cursor: auto
  }
}

#header {
  background-color: white;
  font-family: Lato, Corbel, â€˜Lucida Grandeâ€™, â€˜Lucida Sans Unicodeâ€™, â€˜DejaVu Sansâ€™, â€˜Bitstream Vera Sansâ€™, â€˜Liberation Sansâ€™, Verdana, â€˜Verdana Refâ€™, sans-serif;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 740;
  border-color: transparent;
  box-shadow: 0 4px 8px 0 rgba(42, 52, 61, 0.16)
}

@media (max-width: 37.49em) {
  #header .mobile-hidden {
    display: none !important
  }
}

@media (min-width: 37.5em) and (max-width: 56.24em) {
  #header .tablet-hidden {
    display: none !important
  }
}

@media (min-width: 56.25em) {
  #header .desktop-hidden {
    display: none !important
  }
}

#header .hidden {
  display: none !important
}

#header .header-link {
  text-decoration: none;
  color: inherit
}

#header .header-link:focus {
  outline-color: #1773cf;
  outline-style: auto;
  outline-width: medium;
  outline-width: initial
}

@supports (-ms-ime-align: auto) {
  #header .header-link:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #header .header-link:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

#header .header-nav {
  max-width: 1200px;
  height: 80px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: white;
  padding: 0 32px 0
}

@media (max-width: 56.24em) {
  #header .header-nav {
    height: 48px;
    padding: 0 16px 0
  }
}

@media (min-width: 79em) {
  #header .header-nav {
    padding: 0
  }
}

#header .header-nav-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

@media (min-width: 56.25em) {
  #header .header-nav-right {
    position: relative
  }
}

#header .header-nav-right .header-footer-icon-button {
  padding-left: 8px
}

#header .header-nav-right #header-saved-cars-button .header-footer-icon {
  padding: 8px;
  border-radius: 40px
}

#header .header-nav-right #header-saved-cars-button.visible {
  display: -webkit-flex;
  display: flex
}

#header .header-nav-right .header-footer-menu-container {
  top: 0;
  left: 0;
  right: 0;
  position: relative
}

#header .header-nav-right .header-my-store-section, #header .header-nav-right .header-my-profile-section {
  display: -webkit-flex;
  display: flex
}

#header .header-nav-right .header-my-store-section-no-store #header-my-store-menu {
  margin-top: 50px
}

#header .header-nav-right #header-my-store-menu {
  width: 360px;
  margin-top: 48px
}

@media (min-width: 37.5em) {
  #header .header-nav-right #header-my-store-menu {
    margin-top: 38px
  }
}

#header .header-nav-right #header-my-profile-menu {
  margin-top: 48px
}

#header .header-nav-right #header-my-store-menu .header-footer-menu-list, #header .header-nav-right #header-my-profile-menu .header-footer-menu-list {
  border-radius: 8px
}

#header .header-nav-right #header-my-store-menu.header-footer-menu--open, #header .header-nav-right #header-my-profile-menu.header-footer-menu--open {
  visibility: visible;
  opacity: 1
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #header .header-nav-right #header-my-store-menu:hover, #header .header-nav-right #header-my-profile-menu:hover {
    visibility: visible;
    opacity: 1
  }
}

@media (hover: hover) and (pointer: fine) {
  #header .header-nav-right #header-my-store-menu:hover, #header .header-nav-right #header-my-profile-menu:hover {
    visibility: visible;
    opacity: 1
  }
}

#header .header-nav-right #header-my-profile-button .header-footer-icon {
  padding: 8px;
  border-radius: 40px
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #header .header-nav-right #header-my-profile-button:hover+.header-footer-menu-container>.header-footer-menu {
    visibility: visible;
    opacity: 1
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 56.24em), screen and (-ms-high-contrast: none) and (max-width: 56.24em) {
  #header .header-nav-right #header-my-profile-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 155px;
    top: 30px;
    right: 0;
    position: absolute;
    z-index: 761
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 56.25em), screen and (-ms-high-contrast: none) and (min-width: 56.25em) {
  #header .header-nav-right #header-my-profile-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 155px;
    top: 30px;
    right: 0;
    position: absolute;
    z-index: 761
  }
}

@media (hover: hover) and (pointer: fine) {
  #header .header-nav-right #header-my-profile-button:hover+.header-footer-menu-container>.header-footer-menu {
    visibility: visible;
    opacity: 1
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 56.24em) {
  #header .header-nav-right #header-my-profile-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 155px;
    top: 30px;
    right: 0;
    position: absolute;
    z-index: 761
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 56.25em) {
  #header .header-nav-right #header-my-profile-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 155px;
    top: 30px;
    right: 0;
    position: absolute;
    z-index: 761
  }
}

#header .header-nav-right #header-my-store-button {
  height: 40px
}

#header .header-nav-right #header-my-store-button .header-footer-icon {
  padding: 8px;
  border-radius: 40px;
  display: block
}

@media (min-width: 37.5em) {
  #header .header-nav-right #header-my-store-button .header-footer-icon:not(.visible) {
    display: none
  }
}

#header .header-nav-right #header-my-store-button.header-my-store-button-alert .header-alert-info-icon {
  fill: #e01f1f
}

@media (min-width: 37.5em) {
  #header .header-nav-right #header-my-store-button.header-my-store-button-alert .header-alert-info-icon-container {
    margin-right: 8px
  }
}

#header .header-nav-right #header-my-store-button.header-my-store-button-alert .header-footer-icon:first-of-type {
  padding: 0;
  border-radius: 0;
  width: 40px;
  height: 24px
}

#header .header-nav-right #header-my-store-button.header-my-store-button-alert .header-footer-icon:first-of-type .header-footer-location-icon-alert-circle {
  fill: #e01f1f
}

#header .header-nav-right #header-my-store-button:focus {
  outline-color: #1773cf;
  outline-style: auto;
  outline-width: medium;
  outline-width: initial
}

@supports (-ms-ime-align: auto) {
  #header .header-nav-right #header-my-store-button:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #header .header-nav-right #header-my-store-button:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #header .header-nav-right #header-my-store-button:hover+.header-footer-menu-container>.header-footer-menu {
    visibility: visible;
    opacity: 1
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 37.49em), screen and (-ms-high-contrast: none) and (max-width: 37.49em) {
  #header .header-nav-right #header-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 200px;
    top: 30px;
    right: 48px;
    position: absolute;
    z-index: 761
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 37.5em), screen and (-ms-high-contrast: none) and (min-width: 37.5em) {
  #header .header-nav-right #header-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 28px;
    width: 200px;
    top: 28px;
    right: 48px;
    position: absolute;
    z-index: 761
  }
}

@media (hover: hover) and (pointer: fine) {
  #header .header-nav-right #header-my-store-button:hover+.header-footer-menu-container>.header-footer-menu {
    visibility: visible;
    opacity: 1
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 37.49em) {
  #header .header-nav-right #header-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 200px;
    top: 30px;
    right: 48px;
    position: absolute;
    z-index: 761
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 37.5em) {
  #header .header-nav-right #header-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 28px;
    width: 200px;
    top: 28px;
    right: 48px;
    position: absolute;
    z-index: 761
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 56.24em), screen and (-ms-high-contrast: none) and (max-width: 56.24em) {
  #header .header-nav-right--logged-in #header-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 200px;
    top: 30px;
    right: 96px;
    position: absolute;
    z-index: 761
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 56.25em), screen and (-ms-high-contrast: none) and (min-width: 56.25em) {
  #header .header-nav-right--logged-in #header-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 200px;
    top: 28px;
    right: 96px;
    position: absolute;
    z-index: 761
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 56.24em) {
  #header .header-nav-right--logged-in #header-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 200px;
    top: 30px;
    right: 96px;
    position: absolute;
    z-index: 761
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 56.25em) {
  #header .header-nav-right--logged-in #header-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 200px;
    top: 28px;
    right: 96px;
    position: absolute;
    z-index: 761
  }
}

@media (max-width: 29.0625em) {
  #header .header-nav-right #header-my-store-button+.header-footer-menu-container {
    position: absolute;
    margin-left: 16px;
    margin-right: 16px
  }
  #header .header-nav-right #header-my-store-button+.header-footer-menu-container #header-my-store-menu {
    width: 100%;
    min-width: auto;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: none
  }
}

@media (min-width: 29.0625em) {
  #header .header-nav-right #header-my-store-button+.header-footer-menu-container {
    position: relative
  }
}

#header .header-nav-right #header-my-store-button-text {
  margin-right: 8px
}

#header .header-nav-right #header-my-store-button-text, #header .header-nav-right .header-footer-icon--secondary {
  display: none
}

@media (min-width: 37.5em) {
  #header .header-nav-right #header-my-store-button-text, #header .header-nav-right .header-footer-icon--secondary {
    display: block
  }
}

#header .header-nav-left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

@media (max-width: 56.24em) {
  #header .header-nav-left .header-main-logo {
    width: 105px;
    height: 24px
  }
}

#header .header-nav-left .header-link {
  padding-right: 16px;
  border-radius: 3px;
}

#header .header-nav-left #header-mobile-nav-button {
  padding-right: 16px
}

#header .header-nav-left #header-mobile-nav-button:focus, #header .header-nav-left #header-close-mobile-drawer-button:focus {
  outline-color: #1773cf;
  outline-style: auto;
  outline-width: medium;
  outline-width: initial
}

@supports (-ms-ime-align: auto) {
  #header .header-nav-left #header-mobile-nav-button:focus, #header .header-nav-left #header-close-mobile-drawer-button:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #header .header-nav-left #header-mobile-nav-button:focus, #header .header-nav-left #header-close-mobile-drawer-button:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

#header .header-nav-left #header-helpful-links-menu .header-footer-menu-list {
  border-radius: 8px
}

#header .header-nav-left #header-helpful-links-menu.header-footer-menu--open {
  visibility: visible;
  opacity: 1
}

@media (max-width: 56.24em) {
  #header .header-nav-left #header-helpful-links-menu {
    position: relative;
    margin-top: 0;
    box-shadow: none;
    padding-left: 24px
  }
}

@media (min-width: 56.25em) {
  #header .header-nav-left #header-helpful-links-menu {
    margin-top: 16px
  }
}

@media screen and (min-width: 56.25em) and (-ms-high-contrast: active), screen and (min-width: 56.25em) and (-ms-high-contrast: none) {
  #header .header-nav-left #header-helpful-links-menu:hover {
    visibility: visible;
    opacity: 1
  }
}

@media (min-width: 56.25em) and (hover: hover) and (pointer: fine) {
  #header .header-nav-left #header-helpful-links-menu:hover {
    visibility: visible;
    opacity: 1
  }
}

#header .header-nav-left #header-helpful-links-button {
  margin-left: 2px
}

#header .header-nav-left #header-helpful-links-button .header-helpful-links-title {
  padding-right: 8px
}

#header .header-nav-left #header-helpful-links-button:focus {
  outline-color: #1773cf;
  outline-style: auto;
  outline-width: medium;
  outline-width: initial
}

@supports (-ms-ime-align: auto) {
  #header .header-nav-left #header-helpful-links-button:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #header .header-nav-left #header-helpful-links-button:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

@media (max-width: 56.24em) {
  #header .header-nav-left #header-helpful-links-button {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    padding-right: 16px
  }
  #header .header-nav-left #header-helpful-links-button.focus .header-helpful-links-button-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

@media screen and (min-width: 56.25em) and (-ms-high-contrast: active), screen and (min-width: 56.25em) and (-ms-high-contrast: none) {
  #header .header-nav-left #header-helpful-links-button:hover+.header-footer-menu-container>.header-footer-menu {
    visibility: visible;
    opacity: 1
  }
  #header .header-nav-left #header-helpful-links-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 155px;
    top: 16px;
    right: 0;
    position: absolute;
    z-index: 761
  }
}

@media (min-width: 56.25em) and (hover: hover) and (pointer: fine) {
  #header .header-nav-left #header-helpful-links-button:hover+.header-footer-menu-container>.header-footer-menu {
    visibility: visible;
    opacity: 1
  }
  #header .header-nav-left #header-helpful-links-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 155px;
    top: 16px;
    right: 0;
    position: absolute;
    z-index: 761
  }
}

#footer {
  background: linear-gradient(225deg, #0559ad 0%, #1773cf 100%);
  font-family: Lato, Corbel, â€˜Lucida Grandeâ€™, â€˜Lucida Sans Unicodeâ€™, â€˜DejaVu Sansâ€™, â€˜Bitstream Vera Sansâ€™, â€˜Liberation Sansâ€™, Verdana, â€˜Verdana Refâ€™, sans-serif;
  font-size: 16px;
  color: white;
  position: relative
}

@media (max-width: 37.49em) {
  #footer .mobile-hidden {
    display: none !important
  }
}

@media (min-width: 37.5em) and (max-width: 56.24em) {
  #footer .tablet-hidden {
    display: none !important
  }
}

@media (min-width: 56.25em) {
  #footer .desktop-hidden {
    display: none !important
  }
}

#footer .hidden {
  display: none !important
}

#footer .footer {
  padding: 0 32px;
  max-width: 1200px;
  margin: auto
}

#footer .footer-link {
  text-decoration: none;
  color: #fff
}

#footer .footer-link:focus {
  outline-color: #fff;
  outline-style: auto;
  outline-width: medium;
  outline-width: initial
}

@supports (-ms-ime-align: auto) {
  #footer .footer-link:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #footer .footer-link:focus {
    outline-style: solid;
    outline-width: 1px
  }
}

@media (max-width: 56.24em) {
  #footer .footer {
    padding: 0 16px
  }
}

@media (min-width: 79em) {
  #footer .footer {
    padding: 0
  }
}

#footer .footer .header-footer-icon-button:not(#footer-store-search-button) {
  background-color: transparent
}

#footer .footer .header-footer-icon-button:not(#footer-store-search-button):focus, #footer .footer .header-footer-icon-button:not(#footer-store-search-button).focus {
  outline-color: #fff;
  outline-style: auto;
  outline-width: medium;
  outline-width: initial
}

@supports (-ms-ime-align: auto) {
  #footer .footer .header-footer-icon-button:not(#footer-store-search-button):focus, #footer .footer .header-footer-icon-button:not(#footer-store-search-button).focus {
    outline-style: solid;
    outline-width: 1px
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #footer .footer .header-footer-icon-button:not(#footer-store-search-button):focus, #footer .footer .header-footer-icon-button:not(#footer-store-search-button).focus {
    outline-style: solid;
    outline-width: 1px
  }
}

#footer .footer .header-footer-icon:hover {
  background-color: transparent
}

#footer .footer .header-footer-menu-container {
  top: 0;
  left: 0;
  right: 0;
  position: relative
}

#footer .footer-social-section {
  height: 80px;
  -webkit-order: 1;
  order: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 45%;
  flex: 0 0 45%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

#footer .footer-social-section .footer-link:nth-child(1) {
  margin-right: 24px
}

#footer .footer-social-section .footer-link:nth-child(2) {
  margin-right: 16px
}

@media (max-width: 56.24em) {
  #footer .footer-social-section {
    height: auto;
    margin-bottom: 16px
  }
}

#footer .footer-my-store-section {
  position: relative;
  height: 80px;
  -webkit-order: 2;
  order: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 55%;
  flex: 0 0 55%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 14px
}

#footer .footer-my-store-section #footer-my-store-menu {
  color: #053361;
  width: 360px;
  bottom: 0;
  margin-bottom: 16px
}

#footer .footer-my-store-section #footer-my-store-menu.header-footer-menu--open {
  visibility: visible;
  opacity: 1
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #footer .footer-my-store-section #footer-my-store-menu:hover {
    visibility: visible;
    opacity: 1
  }
}

@media (hover: hover) and (pointer: fine) {
  #footer .footer-my-store-section #footer-my-store-menu:hover {
    visibility: visible;
    opacity: 1
  }
}

#footer .footer-my-store-section #footer-my-store-button .header-footer-icon {
  fill: white;
  padding: 0
}

#footer .footer-my-store-section #footer-my-store-button .header-footer-icon:nth-child(1) {
  margin-right: 8px
}

#footer .footer-my-store-section #footer-my-store-button.footer-my-store-button-alert .header-footer-icon:first-of-type {
  width: 24px;
  height: 25px;
  border-radius: 0
}

#footer .footer-my-store-section #footer-my-store-button.footer-my-store-button-alert .header-footer-icon:first-of-type .header-footer-location-icon-alert-circle {
  fill: #e01f1f
}

#footer .footer-my-store-section #footer-my-store-button #footer-my-store-button-text {
  margin-right: 8px
}

@media (max-width: 56.24em) {
  #footer .footer-my-store-section #footer-my-store-button {
    height: 48px
  }
}

@media (max-width: 56.24em) {
  #footer .footer-my-store-section #footer-my-store-button+.header-footer-menu-container {
    position: absolute
  }
  #footer .footer-my-store-section #footer-my-store-button+.header-footer-menu-container #footer-my-store-menu {
    width: 100%;
    min-width: auto;
    left: 0;
    margin-bottom: -8px
  }
}

@media (min-width: 56.25em) {
  #footer .footer-my-store-section #footer-my-store-button+.header-footer-menu-container {
    position: relative
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #footer .footer-my-store-section #footer-my-store-button:hover+.header-footer-menu-container>.header-footer-menu {
    visibility: visible;
    opacity: 1
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 56.24em), screen and (-ms-high-contrast: none) and (max-width: 56.24em) {
  #footer .footer-my-store-section #footer-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 200px;
    top: 0;
    right: auto;
    position: absolute;
    z-index: 761
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 56.25em), screen and (-ms-high-contrast: none) and (min-width: 56.25em) {
  #footer .footer-my-store-section #footer-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 200px;
    top: 12px;
    right: 128px;
    position: absolute;
    z-index: 761
  }
}

@media (hover: hover) and (pointer: fine) {
  #footer .footer-my-store-section #footer-my-store-button:hover+.header-footer-menu-container>.header-footer-menu {
    visibility: visible;
    opacity: 1
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 56.24em) {
  #footer .footer-my-store-section #footer-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 200px;
    top: 0;
    right: auto;
    position: absolute;
    z-index: 761
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 56.25em) {
  #footer .footer-my-store-section #footer-my-store-button:hover::before {
    background: transparent;
    border-radius: 0;
    content: "";
    display: block;
    height: 22px;
    width: 200px;
    top: 12px;
    right: 128px;
    position: absolute;
    z-index: 761
  }
}

#footer .footer-my-store-section #footer-call-store-button {
  margin-left: 32px;
  text-decoration: none
}

#footer .footer-my-store-section #footer-call-store-button .header-footer-icon {
  fill: white;
  padding: 0
}

#footer .footer-my-store-section #footer-call-store-button .header-footer-icon:nth-child(1) {
  margin-right: 8px
}

@media (max-width: 56.24em) {
  #footer .footer-my-store-section {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 48px;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

#footer .footer-section-divider {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-order: 3;
  order: 3;
  margin-bottom: 32px
}

#footer .footer-section-divider::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: 1px;
  opacity: .2;
  border-top: 2px solid #4094e3
}

#footer .footer-primary-navigation {
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-order: 4;
  order: 4;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 56px
}

#footer .footer-primary-navigation-section-header {
  font-family: CarMaxSharpSansDisp-Bold, Frutiger, â€˜Frutiger Linotypeâ€™, Univers, Calibri, â€˜Gill Sansâ€™, â€˜Gill Sans MTâ€™, â€˜Myriad Proâ€™, Myriad, â€˜DejaVu Sans Condensedâ€™, â€˜Liberation Sansâ€™, â€˜Nimbus Sans Lâ€™, Tahoma, Geneva, â€˜Helvetica Neueâ€™, Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin: 0 0 8px 0;
  letter-spacing: .5px
}

#footer .footer-primary-navigation-section {
  min-width: 145px
}

#footer .footer-primary-navigation-section-list-item {
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0
}

#footer .footer-primary-navigation-section-list .footer-link {
  font-size: 14px
}

@media (max-width: 56.24em) {
  #footer .footer-primary-navigation {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
  }
  #footer .footer-primary-navigation-section {
    margin-bottom: 16px
  }
}

@media (min-width: 56.25em) {
  #footer .footer-primary-navigation-section:not(:last-of-type) {
    padding-right: 8px
  }
}

#footer .footer-secondary-navigation {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-order: 5;
  order: 5;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 12px;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

#footer .footer-secondary-navigation-divider {
  padding: 0 16px
}

#footer .footer-secondary-navigation #oo-feedback-footer a {
  text-decoration: none;
  color: inherit
}

@media (max-width: 56.24em) {
  #footer .footer-secondary-navigation {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
  }
  #footer .footer-secondary-navigation .footer-link {
    margin-bottom: 8px
  }
  #footer .footer-secondary-navigation-divider {
    display: none
  }
}

@media (min-width: 56.25em) {
  #footer .footer-secondary-navigation {
    line-height: 24px
  }
}

#footer .footer-copyright {
  text-align: center;
  -webkit-order: 6;
  order: 6;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 12px;
  margin-bottom: 24px
}

@media (max-width: 56.24em) {
  #footer .footer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
  #footer .footer-social-section {
    -webkit-order: 4;
    order: 4
  }
  #footer .footer-store-section {
    -webkit-order: 1;
    order: 1
  }
  #footer .footer-horizontal-rule {
    -webkit-order: 2;
    order: 2
  }
  #footer .footer-primary-navigation {
    -webkit-order: 3;
    order: 3
  }
  #footer .footer-secondary-navigation {
    -webkit-order: 5;
    order: 5
  }
}

@media (min-width: 56.25em) {
  #footer .footer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

/*# sourceMappingURL=main.css.map*/