/*
    Main stylesheet for College Hills Honda. Adds to the ReadyTheme Shadows styling
  
*/
/**
 ** Reset a few values from the theme to match design 
 **/
.o-site-wrapper, .o-wrapper, t-site-header__masthead, .x-fasten-header {
  max-width: 128rem; }

button, input, html, select, textarea {
  letter-spacing: 0; }

.x-transfigure-navigation .c-navigation__link {
  font-weight: 600;
  padding-left: 0;
  font-size: 1rem;
  padding-bottom: calc(0.5em - 2px); }

.t-site-header, .t-site-navigation, .o-layout {
  margin: 0;
  border-bottom: 0; }

#fasten_header, .x-fasten-header {
  width: 100%; }

.c-button {
  border-radius: 0; }

.apple-pay-button {
  border-radius: 0px !important;
  height: auto; }

/** @SEE fonts.css for font files used **/
/**
 ** Buttons/Icons/Sprites/other utilities - use the Theme as a baseline. Keep these at the top so we can override specific styles later
 **/
/** Utility styles **/
.u-height-fill {
  height: 100%; }

.u-width-fill {
  width: 100%; }

.u-narrow-line {
  line-height: 1; }

.u-text-capitalize {
  text-transform: capitalize; }

.u-text-nowrap {
  white-space: nowrap; }

.u-font-museo {
  font-family: "Museo Sans", sans-serif; }

.u-font-bodoni {
  /* Design calls for Bodoni 72 ITC if we ever get access to it */
  font-family: "Bodoni"; }

.u-font-nunito {
  font-family: "Nunito Sans"; }

.u-bg-custom-red {
  background-color: #d70708; }

.u-bg-medium-gray {
  background-color: #6d6d6d; }

.u-bg-darker-gray {
  background-color: #191818; }

.u-bg-custom-gray {
  background-color: #2d2d2d; }

.u-bg-hash {
  background-image: url("../images/bg_hash_line.png");
  background-repeat: repeat-x; }
  @media (max-width: 59.99em) {
    .u-bg-hash {
      background-image: url("../images/bg_hash_line_768_min.png"); } }

.u-bg-dark-noise {
  background-image: url("../images/bg_tall_min.png");
  background-repeat: repeat-x; }

.u-color-custom-yellow {
  color: #ffe600; }

.u-color-custom-red {
  color: #d70708; }

.u-color-gray {
  color: gray; }

.u-link-red--hover:hover, .u-link-red--hover:focus, .u-link-red--hover:active {
  color: #d70708; }

.c-button:hover.u-bg-custom-red, .c-button:active.u-bg-custom-red, .c-button:focus.u-bg-custom-red {
  color: #000; }

.c-button-large {
  height: 3.875rem; }

.u-inline-table {
  display: inline-table; }

/* Hide the after content for pre-loading */
[class*=" u-icon-"].u-preload-icon::after, [class^="u-icon-"].u-preload-icon::after {
  width: 0;
  height: 0;
  visibility: hidden;
  display: inline-block; }

.u-icon-user::before {
  content: url("../images/icons/account_icon.png"); }

.u-icon-instagram::before {
  content: url("../images/icons/insta_icon.png"); }
.u-icon-instagram::after, .u-icon-instagram:hover::before, .u-icon-instagram:active::before, .u-icon-instagram:focus::before {
  content: url("../images/icons/insta_icon_hover.png"); }

.u-icon-facebook::before {
  content: url("../images/icons/facebook_icon.png"); }
.u-icon-facebook::after, .u-icon-facebook:hover::before, .u-icon-facebook:active::before, .u-icon-facebook:focus::before {
  content: url("../images/icons/facebook_icon_hover.png"); }

.u-icon-twitter::before {
  content: url("../images/icons/twitter_icon.png"); }
.u-icon-twitter::after, .u-icon-twitter:hover::before, .u-icon-twitter:active::before, .u-icon-twitter:focus::before {
  content: url("../images/icons/twitter_icon_hover.png"); }

.u-icon-pinterest::before {
  content: url("../images/icons/pinterest_icon.png"); }
.u-icon-pinterest::after, .u-icon-pinterest:hover::before, .u-icon-pinterest:active::before, .u-icon-pinterest:focus::before {
  content: url("../images/icons/pinterest_icon_hover.png"); }

.u-icon-youtube::before {
  content: url("../images/icons/youtube_icon.png"); }
.u-icon-youtube::after, .u-icon-youtube:hover::before, .u-icon-youtube:active::before, .u-icon-youtube:focus::before {
  content: url("../images/icons/youtube_icon_hover.png"); }

.u-icon-google-business::before {
  content: url("../images/icons/google_business_icon.png"); }
.u-icon-google-business::after, .u-icon-google-business:hover::before, .u-icon-google-business:active::before, .u-icon-google-business:focus::before {
  content: url("../images/icons/google_business_icon_hover.png"); }

/* Additional styles for svg images */
.u-icon-vector {
  display: initial;
  fill: currentColor;
  stroke: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  overflow: hidden;
  stroke-width: 3%; }

/*    Main wrapper - @TODO clean this up later */
body, .o-site-wrapper {
  max-width: 2048px;
  font-family: "Open Sans", sans-serif; }

/** 
 ** Global Header
 **/
/** Fasten Header **/
#fasten_header > .t-site-header__masthead {
  background-image: url("../images/bg_tall_min.png");
  background-repeat: repeat-x;
  padding: 0;
  height: 4.125rem; }
  #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header {
    width: calc(100% / 1600 * 1020);
    padding-left: 3.75rem; }
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__link {
      color: white;
      background-color: transparent;
      padding: 0 0.5rem;
      font-size: 0.875rem;
      line-height: 2.143; }
      #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__link .c-navigation__link-text {
        border-bottom-color: transparent; }
      #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__link .c-navigation__link-text:hover {
        border-bottom-color: #d70708; }
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__mega-menu:not(.c-navigation__mega-menu--modified) > .c-navigation__list {
      line-height: 1;
      font-size: 1.3rem;
      font-weight: 600; }
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__mega-menu.c-navigation__mega-menu--modified > .c-navigation__list > .c-navigation__row > .c-navigation__list .c-navigation__link-text {
      line-height: 1.4; }
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .t-site-navigation__wrap, #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .x-transfigure-navigation__content {
      margin: 0 auto;
      padding: 0; }
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__mega-menu {
      background-position: left 1.0625rem, calc((100% / 1600 * 438) * 1.23) 1.0625rem, right 1.0625rem;
      background-size: calc(100% / 1600 * 438) calc(100% - 1.0625rem), calc(100% / 1600 * 300) calc(100% - 1.0625rem), calc(100% / 1600 * 862); }
      #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__mega-menu .c-navigation__menu-buffer {
        height: 1.0625rem; }
        #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__mega-menu .c-navigation__menu-buffer a {
          top: 1.0625rem; }
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4, #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__row--level5, #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded), #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__row--embedded .c-navigation__row--level4 {
      margin-top: 1.0625rem;
      /* height: 69.1875rem; */
      height: 47.0625rem; }
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__mega-menu--modified {
      background-position: left 1.0625rem, right 1.0625rem;
      background-size: calc(100% / 1600 * 438) calc(100% - 1.0625rem), calc(100% / 1600 * 1162); }
      #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__mega-menu--modified .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4, #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__mega-menu--modified .c-navigation__row--level5, #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__mega-menu--modified .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded), #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__mega-menu--modified .c-navigation__row--embedded .c-navigation__row--level4 {
        height: 47.0625rem; }
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .c-navigation__menu-background {
      /* background-position: left 1.0625rem; */
      /* background-size: 100% calc(100% - 1.0625rem); */
      background-position: left 1.0625rem, right 1.0625rem;
      background-size: calc(100% / 1600 * 438) calc(100% - 1.0625rem), calc(100% / 1600 * 1162) calc(100% - 1.0625rem); }
  #fasten_header > .t-site-header__masthead > .t-site-header__search {
    width: calc(100% / 1600 * 580);
    flex-basis: unset;
    margin: 0;
    padding-right: 6.375rem;
    padding-left: 1.25rem; }
    #fasten_header > .t-site-header__masthead > .t-site-header__search .t-site-header__search-btn {
      padding: 0.8125rem; }
    #fasten_header > .t-site-header__masthead > .t-site-header__search .t-site-header__search-form {
      border: none;
      margin: 0; }
  @media (max-width: 1449px) {
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header {
      width: calc(100% / 1600 * 1068);
      padding-left: 1.75rem; }
    #fasten_header > .t-site-header__masthead > .t-site-header__search {
      width: calc(100% / 1600 * 532);
      padding-right: 3.375rem; } }
  @media (max-width: 1339px) {
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header {
      width: calc(100% / 1600 * 1100);
      padding-left: 0.5rem; }
    #fasten_header > .t-site-header__masthead > .t-site-header__search {
      width: calc(100% / 1600 * 500);
      padding-right: 1.375rem; }
      #fasten_header > .t-site-header__masthead > .t-site-header__search .t-site-header__search-btn {
        padding: 0.75rem; } }
  @media (max-width: 1269px) {
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header {
      width: calc(100% / 1600 * 1200);
      padding-left: 0.25rem; }
      #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__link {
        padding: 0 0.25rem; }
    #fasten_header > .t-site-header__masthead > .t-site-header__search {
      width: calc(100% / 1600 * 400);
      padding-right: 0.5rem;
      padding-left: 0.25rem; }
      #fasten_header > .t-site-header__masthead > .t-site-header__search .t-site-header__search-btn {
        padding: 0.5rem; }
      #fasten_header > .t-site-header__masthead > .t-site-header__search .c-form-input {
        padding: 0 calc(0.5rem - 1px);
        font-size: 0.75rem; } }
@media (max-width: 1099px) and (min-width: 48em) {
  #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header {
    width: calc(100% / 1600 * 1100); }
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .x-transfigure-navigation__row > .c-navigation__list:last-of-type {
      display: none; }
  #fasten_header > .t-site-header__masthead > .t-site-header__search {
    width: calc(100% / 1600 * 500); } }

  @media (max-width: 59.99em) {
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__link {
      font-size: 0.6875rem; } }
  @media (max-width: 47.99em) {
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header {
      width: calc(100% / 1600 * 600);
      margin-left: 0; }
      #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .t-site-header__menu {
        padding-left: 0.75rem; }
        #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .t-site-header__menu-btn {
          font-size: 1.125rem;
          line-height: 1.667; }
          #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .t-site-header__menu-btn span::before {
            padding-left: 1rem; }
      #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header nav.x-transfigure-navigation.is-open {
        height: 100vh; }
        #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header nav.x-transfigure-navigation.is-open .x-transfigure-navigation__wrap {
          padding-top: 4.125rem; }
        #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header nav.x-transfigure-navigation.is-open ul.c-navigation__row, #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header nav.x-transfigure-navigation.is-open .c-navigation__row.c-navigation__row--level3, #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header nav.x-transfigure-navigation.is-open .c-navigation__row.c-navigation__row--level4, #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header nav.x-transfigure-navigation.is-open .c-navigation__row.c-navigation__row--level5 {
          height: auto;
          margin-top: 0; }
    #fasten_header > .t-site-header__masthead > .t-site-header__search {
      width: calc(100% / 1600 * 800);
      max-width: calc(768px / 2); } }
  @media (max-width: 419px) {
    #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header {
      width: calc(100% / 1600 * 500); }
      #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .t-site-header__menu {
        padding-left: 0.5rem; }
        #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .t-site-header__menu-btn {
          font-size: 1rem;
          line-height: 1.667; }
          #fasten_header > .t-site-header__masthead > .t-site-header__fasten-header .t-site-header__menu-btn span::before {
            padding-left: 0.5rem; } }

html.has-open-main-menu #fasten_header .t-site-header__menu-btn span::before {
  transition: 0.3s ease;
  content: "\30"; }

/* Top text */
.t-site-header__top-navigation {
  height: 48px;
  background-image: url("../images/bg_top.png");
  background-repeat: repeat-x;
  font-size: 1rem;
  font-weight: 600; }
  @media (max-width: 59.99em) {
    .t-site-header__top-navigation {
      font-size: 0.75rem;
      padding-top: 0;
      height: 41px;
      background-image: url("../images/bg_top_768.png"); } }
  @media (max-width: 48em) {
    .t-site-header__top-navigation {
      background-image: url("../images/bg_top_320.png"); } }

.t-site-header__content {
  margin: auto;
  padding-left: 0; }
  @media (max-width: 47.99em) {
    .t-site-header__content {
      padding-top: 0.125rem; } }

/**
 ** MastHead: Logo, Search, Cart | Checkout
 **/
.t-site-header__logo {
  padding-left: 1rem;
  margin-top: -0.75em;
  height: 3.4375rem; }
  @media (min-width: 60em) {
    .t-site-header__logo {
      padding-left: 3.375rem;
      margin-top: 0;
      height: 4.75rem; } }
  @media (max-width: 47.99em) {
    .t-site-header__logo {
      padding-left: 0.625rem;
      margin-top: -0.375rem;
      height: 2.4375rem; } }

.t-site-header__search-btn {
  padding: 0.5rem; }
.t-site-header__search-btn::before {
  content: url("../images/icons/search_icon.png"); }
.t-site-header__search-btn::after {
  content: url("../images/icons/search_icon_hover.png");
  width: 0;
  height: 0;
  visibility: hidden;
  display: block; }
.t-site-header__search-btn:hover::before, .t-site-header__search-btn:active::before, .t-site-header__search-btn:focus::before {
  content: url("../images/icons/search_icon_hover.png"); }
.t-site-header__search-form {
  margin-left: 2.5rem;
  margin-top: 0.625rem;
  color: #020000; }
  .t-site-header__search-form .c-form-input {
    border-color: #afafaf; }
@media (min-width: 60em) {
  .t-site-header__search {
    margin-top: 0.375rem; }
    .t-site-header__search-btn {
      padding: 1.125rem; }
    .t-site-header__search-form {
      margin-top: 0;
      margin-left: 1rem; } }
@media (max-width: 47.99em) {
  .t-site-header__search {
    padding-left: 0.625rem; }
    .t-site-header__search-form {
      margin-left: 0;
      margin-top: 0; }
    .t-site-header__search-form .c-form-input {
      padding-left: calc(0.75rem - 1px); } }

.t-site-header__masthead {
  padding: 2rem 0 0;
  /* Need to override the specificity of ReadyTheme */ }
  .t-site-header__masthead-links {
    justify-content: flex-end;
    padding-right: 3.375rem;
    font-size: 1rem; }
    @media (max-width: 74.99em) {
      .t-site-header__masthead-links {
        padding-right: 2rem; } }
    @media (max-width: 1047px) {
      .t-site-header__masthead-links {
        padding-right: 1rem; } }
  .t-site-header__masthead-links a:first-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0.25rem; }
  .t-site-header__masthead-links .t-site-header__checkout-link span {
    margin-left: 0.9375rem; }
    @media (max-width: 74.99em) {
      .t-site-header__masthead-links .t-site-header__checkout-link span {
        margin-left: 0.5625rem; } }
  .t-site-header__masthead-links [class^="u-icon-"] {
    vertical-align: middle;
    width: 2.5rem;
    height: 2.125rem;
    margin-right: 0; }
  @media (max-width: 59.99em) {
    .t-site-header__masthead {
      padding: 1rem 1rem 0 0;
      font-size: 0.75em;
      /* Need to override the specificity of ReadyTheme */ }
      .t-site-header__masthead-links {
        padding-right: 0;
        padding-top: 0.125rem;
        font-size: 0.75rem; }
      .t-site-header__masthead-links [class^="u-icon-"] {
        width: 1.875rem;
        height: 1.375rem; } }
@media (max-width: 59.99em) and (min-width: 48em) {
  .t-site-header__masthead-links .t-site-header__basket-link-quantity--mobile {
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5; } }

  @media (max-width: 47.99em) {
    .t-site-header__masthead {
      padding: 0.5rem 0.625rem 0 0; } }

/** Basket mobile section **/
@media (max-width: 47.99em) {
  .t-site-header__basket-image {
    min-width: 2rem; }
  .t-site-header__basket-link--mobile, .t-site-header__basket-link--mobile:hover, .t-site-header__basket-link--mobile:active {
    text-decoration: none;
    margin-right: 0.5rem; }
  .t-site-header__basket-link-quantity--mobile {
    z-index: 0;
    margin-left: 0.25rem; } }

/** Hamburger menu for mobile **/
.t-site-header__menu {
  padding-left: 0; }
  .t-site-header__menu-btn {
    font-size: 2rem;
    padding-top: calc(.4em - 1px);
    padding-bottom: calc(.4em - 1px); }

/**
 ** Header: Categories section
 **/
/* Fix the navigation menu's coloring for hovers */
.x-transfigure-navigation .c-navigation__link-text {
  border-bottom: 2px solid white; }

.x-transfigure-navigation:hover .c-navigation__list .c-navigation__link,
.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link,
.x-transfigure-navigation .c-navigation__link {
  color: #1e1e1e; }

.x-transfigure-navigation .c-navigation__list:hover .c-navigation__link,
.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link:hover {
  color: #d70708; }

.x-transfigure-navigation .c-navigation__list:hover > .c-navigation__link .c-navigation__link-text,
.x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link .c-navigation__link-text:hover {
  border-bottom-color: #737373; }

@media (max-width: 74.99em) {
  .x-transfigure-navigation .c-navigation__link {
    font-size: 0.875rem; } }
@media (max-width: 59.99em) {
  .x-transfigure-navigation .c-navigation__link {
    font-size: 0.75rem;
    padding-right: 0.5em;
    padding-bottom: 0; } }

.t-site-navigation__wrap {
  margin: 0.75rem auto 0;
  padding-left: 1.5rem; }
  @media (max-width: 59.99em) {
    .t-site-navigation__wrap {
      padding-left: 0.5rem;
      margin: 0.75rem auto 0; } }
  @media (max-width: 47.99em) {
    .t-site-navigation__wrap {
      margin-top: 0; } }

.c-navigation__link-carat {
  display: none; }

.x-transfigure-navigation__content {
  padding-bottom: 0.5em; }
  @media (max-width: 59.99em) {
    .x-transfigure-navigation__content {
      padding: 0.5em 0;
      /* Make up for the border bottom underline */
      padding-bottom: calc(0.5em - 2px); } }

/* Mobile Menu Styling */
@media (max-width: 47.99em) {
  .x-transfigure-navigation__wrap, .x-transfigure-navigation.is-open, .x-transfigure-navigation .c-navigation__link, .x-transfigure-navigation:hover .c-navigation__list .c-navigation__link, .x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link, .x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type, .x-transfigure-navigation__row.show-next, .x-transfigure-navigation__row .c-navigation__row {
    background: none;
    border: none;
    color: white; }
  .x-transfigure-navigation .c-navigation__link {
    height: 2.25rem;
    cursor: pointer; }
  .x-transfigure-navigation .c-navigation__row :first-child > .c-navigation__link {
    height: 3.125rem;
    padding-top: 1.125rem; }
  .x-transfigure-navigation .c-navigation__link-text {
    border: none; }
  .x-transfigure-navigation .c-navigation__link-thumbnail {
    display: none; }
  .x-transfigure-navigation__wrap {
    padding-top: 9.625rem;
    max-width: unset; }
  .x-transfigure-navigation__row, .x-transfigure-navigation__row .c-navigation__row:not(.show-next), .x-transfigure-navigation__row .c-navigation__row.show-next > .c-navigation__list.has-child-menu > .c-navigation__row:not(.show-next) {
    background: rgba(0, 0, 0, 0.65);
    transition: 0.3s ease; }
  .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__list .c-navigation__link, .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__row:last-of-type .c-navigation__link {
    padding-left: 0; }
  .x-transfigure-navigation__row:not(.show-next) > .c-navigation__list, .x-transfigure-navigation__row .c-navigation__row:not(.show-next) > .c-navigation__list, .x-transfigure-navigation__row .c-navigation__row.show-next > .c-navigation__list.has-child-menu > .c-navigation__row:not(.show-next) > .c-navigation__list {
    border-bottom: 2px solid white; }
  .x-transfigure-navigation .c-navigation__row :last-child, .x-transfigure-navigation__row .c-navigation__row:not(.show-next) > .c-navigation__list:last-child, .x-transfigure-navigation__row .c-navigation__row.show-next > .c-navigation__list.has-child-menu > .c-navigation__row:not(.show-next) > .c-navigation__list:last-child {
    border: none; }
  .x-transfigure-navigation__content .c-navigation__row {
    padding: 0 1.375rem; } }
/** Mega Menu Styling - only applies from tablet size and up **/
@media (min-width: 48em) {
  /* target everything below the first visible level */
  .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row .c-navigation__menu-buffer {
    display: none;
    height: 3.375rem; }
  .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu {
    /* line-height: 1.5; */
    line-height: 1;
    /** Hovers will replace the right side background image **/
    transition: all 0.3s ease;
    background-image: url("../images/placeholder-white.png"), url("../images/placeholder-f3f3f3-solid.png"), url("../images/placeholder-transparent-black.png");
    background-repeat: no-repeat;
    background-position: left 3.375rem, calc((100% / 1600 * 438) * 1.23) 3.375rem, right 3.375rem;
    background-size: calc(100% / 1600 * 438) calc(100% - 3.375rem), calc(100% / 1600 * 300) calc(100% - 3.375rem), calc(100% / 1600 * 862);
    height: 48.125rem;
    /* height: 68.125rem; */
    /* height: 70.25rem; */ }
    .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__menu-buffer {
      display: block; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__menu-buffer a {
        top: 3.375rem; }
    .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu > .c-navigation__list {
      width: calc(100% / 1600 * 438); }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu > .c-navigation__list > .c-navigation__link {
        /* font-size: 1.5rem; */
        font-size: 1.35rem;
        color: #1e1e1e;
        font-weight: 600;
        background-image: url("../images/placeholder-f3f3f3-solid.png");
        background-repeat: no-repeat;
        background-size: 100%;
        margin: 0 0.4375rem 0.3125rem 0;
        padding-left: 3.25rem; }
        .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu > .c-navigation__list > .c-navigation__link > .c-navigation__link-text {
          border-bottom-width: 0px; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu > .c-navigation__list > .c-navigation__link:hover {
        color: #1e1e1e;
        font-weight: 600; }
    .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu > .c-navigation__list:hover > .c-navigation__link {
      transition: all 0.5s ease;
      background-size: calc(100% / 438 * 390) 100%;
      background-image: url("../images/placeholder-e3e3e3-solid.png"); }
    .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row:hover .c-navigation__list:hover > .c-navigation__link > .c-navigation__link-text, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu > .c-navigation__list:hover > .c-navigation__link .c-navigation__link-text {
      transition: all 0.5s ease;
      border-bottom-color: #d70708;
      font-weight: bold; }
    .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded), .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded .c-navigation__row--level4 {
      min-width: calc(100% / 438 * 300);
      box-shadow: none;
      margin-top: 3.5rem;
      height: 44.75rem;
      /* height: 64.75rem; */
      /* height: 66.75rem; */
      background-color: #f3f3f3; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) > .c-navigation__list:nth-child(2), .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded .c-navigation__row--level4 > .c-navigation__list:nth-child(2) {
        padding-top: 1rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__link, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded .c-navigation__row--level4 .c-navigation__link {
        justify-content: center;
        background-color: #f3f3f3;
        /* padding-top: 0.75rem; */
        padding-top: 0.625rem;
        padding-bottom: 0.375rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__link-text, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded .c-navigation__row--level4 .c-navigation__link-text {
        font-weight: normal;
        color: #111111;
        font-size: 1.25rem;
        line-height: 1.5;
        border-bottom-color: transparent; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__link-text:hover, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded .c-navigation__row--level4 .c-navigation__link-text:hover {
        transition: all 0.5s ease;
        border-bottom-color: #d70708;
        font-weight: bold; }
    .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--level5 {
      box-shadow: none;
      margin-top: 3.375rem;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.2) 80%);
      height: 44.75rem;
      /* height: 64.75rem; */
      /* height: 66.875rem; /* Change all to 52rem; */ }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4 > .c-navigation__list:nth-child(2), .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--level5 > .c-navigation__list:nth-child(2) {
        padding-top: 1rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4 > .c-navigation__list > .c-navigation__link, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--level5 > .c-navigation__list > .c-navigation__link {
        background-color: transparent;
        text-transform: none;
        justify-content: start;
        padding-left: 4.25rem; }
        .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4 > .c-navigation__list > .c-navigation__link .c-navigation__link-text, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--level5 > .c-navigation__list > .c-navigation__link .c-navigation__link-text {
          color: white;
          border-bottom-color: transparent;
          font-size: 1.25rem;
          line-height: 1.4; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4 > .c-navigation__list > .c-navigation__link .c-navigation__link-text:hover, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--level5 > .c-navigation__list > .c-navigation__link .c-navigation__link-text:hover {
        border-bottom-color: #d70708; }
    .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded {
      position: relative;
      left: 0;
      box-shadow: none;
      /*margin-top: 0.5rem;*/
      margin-bottom: 1rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded > .c-navigation__list > .c-navigation__link .c-navigation__link-text, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded > .c-navigation__list > .c-navigation__link:hover .c-navigation__link-text {
        display: flex;
        width: 100%;
        padding-right: 1.6875rem;
        justify-content: space-between;
        align-items: center;
        font-size: 1.25rem;
        font-weight: normal;
        line-height: 2.5;
        color: #1e1e1e; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded > .c-navigation__list > .c-navigation__link {
        padding-left: 3.25rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded .c-navigation__link-text:hover {
        transition: all 0.3s ease;
        border-bottom-color: #d70708; }
    .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu.c-navigation__mega-menu--modified {
      /* No third level, move second background to cover all the way to first */
      background-image: url("../images/placeholder-white.png"), url("../images/placeholder-transparent-black.png");
      background-position: left 3.375rem, right 3.375rem;
      background-size: calc(100% / 1600 * 438) calc(100% - 3.375rem), calc(100% / 1600 * 1162);
      height: 48.125rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu.c-navigation__mega-menu--modified .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded), .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu.c-navigation__mega-menu--modified .c-navigation__row--embedded .c-navigation__row--level4 {
        height: 44.75rem;
        margin-top: 3.375rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu.c-navigation__mega-menu--modified .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu.c-navigation__mega-menu--modified .c-navigation__row--level5 {
        height: 44.75rem; } }
  @media (min-width: 48em) and (max-width: 1479px) {
    .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu {
      line-height: 1.4; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded > .c-navigation__list > .c-navigation__link .c-navigation__link-text, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded > .c-navigation__list > .c-navigation__link .c-navigation__link-text:hover {
        font-size: 1.125rem;
        line-height: 2.5;
        padding-right: 1.5rem; }
        .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded > .c-navigation__list > .c-navigation__link .c-navigation__link-text img, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded > .c-navigation__list > .c-navigation__link .c-navigation__link-text:hover img {
          max-width: 50%; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded > .c-navigation__list > .c-navigation__link {
        padding-left: 2.25rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu > .c-navigation__list {
        width: calc(100% / 1600 * 438); }
        .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu > .c-navigation__list > .c-navigation__link {
          font-size: 1.25rem;
          padding-left: 2.25rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded), .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded .c-navigation__row--level4 {
        /* margin-top: 3.375rem; */
        /* height: 66.875rem; */ }
        .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__link, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded .c-navigation__row--level4 .c-navigation__link {
          padding-top: 0.625rem;
          padding-bottom: 0.375rem; }
        .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__link-text, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded .c-navigation__row--level4 .c-navigation__link-text {
          font-size: 1rem;
          line-height: 1.4; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--level5 {
        /* margin-top: 3.375rem; 
         height: 66.875rem; */ }
        .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4 > .c-navigation__list:nth-child(2), .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--level5 > .c-navigation__list:nth-child(2) {
          padding-top: 0.75rem; }
        .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4 > .c-navigation__list > .c-navigation__link, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--level5 > .c-navigation__list > .c-navigation__link {
          padding-left: 3.25rem; }
          .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4 > .c-navigation__list > .c-navigation__link .c-navigation__link-text, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--level5 > .c-navigation__list > .c-navigation__link .c-navigation__link-text {
            font-size: 1rem;
            line-height: 1.4; } }
  @media (min-width: 48em) and (max-width: 1023px) {
    .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu {
      line-height: 1.6; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded > .c-navigation__list > .c-navigation__link .c-navigation__link-text, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded > .c-navigation__list > .c-navigation__link .c-navigation__link-text:hover {
        font-size: 0.875rem;
        line-height: 2.5;
        padding-right: 0.5rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded > .c-navigation__list > .c-navigation__link {
        padding-left: 1rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu > .c-navigation__list {
        width: calc(100% / 1600 * 438); }
        .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu > .c-navigation__list > .c-navigation__link {
          font-size: 1rem;
          padding-left: 1rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__link, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded .c-navigation__row--level4 .c-navigation__link {
        padding-top: 0.625rem;
        padding-bottom: 0.375rem; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__link-text, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--embedded .c-navigation__row--level4 .c-navigation__link-text {
        font-size: 0.875rem;
        line-height: 1.6; }
      .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row.c-navigation__row--level3:not(.c-navigation__row--embedded) .c-navigation__row--level4 > .c-navigation__list > .c-navigation__link, .x-transfigure-navigation__row > .c-navigation__list > .c-navigation__row.c-navigation__mega-menu .c-navigation__row--level5 > .c-navigation__list > .c-navigation__link {
        padding-left: 2rem; } }

@media (min-width: 48em) {
  /** Background for menu when it's available **/
  .c-navigation__menu-background {
    position: absolute;
    /* background-image: url('../images/placeholder-black-solid.png'); */
    background-image: url("../images/placeholder-white.png"), url("../images/placeholder-black-solid.png");
    background-position: left 3.375rem, right 3.375rem;
    background-size: calc(100% / 1600 * 438) calc(100% - 3.375rem), calc(100% / 1600 * 1162) calc(100% - 3.375rem);
    background-repeat: no-repeat;
    /* background-position: left 3.375rem; */
    /* background-size: 100% calc(100% - 3.375rem); */
    height: 48.125rem;
    /* height: 68.125rem; */
    /* height: 70.25rem; */
    z-index: 2; }

  .c-navigation__menu-background--modified {
    height: 48.125rem; } }
/**
 ** Header: Red Bar
 **/
.t-site-support {
  letter-spacing: normal;
  height: 2.9375rem;
  line-height: normal;
  font-size: .875rem;
  font-weight: 600; }
  .t-site-support__wrap {
    margin: auto;
    height: inherit; }
    @media (min-width: 90.01em) {
      .t-site-support__wrap {
        padding-left: 4%; } }
  .t-site-support__item {
    margin-left: 0.875rem; }
  .t-site-support__vector {
    font-size: 1.5rem;
    min-height: 1.5rem;
    min-width: 1.5rem; }
  .t-site-support__phone {
    font-size: 1.375rem; }
  @media (min-width: 48em) {
    .t-site-support__calendar {
      flex-basis: calc(100% / 12 * 2.95);
      max-width: calc(100% / 12 * 2.95); }
    .t-site-support__phone {
      flex-basis: calc(100% / 12 * 2.45);
      max-width: calc(100% / 12 * 2.45);
      margin-left: -10px;
      padding-left: 0; }
    .t-site-support__honda {
      flex-basis: calc(100% / 12 * 3.5);
      max-width: calc(100% / 12 * 3.5); } }
  @media (min-width: 75em) {
    .t-site-support__calendar {
      flex-basis: calc(100% / 12 * 2.5);
      max-width: calc(100% / 12 * 2.55); }
    .t-site-support__phone {
      flex-basis: calc(100% / 12 * 1.85);
      max-width: calc(100% / 12 * 1.85);
      padding-left: 0;
      text-align: left; }
    .t-site-support__honda {
      flex-basis: calc(100% / 12 * 4.5);
      max-width: calc(100% / 12 * 4.5); } }
  @media (min-width: 1530px) {
    .t-site-support__phone {
      margin-left: -35px; } }
  @media (max-width: 59.99em) {
    .t-site-support {
      font-size: 0.6875rem;
      height: 3.25rem;
      margin-top: 0.125rem; }
      .t-site-support__phone {
        font-size: 1rem;
        text-align: right; }
      .t-site-support__phone .t-site-support__item {
        margin-left: 0; } }
  @media (max-width: 47.99em) {
    .t-site-support {
      height: 2.625rem;
      margin-top: 0.375rem;
      line-height: 1.273; }
      .t-site-support__vector {
        display: none; }
      .t-site-support__phone {
        text-align: right;
        padding-right: 0.625rem;
        text-align: center; }
      .t-site-support__item {
        margin: auto; }
      .t-site-support--secondary {
        /* second bar on mobile */
        margin-top: 0;
        height: 2.9375rem; }
        .t-site-support--secondary .t-site-support__wrap {
          justify-content: space-evenly; }
        .t-site-support--secondary .t-site-support__calendar {
          max-width: 7.1875rem;
          padding-right: 0.5rem; } }
      @media (max-width: 47.99em) and (min-width: 392px) {
        .t-site-support--secondary .t-site-support__calendar {
          max-width: 9.3125rem; } }
      @media (max-width: 47.99em) and (min-width: 498px) {
        .t-site-support--secondary .t-site-support__calendar {
          max-width: 11.125rem; } }
  @media (max-width: 47.99em) {
        .t-site-support--secondary .t-site-support__honda {
          padding-left: 0.5rem;
          padding-right: 1rem;
          max-width: 10.75rem; } }
      @media (max-width: 47.99em) and (min-width: 376px) {
        .t-site-support--secondary .t-site-support__honda {
          max-width: 14.625rem; } }
      @media (max-width: 47.99em) and (min-width: 434px) {
        .t-site-support--secondary .t-site-support__honda {
          max-width: 17.5rem; } }
      @media (max-width: 47.99em) and (min-width: 498px) {
        .t-site-support--secondary .t-site-support__honda {
          max-width: 20.25rem; } }

  @media (min-width: 90.01em) {
    .t-site-support__honda, .t-site-support__calendar {
      padding-left: 0; }
    .t-site-support__phone span {
      margin-left: 0; } }

/** 
 * Breadcrumbs 
 **/
.x-collapsing-breadcrumbs {
  margin: 0;
  padding-top: 1.25rem;
  padding-bottom: 2.3125rem;
  padding-left: 6.25rem; }
  .x-collapsing-breadcrumbs__list {
    line-height: 2.833;
    max-width: 100%;
    font-size: 0.75rem;
    padding: 0;
    border-bottom: none; }
  @media (max-width: 59.99em) {
    .x-collapsing-breadcrumbs {
      padding: 0.125rem 0 1rem 1.125rem; }
      .x-collapsing-breadcrumbs__list {
        font-size: 0.625rem;
        line-height: 3.4; }
      .x-collapsing-breadcrumbs .o-list-inline__item:not(:last-of-type)::after {
        padding-left: 0.125rem; } }
  @media (max-width: 47.99em) {
    .x-collapsing-breadcrumbs {
      padding: 0.9375rem 0.875rem 1rem; }
      .x-collapsing-breadcrumbs__list {
        font-size: 0.6875rem;
        line-height: 1.273; }
      .x-collapsing-breadcrumbs .o-list-inline__item:not(:last-of-type)::after {
        padding-left: 0.125rem; } }

/**
 ** Main content wrapper.
 **/
.t-main-content-element {
  margin: 0;
  padding-left: 100px;
  padding-right: 100px;
  /*@include media("<=phone") {
      padding-left: 12px;
      padding-right: 12px; 
  }*/ }
  .t-main-content-element--wide {
    margin: 0;
    padding: 0; }
  @media (max-width: 90em) {
    .t-main-content-element {
      padding-left: 75px;
      padding-right: 75px; } }
  @media (max-width: 75em) {
    .t-main-content-element {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 60em) {
    .t-main-content-element {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 48em) {
    .t-main-content-element {
      padding-left: 12px;
      padding-right: 12px; } }

/**
 ** Footer
 **/
.t-site-footer {
  font-size: 0.875rem;
  /** First things first, remove all padding on containers so we can do our horizontal dividers **/
  padding: 0; }
  @media (max-width: 59.99em) {
    .t-site-footer {
      font-size: 0.75rem; } }
  .t-site-footer > .o-wrapper, .t-site-footer .o-layout__item {
    padding: 0; }
  .t-site-footer .c-menu__list, .t-site-footer .c-menu__text {
    line-height: 2.143; }
    @media (max-width: 59.99em) {
      .t-site-footer .c-menu__list, .t-site-footer .c-menu__text {
        line-height: 2; } }
  .t-site-footer .o-wrapper {
    max-width: 100%;
    padding-left: 0; }
  .t-site-footer__trust-symbols {
    height: 11.25rem;
    padding-left: 6.5625rem; }
    @media (max-width: 1024px) {
      .t-site-footer__trust-symbols {
        padding-left: 1.375rem;
        height: 8.3125rem; } }
    @media (max-width: 47.99em) {
      .t-site-footer__trust-symbols {
        padding-left: 0.5rem;
        height: 7.375rem; } }
  .t-site-footer__symbols {
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .t-site-footer__symbols .u-icon-google-business {
        /* intentionally hardcoded breakpoint for this case as layout breaks apart too early */ }
        .t-site-footer__symbols .u-icon-google-business::before {
          content: url("../images/icons/google_business_icon_768.png"); }
        .t-site-footer__symbols .u-icon-google-business::after, .t-site-footer__symbols .u-icon-google-business:hover::before, .t-site-footer__symbols .u-icon-google-business:active::before, .t-site-footer__symbols .u-icon-google-business:focus::before {
          content: url("../images/icons/google_business_icon_hover_768.png"); } }
    @media (max-width: 47.99em) {
      .t-site-footer__symbols .u-icon-google-business::before {
        content: url("../images/icons/google_business_icon_320.png"); }
      .t-site-footer__symbols .u-icon-google-business::after, .t-site-footer__symbols .u-icon-google-business:hover::before, .t-site-footer__symbols .u-icon-google-business:active::before, .t-site-footer__symbols .u-icon-google-business:focus::before {
        content: url("../images/icons/google_business_icon_hover_320.png"); }
      .t-site-footer__symbols .u-icon-google-business::after {
        display: none; } }
    @media (max-width: 47.99em) {
      .t-site-footer__symbols {
        justify-content: center; } }
  .t-site-footer__authnet img {
    /* Override the inline image dimensions */
    max-width: 100%; }
  .t-site-footer__credit {
    margin-bottom: 0; }
    @media (max-width: 89.99em) {
      .t-site-footer__credit {
        justify-content: center; }
        .t-site-footer__credit .o-list-inline__item {
          padding-top: .25rem;
          padding-bottom: .25rem; } }
    .t-site-footer__credit .u-icon-vector {
      height: 62px;
      width: 99px;
      stroke-width: 1%;
      stroke-width: context-value; }
    @media (max-width: 1024px) {
      .t-site-footer__credit {
        /* intentionally hardcoded breakpoint for this case as layout breaks apart too early */ }
        .t-site-footer__credit .c-menu__item {
          height: 40px;
          width: auto; }
        .t-site-footer__credit .u-icon-vector {
          height: 40px;
          width: 65px; } }
    @media (max-width: 47.99em) {
      .t-site-footer__credit .c-menu__item {
        height: 30px;
        width: auto; }
      .t-site-footer__credit .u-icon-vector {
        height: 30px;
        width: 49px; } }
  .t-site-footer__disclaimer {
    font-size: 0.875rem;
    color: #b3b3b3;
    padding: 1.875rem 7.5rem 0.875rem 6.5625rem; }
    @media (max-width: 59.99em) {
      .t-site-footer__disclaimer {
        padding: 0.875rem 3.125rem 0 3.25rem;
        font-size: 0.75rem; } }
    @media (max-width: 47.99em) {
      .t-site-footer__disclaimer {
        padding: 0 0 1rem;
        font-size: 0.6875rem; }
        .t-site-footer__disclaimer .c-menu__link {
          display: inline; }
        .t-site-footer__disclaimer .o-layout__item {
          margin-bottom: 0;
          width: 100%; } }
  .t-site-footer__content {
    padding-top: 5rem;
    padding-bottom: 4.125rem;
    border-bottom: 1px solid gray; }
    @media (max-width: 59.99em) {
      .t-site-footer__content {
        padding-top: 2.5rem;
        padding-bottom: 1.125rem; }
        .t-site-footer__content .c-menu__link:not([class*="u-icon-"]) {
          /* Override very specific Theme style */
          font-size: 0.75rem; } }
    @media (max-width: 47.99em) {
      .t-site-footer__content {
        border-bottom: none;
        padding-top: 0; }
        .t-site-footer__content .o-layout__item {
          /* Reset width for all sections to take up full window */
          width: 100%;
          max-width: unset;
          flex-basis: unset; } }
  .t-site-footer__title {
    font-weight: 500;
    font-size: 1.125rem;
    background-image: url("../images/footer_nav_bg.png");
    background-repeat: no-repeat;
    padding-top: 1.1875rem;
    border-bottom: 1px solid gray;
    padding-bottom: 1.8125rem;
    margin-bottom: 2rem; }
    @media (max-width: 59.99em) {
      .t-site-footer__title {
        font-size: 0.875rem;
        padding-top: 0.6875rem;
        padding-bottom: 1.125rem;
        margin-bottom: 1rem; } }
  .t-site-footer__content .c-menu__link:not([class*="u-icon-"]) {
    /* Another super-specific selector from the theme */
    color: white; }
  .t-site-footer__more-topics {
    max-width: calc(100% / 800 * 167);
    flex-basis: calc(100% / 800 * 167); }
    .t-site-footer__more-topics .c-menu__list, .t-site-footer__more-topics .c-menu__title {
      padding-left: 6.5625rem;
      padding-right: 1rem; }
    .t-site-footer__more-topics .c-menu__title {
      background-position-x: 6.5625rem; }
    @media (max-width: 74.99em) {
      .t-site-footer__more-topics {
        max-width: calc(100% / 768 * 275);
        flex-basis: calc(100% / 768 * 275); }
        .t-site-footer__more-topics .c-menu__list, .t-site-footer__more-topics .c-menu__title {
          padding-left: 3.1875rem;
          padding-right: 1rem; }
        .t-site-footer__more-topics .c-menu__title {
          background-position-x: 3.1875rem; } }
  .t-site-footer__nav-links {
    max-width: calc(100% / 800 * 140);
    flex-basis: calc(100% / 800 * 140); }
    .t-site-footer__nav-links .c-menu__list, .t-site-footer__nav-links .c-menu__title {
      padding-right: 1rem; }
    @media (max-width: 89.99em) {
      .t-site-footer__nav-links {
        max-width: calc(100% / 800 * 130); } }
    @media (max-width: 74.99em) {
      .t-site-footer__nav-links {
        max-width: calc(100% / 768 * 210);
        flex-basis: calc(100% / 768 * 210); } }
  .t-site-footer__hours {
    max-width: calc(100% / 800 * 187);
    flex-basis: calc(100% / 800 * 187); }
    .t-site-footer__hours .c-menu__list, .t-site-footer__hours .c-menu__title {
      padding-right: 1rem; }
    .t-site-footer__hours .c-menu__text {
      max-width: 7.75rem; }
      @media (max-width: 59.99em) {
        .t-site-footer__hours .c-menu__text {
          max-width: 6.365rem; } }
    @media (max-width: 89.99em) {
      .t-site-footer__hours {
        max-width: calc(100% / 800 * 197); } }
    @media (max-width: 74.99em) {
      .t-site-footer__hours {
        max-width: calc(100% / 768 * 283);
        flex-basis: calc(100% / 768 * 283); }
        .t-site-footer__hours .c-menu__list, .t-site-footer__hours .c-menu__title {
          padding-right: 3rem; } }
  .t-site-footer__newsletter {
    max-width: calc(100% / 800 * 306);
    flex-basis: calc(100% / 800 * 306); }
    .t-site-footer__newsletter .c-menu__title, .t-site-footer__newsletter .c-form-list {
      padding-right: 7.5rem; }
    .t-site-footer__newsletter .c-form-list__item, .t-site-footer__newsletter .c-menu__text {
      max-width: 31rem; }
    @media (max-width: 74.99em) {
      .t-site-footer__newsletter {
        min-width: 100%; }
        .t-site-footer__newsletter .c-menu__title, .t-site-footer__newsletter .c-form-list {
          padding-right: 0;
          padding-left: 0; }
        .t-site-footer__newsletter .readytheme-contentsection, .t-site-footer__newsletter .c-menu__list {
          margin: auto;
          width: 32.875rem; }
        .t-site-footer__newsletter .c-form-list__item, .t-site-footer__newsletter .c-menu__text {
          max-width: 100%; } }
    .t-site-footer__newsletter .c-form-list__item {
      height: 3.1875rem; }
    @media (max-width: 59.99em) {
      .t-site-footer__newsletter {
        margin-top: 1.125rem; }
        .t-site-footer__newsletter .c-form-list__item {
          margin-top: 0.5rem;
          height: 2.5625rem; }
        .t-site-footer__newsletter .c-menu__title, .t-site-footer__newsletter .c-form-list {
          margin-left: 1.125rem; } }
    @media (max-width: 47.99em) {
      .t-site-footer__newsletter {
        margin-top: 0.875rem; }
        .t-site-footer__newsletter .readytheme-contentsection, .t-site-footer__newsletter .c-menu__list {
          margin: auto;
          width: 100%;
          max-width: 32.875rem; }
        .t-site-footer__newsletter .c-form-list__item {
          margin-top: 0.5rem; }
        .t-site-footer__newsletter .c-menu__title, .t-site-footer__newsletter .c-form-list {
          margin: 0 0.625rem;
          text-align: center; } }
  .t-site-footer__social {
    margin-top: 2.5rem; }
    @media (max-width: 74.99em) {
      .t-site-footer__social {
        text-align: center; } }
    @media (max-width: 59.99em) {
      .t-site-footer__social {
        padding-left: 2.125rem; } }
    @media (max-width: 47.99em) {
      .t-site-footer__social {
        padding-left: 1rem; } }
  .t-site-footer__social .o-list-inline__item {
    margin-right: 1rem; }
    @media (max-width: 59.99em) {
      .t-site-footer__social .o-list-inline__item {
        margin-right: 1.1875rem; } }
  @media (max-width: 47.99em) {
    .t-site-footer__more-topics, .t-site-footer__nav-links, .t-site-footer__hours {
      border-bottom: 1px solid gray; }
      .t-site-footer__more-topics .c-menu, .t-site-footer__nav-links .c-menu, .t-site-footer__hours .c-menu {
        padding: 0.75rem 0.4375rem 0 0.875rem; }
      .t-site-footer__more-topics .c-collapsible-menu__label::after, .t-site-footer__nav-links .c-collapsible-menu__label::after, .t-site-footer__hours .c-collapsible-menu__label::after {
        content: "\33";
        font-family: "ReadyTheme Icons";
        font-size: 0.75rem; }
      .t-site-footer__more-topics .c-collapsible-menu__trigger:checked ~ .c-collapsible-menu__label::after, .t-site-footer__nav-links .c-collapsible-menu__trigger:checked ~ .c-collapsible-menu__label::after, .t-site-footer__hours .c-collapsible-menu__trigger:checked ~ .c-collapsible-menu__label::after {
        content: "\31";
        font-family: "ReadyTheme Icons";
        font-size: 0.75rem; }
      .t-site-footer__more-topics .c-menu__list, .t-site-footer__nav-links .c-menu__list, .t-site-footer__hours .c-menu__list {
        padding-left: 2rem;
        padding-right: 1rem;
        margin-bottom: 0.625rem; } }

.t-newsletter-form__button {
  min-width: 8.3125rem;
  margin-left: 0.3125rem; }
  @media (min-width: 60em) {
    .t-newsletter-form__button {
      font-size: 1rem; } }
  @media (max-width: 47.99em) {
    .t-newsletter-form__button {
      min-width: 5.1875rem;
      margin-left: 0; } }
.t-newsletter-form .c-control-group .c-control-group__field {
  border-radius: 0; }
@media (max-width: 59.99em) {
  .t-newsletter-form {
    margin-bottom: 1.4375rem; }
    .t-newsletter-form .c-menu__text {
      line-height: 2.5; } }
@media (max-width: 47.99em) {
  .t-newsletter-form {
    margin-bottom: 1.125rem;
    font-size: 0.6875rem;
    /* Remove menu functionality from Theme */ }
    .t-newsletter-form .c-menu__text {
      line-height: 1.636; }
    .t-newsletter-form fieldset {
      max-height: unset;
      visibility: visible;
      opacity: 1; } }

/* Custom sprites */
.t-site-support__sprite {
  height: 1.5rem;
  min-width: 1.5rem;
  background-repeat: no-repeat; }

.u-sprite-calendar {
  background-image: url("../images/icons/calendar_icon.png"); }

/**
 ** Category Page
 **/
.t-category-header {
  padding-left: 28px;
  padding-bottom: .35rem;
  padding-top: .35rem;
  background-image: url("../images/bg_top.png");
  background-repeat: repeat;
  color: white;
  vertical-align: middle;
  font-size: 2rem;
  overflow: overlay;
  font-weight: 600; }

/**
 ** SFNT page
 **/
/* Hero Images */
.t-site-sfnt-hero {
  /*&__parts-image {
      margin-top: 0.875rem;
      margin-bottom: 3.375rem;
      height: 7.1875rem;
      width: auto;
  } */ }
  .t-site-sfnt-hero__item {
    width: 100%;
    padding-top: calc(561 / 1600 * 100%);
    position: relative;
    text-align: center; }
  .t-site-sfnt-hero__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .t-site-sfnt-hero__image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .t-site-sfnt-hero__deals-image {
    margin-top: 2.625rem;
    height: 10.5rem;
    width: auto; }
  .t-site-sfnt-hero__dealer-text {
    font-size: 1.1875rem;
    line-height: 1.573;
    margin-bottom: 2.125rem;
    margin-top: 0.5rem;
    -ms-transform: matrix(1.8877163791, 0, 0, 1.8877163791, 0, 0);
    transform: matrix(1.8877163791, 0, 0, 1.8877163791, 0, 0); }
  .t-site-sfnt-hero__direct-text {
    font-size: 2.25rem;
    line-height: 0.833;
    margin-bottom: 2.875rem; }
  .t-site-sfnt-hero__honda-text {
    font-size: 2.625rem;
    line-height: 0.714;
    margin-bottom: 2.875rem;
    margin-top: 5.125rem; }
  .t-site-sfnt-hero__parts-text {
    font-size: 2.625rem;
    line-height: 0.714;
    margin-bottom: 2.375rem;
    -ms-transform: matrix(1.8877163791, 0, 0, 1.8877163791, 0, 0);
    transform: matrix(1.8877163791, 0, 0, 1.8877163791, 0, 0); }
  .t-site-sfnt-hero__button {
    font-size: 1.875rem;
    line-height: 1;
    min-width: 18.5rem;
    min-height: 4.4375rem;
    padding: 0; }
  @media (max-width: 74.99em) {
    .t-site-sfnt-hero__button {
      font-size: 1.78125rem;
      -ms-transform: matrix(0.631455409, 0, 0, 0.631455409, 0, 0);
      transform: matrix(0.631455409, 0, 0, 0.631455409, 0, 0); }
    .t-site-sfnt-hero__button--modified {
      /* Red Civic Hero has different layout in this case */
      /* min-height: 3.375rem; */
      font-size: 1.875rem;
      /* min-width: 13.75rem; */
      -ms-transform: matrix(0.7491101789, 0, 0, 0.7491101789, 0, 0);
      transform: matrix(0.7491101789, 0, 0, 0.7491101789, 0, 0); }
    .t-site-sfnt-hero__deals-image {
      height: 6.6875rem;
      margin-top: 2.3125rem; }
    .t-site-sfnt-hero__dealer-text {
      font-size: 1.25rem;
      line-height: 1.49;
      margin-bottom: 0.25rem;
      margin-top: 0;
      -ms-transform: matrix(1.1920087183, 0, 0, 1.1920087183, 0, 0);
      transform: matrix(1.1920087183, 0, 0, 1.1920087183, 0, 0); }
    .t-site-sfnt-hero__direct-text {
      font-size: 2.125rem;
      line-height: 0.833;
      margin-bottom: 1.4375rem;
      -ms-transform: matrix(0.7491101789, 0, 0, 0.7491101789, 0, 0);
      transform: matrix(0.7491101789, 0, 0, 0.7491101789, 0, 0); }
    .t-site-sfnt-hero__honda-text {
      font-size: 2.5rem;
      line-height: 0.749;
      margin-bottom: 1.8125rem;
      margin-top: -0.875rem;
      -ms-transform: matrix(0.7491101789, 0, 0, 0.7491101789, 0, 0);
      transform: matrix(0.7491101789, 0, 0, 0.7491101789, 0, 0); }
    .t-site-sfnt-hero__parts-text {
      font-size: 2.25rem;
      line-height: 0.714;
      margin-bottom: 1.5rem;
      -ms-transform: matrix(1.4141075545, 0, 0, 1.4141075545, 0, 0);
      transform: matrix(1.4141075545, 0, 0, 1.4141075545, 0, 0); } }
  @media (max-width: 59.99em) {
    .t-site-sfnt-hero__item {
      padding-top: calc(353 / 768 * 100%); }
    .t-site-sfnt-hero__overlay {
      transform: translate(-50%, -50%); } }
  @media (max-width: 47.99em) {
    .t-site-sfnt-hero {
      /*&__parts-image {
          margin-top: 0.875rem;
          margin-bottom: 0.875rem;
          margin-left: -0.375rem;
          height: 2.75rem;
      } */ }
      .t-site-sfnt-hero__item {
        padding-top: calc(218 / 320 * 100%); }
      .t-site-sfnt-hero__button, .t-site-sfnt-hero__button--modified {
        min-height: 2.125rem;
        font-size: 0.75rem;
        font-weight: bold;
        min-width: 7.0625rem;
        -ms-transform: none;
        transform: none; }
      .t-site-sfnt-hero__deals-image {
        height: 4.6875rem;
        margin-top: 0.9375rem; }
      .t-site-sfnt-hero__dealer-text {
        font-size: 1.27875rem;
        line-height: 1.466;
        margin-bottom: 0.125rem;
        margin-top: -0.25rem;
        min-width: max-content;
        -ms-transform: matrix(0.830747335, 0, 0, 0.830747335, 0, 0);
        transform: matrix(0.830747335, 0, 0, 0.830747335, 0, 0); }
      .t-site-sfnt-hero__direct-text {
        font-size: 1rem;
        line-height: 0.715;
        margin-bottom: 0.9375rem;
        /* min-width: max-content; */
        -ms-transform: none;
        transform: none;
        font-weight: 600; }
      .t-site-sfnt-hero__honda-text {
        font-size: 1rem;
        line-height: 0.749;
        margin-bottom: 1rem;
        margin-top: 1rem;
        -ms-transform: none;
        transform: none; }
      .t-site-sfnt-hero__parts-text {
        font-size: 1.125rem;
        line-height: 0.82;
        margin-bottom: 0.9375rem; } }
@media (max-width: 47.99em) and (min-width: 550px) {
  .t-site-sfnt-hero__honda-text {
    font-size: 1.5rem;
    margin-bottom: 1.8125rem; }
  .t-site-sfnt-hero__parts-text {
    font-size: 1.625rem;
    margin-bottom: 1.5rem; }
  .t-site-sfnt-hero__direct-text {
    font-size: 1.5rem;
    margin-bottom: 1.4375rem; }
  .t-site-sfnt-hero__button, .t-site-sfnt-hero__button--modified {
    min-height: 3.125rem;
    font-size: 1rem;
    min-width: 10.5rem; }
  .t-site-sfnt-hero__dealer-text {
    font-size: 1.9375rem; }
  .t-site-sfnt-hero__deals-image {
    height: 6.6875rem; } }

/* Creative Tiles */
.t-site-sfnt-creative {
  line-height: 1.25;
  font-size: 1rem;
  padding: 0.75rem; }
  .t-site-sfnt-creative__wrap {
    margin: 2rem 2.5rem 0; }
  .t-site-sfnt-creative__item {
    position: relative;
    padding-top: calc(434 / 737 * 100%); }
  .t-site-sfnt-creative__header-text {
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 0.4375rem; }
  .t-site-sfnt-creative__header-text--large {
    font-size: 3.5rem; }
  .t-site-sfnt-creative__overlay {
    position: absolute;
    /* bottom: 3.125rem; */
    bottom: 2rem;
    width: calc(100% - 3.125rem); }
    .t-site-sfnt-creative__overlay.u-text-right {
      right: 3.125rem; }
    .t-site-sfnt-creative__overlay.u-text-left {
      left: 3.125rem; }
  .t-site-sfnt-creative__image {
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .t-site-sfnt-creative__button {
    width: 8.375rem;
    height: 3.3125rem;
    margin-top: 0.75rem; }
  .t-site-sfnt-creative__text {
    margin-bottom: 0; }
  .t-site-sfnt-creative__crv .t-site-sfnt-creative__header-text, .t-site-sfnt-creative__merchandise .t-site-sfnt-creative__header-text {
    padding-left: calc(100% - 20.25rem); }
  .t-site-sfnt-creative__crv .t-site-sfnt-creative__text, .t-site-sfnt-creative__merchandise .t-site-sfnt-creative__text {
    padding-left: calc(100% - 23rem); }
  .t-site-sfnt-creative__fluids .t-site-sfnt-creative__text {
    padding-right: calc(100% - 16.625rem); }
  .t-site-sfnt-creative__vsc .t-site-sfnt-creative__text {
    padding-right: calc(100% - 27rem); }
  .t-site-sfnt-creative__parts .t-site-sfnt-creative__text {
    padding-right: calc(100% - 25.25rem); }
  @media (max-width: 59.99em) {
    .t-site-sfnt-creative {
      line-height: 1.167;
      font-size: 0.75rem;
      padding: 0.4375rem 0.5rem; }
      .t-site-sfnt-creative__wrap {
        margin: 0.6875rem 0.5rem 0; }
      .t-site-sfnt-creative__item {
        padding-top: calc(204 / 360 * 100%); }
      .t-site-sfnt-creative__header-text {
        font-size: 1.25rem;
        line-height: 1.1;
        margin-bottom: 0.25rem; }
      .t-site-sfnt-creative__header-text--large {
        font-size: 1.875rem; }
      .t-site-sfnt-creative__overlay {
        bottom: 1.1875rem;
        width: calc(100% - 1.25rem); }
        .t-site-sfnt-creative__overlay.u-text-right {
          right: 1.25rem; }
        .t-site-sfnt-creative__overlay.u-text-left {
          left: 1.25rem; }
      .t-site-sfnt-creative__button {
        /* line-height: 2.5; */
        width: 7.125rem;
        height: 2.125rem;
        margin-top: 0.625rem; }
      .t-site-sfnt-creative__crv .t-site-sfnt-creative__header-text, .t-site-sfnt-creative__merchandise .t-site-sfnt-creative__header-text {
        padding-left: calc(100% - 13.5rem); }
      .t-site-sfnt-creative__crv .t-site-sfnt-creative__text {
        padding-left: calc(100% - 16.75rem); }
      .t-site-sfnt-creative__merchandise .t-site-sfnt-creative__text {
        padding-left: calc(100% - 15rem); }
      .t-site-sfnt-creative__fluids .t-site-sfnt-creative__text {
        padding-right: calc(100% - 12rem); }
      .t-site-sfnt-creative__vsc .t-site-sfnt-creative__text, .t-site-sfnt-creative__parts .t-site-sfnt-creative__text {
        padding-right: calc(100% - 19rem); } }
  @media (max-width: 47.99em) {
    .t-site-sfnt-creative {
      padding: 0.1875rem 0.1875rem 0.125rem; }
      .t-site-sfnt-creative__wrap {
        margin: 0.5625rem 0.4375rem 0; }
      .t-site-sfnt-creative__item {
        padding-top: calc(434 / 737 * 100%); }
      .t-site-sfnt-creative__header-text {
        line-height: 1.1;
        margin-bottom: 0.3125rem; }
      .t-site-sfnt-creative__button {
        margin-top: 0.6875rem; }
      .t-site-sfnt-creative__vsc .t-site-sfnt-creative__text, .t-site-sfnt-creative__parts .t-site-sfnt-creative__text {
        padding-right: calc(100% - 16.25rem); } }
@media (min-width: 550px) and (max-width: 767px) {
  .t-site-sfnt-creative {
    font-size: 1.25rem; }
    .t-site-sfnt-creative__header-text {
      font-size: 1.875rem;
      line-height: 1.1;
      margin-bottom: 0.25rem; }
    .t-site-sfnt-creative__header-text--large {
      font-size: 2.8125rem; }
    .t-site-sfnt-creative__button {
      width: 10.6875rem;
      height: 3.1875rem;
      margin-top: 0.625rem; }
    .t-site-sfnt-creative__crv .t-site-sfnt-creative__header-text, .t-site-sfnt-creative__merchandise .t-site-sfnt-creative__header-text {
      padding-left: calc(100% - 20.25rem); }
    .t-site-sfnt-creative__crv .t-site-sfnt-creative__text {
      padding-left: calc(100% - 28.125rem); }
    .t-site-sfnt-creative__merchandise .t-site-sfnt-creative__text {
      padding-left: calc(100% - 23.5rem); }
    .t-site-sfnt-creative__fluids .t-site-sfnt-creative__text {
      padding-right: calc(100% - 20rem); }
    .t-site-sfnt-creative__vsc .t-site-sfnt-creative__text, .t-site-sfnt-creative__parts .t-site-sfnt-creative__text {
      padding-right: calc(100% - 28.5rem); } }

/** About Section **/
.t-storefront-about {
  background-color: #f7f7f7;
  margin-top: 1.875rem;
  /* padding: 6.625rem 3.125rem 8.125rem; */
  padding: 6.625rem 3.125rem 6.0625rem;
  max-width: 100%; }
  .t-storefront-about .o-layout__item {
    padding-left: 0; }
  .t-storefront-about__header {
    font-size: 2.25rem;
    padding-left: 3.3125rem;
    line-height: 1;
    margin-top: 0.4375rem;
    margin-bottom: 1.3125rem; }
  .t-storefront-about__brief {
    line-height: 1.667;
    color: #636262;
    font-size: 1.125rem;
    padding-right: 4rem;
    margin-bottom: 2rem;
    padding-left: 3.3125rem; }
  .t-storefront-about__image {
    height: 26.0625rem; }
  .t-storefront-about__button {
    min-width: 14.5625rem;
    min-height: 3.1875rem;
    font-size: 1rem;
    margin-top: 1.9375rem; }
  @media (max-width: 1279px) {
    .t-storefront-about {
      margin-top: 1rem;
      margin-left: 0;
      padding: 0; }
      .t-storefront-about .o-layout__item {
        flex-basis: calc(100% / 12 * 12);
        max-width: calc(100% / 12 * 12); }
      .t-storefront-about__button {
        min-width: 13.3125rem;
        min-height: 2.9375rem;
        font-size: 0.875rem;
        margin-top: 1.75rem; }
      .t-storefront-about__header {
        font-size: 1.875rem;
        padding: 0 2.5rem;
        line-height: 1.1;
        margin-top: 2.6875rem;
        margin-bottom: 1.0625rem; }
      .t-storefront-about__brief {
        line-height: 1.714;
        font-size: 0.875rem;
        padding: 0 2.5rem;
        padding-right: 5rem;
        margin-bottom: 1.875rem; }
      .t-storefront-about__image-wrap.o-layout__item {
        padding: 0 1rem 1.375rem;
        margin-bottom: 0.5rem; }
      .t-storefront-about__image {
        height: auto;
        padding-top: calc(318 / 736 * 100%);
        position: relative; }
        .t-storefront-about__image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto; } }
  @media (max-width: 47.99em) {
    .t-storefront-about {
      margin-top: 0.5625rem; }
      .t-storefront-about__button {
        min-width: 11.4375rem;
        min-height: 2.5rem;
        font-size: 0.75rem;
        margin-top: 1.375rem; }
      .t-storefront-about__header {
        font-size: 1.375rem;
        padding: 0 1.375rem;
        line-height: 1.364;
        margin-top: 1.625rem;
        margin-bottom: 0.75rem; }
      .t-storefront-about__brief {
        line-height: 1.5;
        font-size: 0.75rem;
        padding: 0 2.125rem 0 1.5625rem;
        margin-bottom: 2rem; } }
@media (min-width: 550px) and (max-width: 767px) {
  .t-storefront-about__header {
    font-size: 2.0625rem; }
  .t-storefront-about__brief {
    font-size: 1.125rem; } }

/** Featured Products carousel **/
.t-sfnt-products {
  padding-top: 0; }
  .t-sfnt-products__divider {
    height: 0.375rem;
    margin-top: 0.3125rem;
    margin-bottom: 0.1875rem; }
  .t-sfnt-products.t-sfnt-featured-products {
    margin-bottom: 2.625rem; }
  .t-sfnt-products.t-sfnt-sale-products {
    margin-bottom: 3.0625rem; }
  .t-sfnt-products.t-sfnt-new-products {
    margin-bottom: 4.5rem; }
  .t-sfnt-products__carousel-arrow {
    font-size: 2rem;
    /* compensate for padding on product displays */
    width: 2.125rem; }
    .t-sfnt-products__carousel-arrow--prev {
      margin-left: 3.125rem; }
    .t-sfnt-products__carousel-arrow--next {
      margin-right: 2.125rem;
      /* padding-left: 1rem; */ }
    .t-sfnt-products__carousel-arrow .slick-arrow {
      margin-top: -13.125rem;
      cursor: pointer;
      color: #bababa; }
    .t-sfnt-products__carousel-arrow .slick-arrow:hover {
      color: black; }
  .t-sfnt-products__carousel-wrap {
    width: calc(100% - 10.5rem); }
  .t-sfnt-products .slick-slider:not(.slick-initialized) {
    /* Hide content until the slider is ready */
    display: none; }
  .t-sfnt-products__image-wrap {
    position: relative;
    width: 100%;
    display: inline-block; }
    .t-sfnt-products__image-wrap::before {
      content: "";
      margin-top: 100%;
      display: block; }
    .t-sfnt-products__image-wrap .c-product-image-resize {
      border: 2px solid lightgrey;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%; }
  .t-sfnt-products .x-product-list__price {
    line-height: 1.6;
    /** Override colors pre-set on the elements */ }
    .t-sfnt-products .x-product-list__price.u-color-custom-red {
      color: #70708; }
    .t-sfnt-products .x-product-list__price.u-color-black {
      color: black; }
  .t-sfnt-products .x-product-list__heading {
    height: 8rem;
    line-height: 0.625;
    font-size: 3rem;
    padding-left: 0;
    margin-bottom: 2.5rem; }
  .t-sfnt-products .x-product-list__product {
    padding-right: 1.125rem; }
  .t-sfnt-products .x-product-list__item > .c-product-data {
    line-height: 1.4;
    color: #333; }
  .t-sfnt-products .x-product-list__item .product-button-container {
    padding-top: 0.25rem;
    padding-bottom: 0; }
  .t-sfnt-products .product-image-caption {
    height: 4.75rem;
    line-height: 1.3;
    padding-top: 0.375rem; }
  .t-sfnt-products .c-product-figure-link {
    display: inline-block;
    width: 100%; }
    .t-sfnt-products .c-product-figure-link .product-flag {
      top: 2.375rem;
      right: 2.375rem; }
  @media (max-width: 1200px) {
    .t-sfnt-products .x-product-list__item > .c-product-data {
      line-height: 1.4;
      font-size: 0.875rem; }
    .t-sfnt-products .x-product-list__item .product-button-container {
      margin-top: 0.5625rem;
      padding-top: 0;
      min-height: 2.5625rem; }
      .t-sfnt-products .x-product-list__item .product-button-container .u-button-font-size {
        font-size: 0.875rem; }
      .t-sfnt-products .x-product-list__item .product-button-container a {
        display: flex;
        min-height: 100%;
        justify-content: center;
        align-items: center; } }
  @media (max-width: 59.99em) {
    .t-sfnt-products {
      max-width: calc(100% - 2px); }
      .t-sfnt-products__divider {
        height: 0.1875rem; }
      .t-sfnt-products.t-sfnt-featured-products {
        margin-bottom: 3rem; }
        .t-sfnt-products.t-sfnt-featured-products .t-sfnt-products__divider {
          display: none; }
        .t-sfnt-products.t-sfnt-featured-products .x-product-list__heading {
          margin-top: 0.125rem; }
      .t-sfnt-products.t-sfnt-sale-products {
        margin-bottom: 2.9375rem; }
      .t-sfnt-products.t-sfnt-new-products {
        margin-bottom: 3.625rem; }
      .t-sfnt-products__carousel-arrow {
        font-size: 1.5rem; }
        .t-sfnt-products__carousel-arrow--prev {
          width: 1.625rem;
          margin-left: 0; }
        .t-sfnt-products__carousel-arrow--next {
          width: 0.875rem;
          margin-right: 0;
          padding-right: 0.5rem;
          justify-content: center; }
        .t-sfnt-products__carousel-arrow .slick-arrow {
          margin-top: -11.0625rem; }
      .t-sfnt-products__carousel-wrap {
        width: calc(100% - 2.5rem); }
      .t-sfnt-products .x-product-list__heading {
        height: 5.1875rem;
        line-height: 0.8333;
        font-size: 2.25rem;
        margin-bottom: 1.6875rem; }
      .t-sfnt-products .o-layout__item.slick-slide {
        padding-left: 0; }
      .t-sfnt-products .x-product-list__product {
        padding-right: 0.6875rem; }
      .t-sfnt-products .product-image-caption {
        height: 3.625rem; }
      .t-sfnt-products .c-product-figure-link .product-flag {
        top: 1.375rem;
        right: 1.375rem; }
      .t-sfnt-products .product-button-container .u-button-font-size {
        font-weight: 600; } }
  @media (max-width: 47.99em) {
    .t-sfnt-products {
      padding-top: 0.5625rem; }
      .t-sfnt-products__divider {
        height: 0.1875rem;
        margin: 0; }
      .t-sfnt-products.t-sfnt-featured-products {
        margin-bottom: 0.8125rem; }
        .t-sfnt-products.t-sfnt-featured-products .t-sfnt-products__divider {
          display: block; }
        .t-sfnt-products.t-sfnt-featured-products .x-product-list__heading {
          margin-top: 0; }
      .t-sfnt-products.t-sfnt-sale-products {
        margin-bottom: 1.0625rem; }
      .t-sfnt-products.t-sfnt-new-products {
        margin-bottom: 2.6875rem; }
      .t-sfnt-products .x-product-list__heading {
        height: 2.75rem;
        line-height: 1.25;
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
        font-weight: 500; }
      .t-sfnt-products__carousel-arrow {
        font-size: 0.75rem; }
        .t-sfnt-products__carousel-arrow--prev {
          width: 0.5rem;
          justify-content: center; }
        .t-sfnt-products__carousel-arrow--next {
          width: 0.5rem;
          padding-right: 0; }
        .t-sfnt-products__carousel-arrow .slick-arrow {
          margin-top: -8.3125rem; }
      .t-sfnt-products__carousel-wrap {
        width: calc(100% - 1rem); }
      .t-sfnt-products .x-product-list__item > .c-product-data {
        line-height: 1;
        font-size: 0.75rem; }
      .t-sfnt-products .x-product-list__item .product-button-container {
        margin-top: 0.125rem;
        min-height: 1.875rem; }
        .t-sfnt-products .x-product-list__item .product-button-container .u-button-font-size {
          font-size: 0.625rem;
          font-weight: 700; }
      .t-sfnt-products .x-product-list__product {
        padding: 0 0.125rem; }
      .t-sfnt-products__image-wrap .c-product-image-resize {
        border-width: 1px;
        margin-bottom: 0; }
      .t-sfnt-products .product-image-caption {
        height: 3.4375rem;
        padding-top: 0;
        line-height: 1.143; }
      .t-sfnt-products .c-product-figure-link .product-flag {
        top: 0.875rem;
        right: 0.875rem; } }

/**
 * BASK
 **/
.t-basket {
  margin-top: 4rem; }
  .t-basket th.c-table-responsive__cell:first-of-type {
    padding-left: 1rem; }
  .t-basket .apple-pay-button, .t-basket .apple-pay-button-background {
    width: 100%;
    height: 79px; }
  @media (max-width: 74.99em) {
    .t-basket .c-button--large.u-font-huge, .t-basket .c-button--large.u-font-large {
      font-size: 1.25rem; } }
  @media (max-width: 59.99em) {
    .t-basket {
      margin-top: 2.75rem; }
      .t-basket .c-button--full {
        display: inline-block;
        width: auto; }
      .t-basket .apple-pay-button, .t-basket .apple-pay-button-background {
        width: 265px;
        height: 67px; }
      .t-basket .o-layout__item {
        padding-right: 2rem; } }
  @media (max-width: 47.99em) {
    .t-basket {
      margin-top: 2rem; }
      .t-basket .o-layout__item {
        padding: 0 1rem; }
      .t-basket .c-table-responsive_thead {
        display: table-header-group; }
      .t-basket .c-table-responsive__row {
        display: table-row; }
      .t-basket .c-table-responsive__cell {
        display: table-cell; }
      .t-basket .c-table-responsive__cell::before {
        display: none; }
      .t-basket h1.c-heading-delta {
        font-size: 1rem; }
      .t-basket th.c-table-responsive__cell {
        padding-top: calc(16px / 2);
        font-size: 0.875rem; }
      .t-basket td.c-table-simple__cell .c-heading-echo, .t-basket td.c-table-simple__cell .c-heading-delta {
        font-size: 0.875rem; }
      .t-basket-update .x-quantify {
        font-size: 0.75rem; }
      .t-basket .c-button--large.u-font-huge, .t-basket .c-button--large.u-font-large {
        font-size: 0.875rem; }
      .t-basket .t-basket .apple-pay-button, .t-basket .apple-pay-button-background {
        width: 186px;
        height: 47px; } }
  @media (max-width: 699px) {
    .t-basket .o-layout__item {
      padding: 0; }
    .t-basket-update .x-quantify {
      font-size: 0.625rem; }
    .t-basket__product-remove {
      margin-bottom: 0.5rem; } }
  @media (max-width: 399px) {
    .t-basket__wishlist-add {
      font-size: 0.625rem; } }

/* Mini-basket */
#mini_basket .apple-pay-button {
  width: 100%;
  min-width: 300px;
  height: 47px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #mini_basket .apple-pay-button {
      min-width: 500px; } }

/**
 * ACAD/ACED/CADE
 **/
.t-page-acad .t-acad-customer__wrap,
.t-page-aced .t-acad-customer__wrap,
.t-page-cade .t-acad-customer__wrap {
  padding-bottom: 3rem; }
  .t-page-acad .t-acad-customer__wrap #login-details,
  .t-page-aced .t-acad-customer__wrap #login-details,
  .t-page-cade .t-acad-customer__wrap #login-details {
    padding-top: 1.5rem; }
  .t-page-acad .t-acad-customer__wrap #bill-to, .t-page-acad .t-acad-customer__wrap #ship-to,
  .t-page-aced .t-acad-customer__wrap #bill-to,
  .t-page-aced .t-acad-customer__wrap #ship-to,
  .t-page-cade .t-acad-customer__wrap #bill-to,
  .t-page-cade .t-acad-customer__wrap #ship-to {
    padding-top: 2rem; }
  .t-page-acad .t-acad-customer__wrap #Customer_BillStateSelect, .t-page-acad .t-acad-customer__wrap #Customer_ShipStateSelect, .t-page-acad .t-acad-customer__wrap #Customer_BillCountry, .t-page-acad .t-acad-customer__wrap #Customer_ShipCountry, .t-page-acad .t-acad-customer__wrap #Address_Country, .t-page-acad .t-acad-customer__wrap #Address_StateSelect,
  .t-page-aced .t-acad-customer__wrap #Customer_BillStateSelect,
  .t-page-aced .t-acad-customer__wrap #Customer_ShipStateSelect,
  .t-page-aced .t-acad-customer__wrap #Customer_BillCountry,
  .t-page-aced .t-acad-customer__wrap #Customer_ShipCountry,
  .t-page-aced .t-acad-customer__wrap #Address_Country,
  .t-page-aced .t-acad-customer__wrap #Address_StateSelect,
  .t-page-cade .t-acad-customer__wrap #Customer_BillStateSelect,
  .t-page-cade .t-acad-customer__wrap #Customer_ShipStateSelect,
  .t-page-cade .t-acad-customer__wrap #Customer_BillCountry,
  .t-page-cade .t-acad-customer__wrap #Customer_ShipCountry,
  .t-page-cade .t-acad-customer__wrap #Address_Country,
  .t-page-cade .t-acad-customer__wrap #Address_StateSelect {
    width: 100%;
    height: calc(2.5em - (1px * 2));
    padding: calc(1em / 2);
    border: 1px solid #c0c0c0;
    cursor: pointer;
    background-color: #fff; }

/**
 * OCST
 **/
@media (max-width: 59.99em) {
  .t-ocst > .o-layout__item {
    padding-left: 0; } }
@media (max-width: 47.99em) {
  .t-ocst > div.o-layout__item form li.c-form-list__item {
    padding-right: calc(16px * 2); } }
@media (max-width: 449px) {
  .t-ocst > div.o-layout__item form li.c-form-list__item {
    padding: 0 1rem; } }
.t-ocst .apple-pay-button {
  width: 314px;
  height: 67px;
  min-width: 300px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .t-ocst .apple-pay-button {
      min-width: 500px; } }

.x-payment-button-container {
  display: table-caption; }

.t-osel .apple-pay-button {
  width: 252px;
  height: 54px; }

/**
 * OUSL
 **/
.t-upsell {
  margin-bottom: 2rem; }
  @media (max-width: 559px) {
    .t-upsell > div.o-layout__item {
      padding: 0 0.5rem; } }

/**
 * OUSM
 **/
@media (max-width: 47.99em) {
  .t-upsell-multi .c-table-responsive__cell {
    display: inline-grid;
    padding-left: 1rem; }
  .t-upsell-multi__row > .c-table-responsive__cell:first-of-type {
    display: block;
    font-weight: bold; } }

/**
 * UATM/UATR
 **/
.t-page-uatm main,
.t-page-uatr main {
  padding-top: 2rem; }
@media (max-width: 47.99em) {
  .t-page-uatm form li:not(.t-multiple-product-upsell-purchase__options),
  .t-page-uatr form li:not(.t-multiple-product-upsell-purchase__options) {
    padding-left: calc(50% + 2rem);
    text-align: left; } }

/**
 * OSEL/OPAY
 **/
.t-opay,
.t-osel {
  margin-bottom: 2rem; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .t-opay .apple-pay-button,
    .t-osel .apple-pay-button {
      min-width: 400px; } }
  @media (max-width: 399px) {
    .t-opay > .o-layout__item,
    .t-osel > .o-layout__item {
      padding: 0 1rem; }
    .t-opay .t-checkout-basket-summary,
    .t-osel .t-checkout-basket-summary {
      padding: 2rem 1rem 0; }
    .t-opay .t-checkout-basket-summary__promo-form,
    .t-osel .t-checkout-basket-summary__promo-form {
      padding: 1rem;
      margin: -1px -1rem; } }

.t-opay #bill-to, .t-opay #ship-to {
  padding-right: 1rem;
  padding-bottom: 1.5rem; }
  .t-opay #bill-to .t-billing-address, .t-opay #ship-to .t-billing-address {
    padding-left: 0.5rem; }
  @media (max-width: 399px) {
    .t-opay #bill-to, .t-opay #ship-to {
      padding-right: 0; } }
.t-opay .apple-pay-button {
  min-width: 300px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .t-opay .apple-pay-button {
      min-width: 500px; } }

/**
 * INVC
 **/
.t-invc__header {
  padding-top: 1rem; }

.t-page-invc {
  min-height: 100%; }
  .t-page-invc .t-invc__wrap {
    width: 100%;
    max-width: 60.25rem;
    margin: 3.5rem auto;
    padding: 5.5rem 4.875rem;
    border: 1px dashed #1e1e1e; }
  .t-page-invc .t-invc-conf__header {
    font-size: 1.875rem;
    margin: 0;
    line-height: 1;
    padding-bottom: 1rem; }
  .t-page-invc .t-invc-conf__order-info {
    font-size: 1.125rem;
    line-height: 1.333; }
  .t-page-invc .t-invc__mast {
    height: 1.4375rem;
    background-color: #d70708; }
  .t-page-invc .t-invc-blurb {
    margin-bottom: 2rem;
    font-size: 0.875rem;
    padding-left: 1rem; }
  .t-page-invc .t-invc-header img {
    margin-bottom: 1.5rem; }
  .t-page-invc .t-invc-content {
    padding-bottom: 2rem; }
    .t-page-invc .t-invc-content h1 {
      padding: 0.5rem; }
    .t-page-invc .t-invc-content #customer-fields {
      justify-content: space-between;
      padding-bottom: 4rem; }
      .t-page-invc .t-invc-content #customer-fields h2 {
        padding-left: 1rem; }
      .t-page-invc .t-invc-content #customer-fields #bill-to, .t-page-invc .t-invc-content #customer-fields #ship-to {
        flex-basis: calc(100% / 12 * 5.8);
        max-width: calc(100% / 12 * 5.8); }
      .t-page-invc .t-invc-content #customer-fields .form_row {
        display: grid;
        grid-template-columns: 38% auto;
        padding-left: 1rem; }
  @media (max-width: 59.99em) {
    .t-page-invc .t-invc__wrap {
      margin: 0;
      padding: 2rem 2rem;
      border: none; }
    .t-page-invc .t-invc-content #customer-fields {
      padding-bottom: 2rem; } }
  @media (max-width: 47.99em) {
    .t-page-invc .t-invc__wrap {
      padding: 1rem;
      padding-left: 0; }
    .t-page-invc .t-invc-content > .o-layout__item {
      padding-left: 1rem; }
    .t-page-invc .t-invc-content .c-table-responsive__row {
      display: table-row; }
    .t-page-invc .t-invc-content .c-table-responsive__cell {
      display: table-cell; }
      .t-page-invc .t-invc-content .c-table-responsive__cell::before {
        display: none; }
      .t-page-invc .t-invc-content .c-table-responsive__cell--flex {
        display: table-cell; }
    .t-page-invc .t-invc-content #customer-fields h2 {
      padding-left: 0.5rem; }
    .t-page-invc .t-invc-content #customer-fields #bill-to, .t-page-invc .t-invc-content #customer-fields #ship-to {
      flex-basis: calc(100% / 12 * 12);
      max-width: calc(100% / 12 * 12); }
    .t-page-invc .t-invc-content #customer-fields .form_row {
      padding-left: 0.5rem; } }

/**
 * Blog styles 
 **/
#WRDPRESS .t-main-content-element {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  #WRDPRESS .t-main-content-element .column-left {
    flex-basis: 25%;
    max-width: 25%; }
    #WRDPRESS .t-main-content-element .column-left .cattree li {
      list-style: none;
      border-top: 1px solid #eaeaea;
      padding-left: 0.5rem; }
      #WRDPRESS .t-main-content-element .column-left .cattree li a {
        color: #0f0f0f;
        font-weight: 400;
        line-height: 1.7; }
    #WRDPRESS .t-main-content-element .column-left li.current-cat a {
      font-weight: bold; }
  #WRDPRESS .t-main-content-element > #content, #WRDPRESS .t-main-content-element > #column-right {
    flex-basis: 75%;
    max-width: 75%;
    padding-left: 1.5rem; }
    #WRDPRESS .t-main-content-element > #content > #column-right, #WRDPRESS .t-main-content-element > #content > #content, #WRDPRESS .t-main-content-element > #column-right > #column-right, #WRDPRESS .t-main-content-element > #column-right > #content {
      max-width: 100%; }
      #WRDPRESS .t-main-content-element > #content > #column-right a.page-numbers, #WRDPRESS .t-main-content-element > #content > #content a.page-numbers, #WRDPRESS .t-main-content-element > #column-right > #column-right a.page-numbers, #WRDPRESS .t-main-content-element > #column-right > #content a.page-numbers {
        color: #0f0f0f; }
  @media (min-width: 90.01em) {
    #WRDPRESS .t-main-content-element .column-left {
      flex-basis: 20%;
      max-width: 20%; } }
  @media (max-width: 47.99em) {
    #WRDPRESS .t-main-content-element {
      flex-direction: column-reverse; }
      #WRDPRESS .t-main-content-element .column-left {
        flex-basis: 100%;
        max-width: 100%; }
      #WRDPRESS .t-main-content-element > #content, #WRDPRESS .t-main-content-element > #column-right {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0; } }

/*# sourceMappingURL=chh.css.map */
