:root {
  --white: white;
  --royal-blue: #0050c3;
  --midnight-blue: #140c43;
  --gold: #ffc411;
  --deepred: #961a1d;
  --grey: grey;
  --light-grey: #cbcbcb;
  --gold-trans: #ffc411cc;
  --dodger-blue: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.globalnav {
  height: 200px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  transition: all .2s;
  position: fixed;
  inset: 300px 0% auto;
}

.logolink {
  margin-right: 4%;
  position: absolute;
  top: 0;
  left: 0;
}

.hol-logo {
  width: 18vw;
  height: 75px;
  max-height: 140px;
}

.hol-logo.testpage {
  width: 25vw;
  height: 100px;
}

.upperlinks {
  background-image: linear-gradient(to right, gray, #fff 30% 70%, gray);
  height: auto;
  min-height: 140px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 300;
  position: relative;
  box-shadow: 0 0 6px #00000080;
}

.upperlinks.testpage {
  min-height: 190px;
}

.navlink {
  border-radius: 4px;
  margin-right: 15px;
  text-decoration: none;
}

.navlink:hover {
  box-shadow: inset 0 0 0 1px #6e6e6e;
}

.navlink.last {
  margin-right: 0;
}

.navtext {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 14vw;
  margin-left: 0;
  margin-right: 9px;
  padding: 9px 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4vw;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5vw;
  text-decoration: none;
  transition: box-shadow .275s cubic-bezier(.19, 1, .22, 1);
  box-shadow: 0 0 0 1px #c7c7c7;
}

.navtext:hover {
  background-color: var(--white);
  color: var(--royal-blue);
  box-shadow: inset 0 0 0 1px #0009;
}

.navtext:active {
  box-shadow: inset 1px 1px 3px 1px #0000007d, inset 0 0 0 1px #0009;
}

.navtext.call {
  float: right;
  background-color: var(--royal-blue);
  box-shadow: none;
  color: #e6e6e6;
  background-image: url('../images/phone.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 0;
  width: auto;
  height: 113px;
  margin-top: -61px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 52px;
  padding-left: 2vw;
  padding-right: 1.5vw;
  font-size: 18px;
  transition: none;
  position: relative;
  right: 0;
}

.navtext.call:hover {
  background-color: var(--midnight-blue);
  box-shadow: none;
  color: #fff;
}

.navtext.find {
  float: right;
  box-shadow: none;
  color: #e6e6e6;
  background-color: #0050c3;
  background-image: url('../images/location.svg');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 0;
  width: auto;
  height: 113px;
  margin-top: -61px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 52px;
  padding-left: 2vw;
  padding-right: 1.5vw;
  font-size: 18px;
  transition: none;
}

.navtext.find:hover {
  background-color: var(--midnight-blue);
  box-shadow: none;
  color: #fff;
}

.navtext.mobile {
  display: none;
}

.movebox {
  opacity: .9;
  background-image: url('../images/long-move.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  height: 22px;
  position: absolute;
  inset: auto 0% 0%;
}

.navcenter {
  display: inline-block;
  position: relative;
  left: 22vw;
}

.onthemove {
  opacity: .85;
  max-width: none;
  height: 14px;
  max-height: 100%;
  position: absolute;
  inset: auto 15px 5px auto;
  overflow: hidden;
}

.eyebrow {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 300;
}

.container {
  max-width: 1100px;
  position: relative;
}

.holbrook-nav {
  z-index: 30000;
  height: 190px;
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 500;
  position: fixed;
  inset: 0 0% auto;
  overflow: hidden;
  box-shadow: 0 1px 3px #000;
}

.holbrookmain-link {
  margin-top: 21px;
  transition: all .5s;
}

.holbrookmain-link.w--current {
  margin-top: 29px;
  padding: 0;
}

.holbrookmain-link.newlogo {
  margin-top: 0;
}

.nav-container {
  z-index: 10;
  max-width: 1120px;
  position: relative;
}

.nav-menu {
  margin-top: 0;
  padding-top: 40px;
  position: absolute;
  inset: 0% 0% auto 22.9vw;
}

.banner-hours {
  text-align: left;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  display: none;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: 0;
}

.search-used {
  background-color: var(--gold);
  color: #1d1d1d;
  letter-spacing: 2px;
  width: 51.5vw;
  height: 50px;
  padding-top: 21px;
  padding-left: 16vw;
  padding-right: 14vw;
  font-size: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.search-used:hover {
  color: #000;
  background-image: url('../images/glass-black.svg');
  background-position: 85% 60%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  font-weight: 600;
}

.search-new {
  color: #e6e6e6;
  letter-spacing: 2px;
  background-color: #0000;
  background-image: url('../images/menu-new.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 51.5vw;
  height: 50px;
  padding-top: 21px;
  padding-left: 16vw;
  padding-right: 14vw;
  font-size: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.search-new:hover {
  color: #fff;
  background-image: url('../images/glass-white.svg'), url('../images/menu-new.svg');
  background-position: 15% 60%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 50%, cover;
  font-weight: 600;
}

.searchtext {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  inset: auto 0% 9px;
}

.searchicon, .searchiconrev {
  height: 60%;
}

.bluecap {
  background-color: var(--royal-blue);
  width: 31%;
  height: 113px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bottom {
  background-color: #fff;
  background-image: linear-gradient(270deg, var(--grey), #fff 30%, #fff 70%, var(--grey));
  color: var(--midnight-blue);
  letter-spacing: 1px;
  height: 40px;
  padding-top: 8px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 11px;
  line-height: 11px;
  box-shadow: 0 0 6px #00000029;
}

.base-container {
  justify-content: space-between;
  max-width: 1120px;
  height: 100%;
  position: relative;
}

.itemized {
  float: right;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
}

.itemized:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.itemized.last {
  float: right;
  border-radius: 5px;
  order: 1;
  margin-top: -4px;
  margin-right: 0;
  transition: opacity .2s;
}

.itemized.last:hover {
  background-color: #0000;
}

.itemized.first {
  float: none;
  order: -1;
  display: inline-block;
}

.itemized.first:hover {
  color: var(--midnight-blue);
  background-color: #0000;
}

.introsection {
  height: 60vh;
  padding: 190px 39px 50px;
  position: relative;
}

.introsection.utility {
  min-height: auto;
}

.introsection.tall {
  background-color: var(--royal-blue);
  height: 80vh;
}

.introsection.specials {
  height: 35vh;
}

.introsection.special {
  background-color: var(--royal-blue);
  height: auto;
}

.body-container {
  flex-direction: column;
  align-items: center;
  max-width: 1120px;
  position: relative;
}

.body-container.s23 {
  color: #f0f0f0;
  max-width: 1400px;
  padding-top: 68px;
}

.body-container.s23n {
  color: #f0f0f0;
  max-width: 1400px;
  min-height: 60vh;
  padding-top: 68px;
  padding-right: 40%;
}

.bigfoot2 {
  background-color: var(--royal-blue);
  color: #e7e7e7;
  background-image: url('../images/HolbrookJ21-08584footerprep1000.png');
  background-position: 101% 101%;
  background-repeat: no-repeat;
  background-size: 50%;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 400px;
  padding: 80px 40px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.grow {
  margin-top: -5px;
  margin-bottom: 0;
  transition: all .2s;
}

.grow:hover {
  transform: scale(1.2);
}

.teko {
  margin-bottom: 35px;
  font-family: Teko, sans-serif;
  font-size: 36px;
}

.teko.hours {
  margin-bottom: 29px;
}

.sitemapbox {
  font-size: 13px;
}

.sitemaplink {
  opacity: .56;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  margin-right: 52px;
  padding: 4px;
  font-style: italic;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.sitemaplink:hover {
  background-color: var(--midnight-blue);
  opacity: 1;
  text-shadow: 1px 1px 6px #fff;
}

.locationtext {
  color: #ececec;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}

.locationtext:hover {
  color: #fff;
}

.locationmap {
  background-color: var(--light-grey);
  width: 100%;
}

.sociallink {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-block;
}

.sociallink:hover {
  box-shadow: 0 0 9px #ffffffe6;
}

.sociallink.twit {
  background-image: url('../images/twitter-bird.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.sociallink.twit:hover {
  box-shadow: 0 0 9px #fffc;
}

.sociallink.insta {
  background-image: url('../images/instagram-cam.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.sociallink.face {
  background-image: url('../images/facebook-f.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.sociallink.ebay {
  background-image: url('../images/ebay.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-title {
  color: #fff;
  height: 100px;
  text-decoration: none;
  position: absolute;
  inset: 76px auto auto 0%;
  overflow: hidden;
}

.page-title.rt {
  height: 100px;
  left: auto;
  right: 0;
}

.page-title.loc {
  height: auto;
  overflow: visible;
}

.wedge {
  z-index: 40;
  position: absolute;
  inset: 0 auto auto 0%;
}

.pageheader {
  z-index: 50;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 76px;
  padding-top: 25px;
  padding-bottom: 0;
  padding-right: 3px;
  font-family: Teko, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  inset: 0% auto auto 0%;
}

.pageheader._2 {
  text-shadow: 4px 4px 12px #00000061, 0 4px 9px #000c;
}

.pageheader.blue {
  color: var(--midnight-blue);
  text-shadow: 0 0 10px var(--white), 0 0 12px var(--white);
}

.page-title-left {
  color: #fff;
  background-color: #fff;
  width: 33vw;
  height: 100px;
  position: absolute;
  inset: 266px auto auto 0%;
  overflow: hidden;
}

.metal {
  background-image: linear-gradient(to right, gray, #fff 30% 70%, gray);
  padding: 50px 20px;
}

.metal.form {
  background-image: linear-gradient(to right, gray, #fff 30% 70%, gray);
  padding-bottom: 0;
}

.homeintro {
  background-image: linear-gradient(90deg, gray, #fff 53% 80%, gray);
  height: 60vh;
  padding: 190px 39px 50px;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page-title-right {
  color: #fff;
  background-color: #fff;
  width: 25vw;
  height: 100px;
  position: absolute;
  inset: 256px 0 auto auto;
  overflow: hidden;
}

.wedge-copy {
  z-index: 40;
  position: absolute;
  inset: auto auto 0 0%;
  transform: rotate(180deg);
}

.homeleft {
  background-image: url('../images/tran-1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49vw;
  position: absolute;
  inset: 180px auto 0 0;
}

.homeright {
  background-image: url('../images/rightWhite-1000.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 51vw;
  position: absolute;
  inset: 180px 0 0 auto;
}

.pitchtext {
  z-index: 51;
  color: #fff;
  text-align: left;
  background-color: #000;
  padding: 6px 10px;
  font-family: Roboto Condensed, sans-serif;
  display: inline-block;
  position: relative;
}

.pitchtext.rt {
  right: 0;
}

.pitchtext.yel {
  border: 1px solid var(--gold);
  color: var(--gold);
  padding-top: 10px;
  padding-bottom: 10px;
}

.pitchtext.red {
  background-color: var(--deepred);
  border: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.deallink {
  color: var(--royal-blue);
  text-align: right;
  margin-bottom: 12px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.deallink.leftalign {
  text-align: left;
}

.specialhead {
  text-align: right;
  margin-top: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.specialhead.leftalign {
  text-align: left;
}

.frontwindow {
  border: 6px solid var(--midnight-blue);
  margin-right: 15px;
  padding: 0;
}

.frontwindow.hfpdleft {
  margin-right: 10px;
}

.frontwindow.hfpdright {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 0;
}

.narrowed {
  border: 8px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  background-image: url('../images/sell-junk-car.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 66%;
  height: 250px;
  margin-bottom: 20px;
  padding: 16px;
  text-decoration: none;
}

.specialhead2 {
  color: #fff;
  font-family: Teko, sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: 50px;
}

.specialcopy {
  text-shadow: 0 0 8px #000;
  font-style: italic;
}

.disclaimer {
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 9px;
  font-style: italic;
  font-weight: 400;
  line-height: 10px;
}

.used-list-moving {
  margin-right: 5px;
}

.blindeye {
  display: none;
}

.headergraphic {
  background-color: var(--royal-blue);
  height: 60vh;
  position: absolute;
  inset: auto 0% 0%;
}

.headergraphic.specialsheader {
  background-image: url('../images/specials-header4.jpg'), linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  background-position: 100%, 0 0;
  background-size: cover, auto;
  height: 300px;
}

.headergraphic.localpro {
  background-image: url('../images/localpro-TALL.jpg'), linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 60vh;
}

.headergraphic.cutsheet {
  background-image: url('../images/cutsheets-header2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60vh;
}

.headergraphic.storelocator {
  background-image: url('../images/storelocator-header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.headergraphic.privacy {
  background-image: url('../images/privacy-header.jpg');
  background-position: 50% 100%;
  background-size: 110%;
  height: 60vh;
}

.headergraphic.sellcar {
  background-image: url('../images/sell-my-car-header4.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.headergraphic.jointeam {
  background-image: url('../images/our-team-header.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  top: auto;
}

.headergraphic.hp {
  background-image: url('../images/highland-park-1920px.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.headergraphic.lahser {
  background-image: linear-gradient(#dbeaffc4, #dbeaffc4), url('../images/lahser-1920.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.headergraphic.rc {
  background-image: url('../images/repair-center-1920px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headergraphic._8mi {
  background-image: url('../images/8-mile-1920.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headergraphic.vernor {
  background-image: url('../images/vernor-livernois-1920.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headergraphic.brown {
  background-image: url('../images/brownstown-1920px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headergraphic.hubb {
  background-image: url('../images/7-hubbell-1920px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headergraphic.tireglass {
  background-image: url('../images/tireautoglass-1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headergraphic.warranty {
  background-image: url('../images/warranty-header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headergraphic.special {
  height: 100vh;
  display: none;
}

.headergraphic.gratiot {
  background-image: url('../images/eastpointe-gratiot-1920px.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.warrantydownload {
  color: var(--white);
  background-color: #fff;
  width: 250px;
  height: 323px;
  margin-bottom: 20px;
  padding: 32px 30px 30px;
  text-decoration: none;
}

.warrantydownload.alt {
  color: var(--white);
  background-image: linear-gradient(#0050c3bf, #0050c3bf), url('../images/warranty-alternators.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 250px;
  width: 250px;
  height: 323px;
  margin-bottom: 20px;
  padding: 32px 30px 30px;
  text-decoration: none;
}

.warrantydownload.diff {
  background-image: linear-gradient(#0050c3bf, #0050c3bf), url('../images/warranty-differential.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 250px;
}

.warrantydownload.psp {
  background-image: linear-gradient(#0050c3bf, #0050c3bf), url('../images/warranty-powersteering.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 250px;
}

.warrantydownload.radiator {
  background-image: linear-gradient(#0050c3bf, #0050c3bf), url('../images/warranty-radiator.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 250px;
}

.warrantytext {
  color: var(--white);
  text-transform: none;
  font-family: Teko, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
}

.warrantytext.blu {
  color: var(--royal-blue);
}

.pageheader2 {
  z-index: 50;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 4px 9px #000c;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 76px;
  padding-top: 25px;
  padding-bottom: 0;
  padding-right: 3px;
  font-family: Teko, sans-serif;
  font-size: 70px;
  line-height: 60px;
  position: relative;
  inset: 0% auto auto 0%;
}

.pageheader2.yelo {
  color: var(--gold);
}

.pageheader2.red {
  color: var(--deepred);
  text-shadow: -2px -2px 4px #fff, 2px 2px 4px #fff, 0 4px 9px var(--white);
}

.page-titlehome {
  color: #fff;
  max-width: 47%;
  text-decoration: none;
  position: absolute;
  inset: 76px auto auto 0%;
}

.page-titlehome.rt {
  left: auto;
  right: 0;
}

.gray {
  background-color: var(--light-grey);
  padding: 60px 24px;
}

.gray.posting {
  background-color: #fff;
}

.gray.locationhome {
  padding-top: 30px;
}

.yellowbox {
  background-color: var(--gold);
  width: 25vw;
  min-height: 100px;
  padding: 20px;
  position: absolute;
  inset: 200px auto auto 0%;
}

.introsub {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.specialpic {
  border: 8px solid var(--midnight-blue);
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.addressbox {
  margin-bottom: 21px;
}

.cutsheetvan {
  background-color: var(--gold);
  background-image: linear-gradient(to bottom, var(--gold-trans), var(--gold-trans)), url('../images/Holbrook-Van-Cut-Sheet.jpg');
  color: var(--royal-blue);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 250px;
  height: 323px;
  margin-bottom: 20px;
  padding: 32px 30px 30px;
  text-decoration: none;
}

.cutsheet-2dr-uni {
  background-color: var(--gold);
  background-image: linear-gradient(to bottom, var(--gold-trans), var(--gold-trans)), url('../images/Holbrook-2-Door-Unibody-Cut-Sheet.jpg');
  color: var(--royal-blue);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 250px;
  height: 323px;
  margin-bottom: 20px;
  padding: 32px 30px 30px;
  text-decoration: none;
}

.cutsheet-4-dr-uni {
  background-color: var(--gold);
  background-image: linear-gradient(to bottom, var(--gold-trans), var(--gold-trans)), url('../images/Holbrook-4-Door-Unibody-Cut-Sheet.jpg');
  color: var(--royal-blue);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 250px;
  height: 323px;
  margin-bottom: 20px;
  padding: 32px 30px 30px;
  text-decoration: none;
}

.cutsheet-4-door-full {
  background-color: var(--gold);
  background-image: linear-gradient(to bottom, var(--gold-trans), var(--gold-trans)), url('../images/Holbrook-4-Door-Full-Frame-Cut-Sheet.jpg');
  color: var(--royal-blue);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 250px;
  height: 323px;
  margin-bottom: 20px;
  padding: 32px 30px 30px;
  text-decoration: none;
}

.cutsheet-ext-cab {
  background-color: var(--gold);
  background-image: linear-gradient(to bottom, var(--gold-trans), var(--gold-trans)), url('../images/Holbrook-Extended-Cab-Cut-Sheet.jpg');
  color: var(--royal-blue);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 250px;
  height: 323px;
  margin-bottom: 20px;
  padding: 32px 30px 30px;
  text-decoration: none;
}

.cutsheet-minivan {
  background-color: var(--gold);
  background-image: linear-gradient(to bottom, var(--gold-trans), var(--gold-trans)), url('../images/Holbrook-Minivan-Cut-Sheet.jpg');
  color: var(--royal-blue);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 250px;
  height: 323px;
  margin-bottom: 20px;
  padding: 32px 30px 30px;
  text-decoration: none;
}

.cutsheet-quadcab {
  background-color: var(--gold);
  background-image: linear-gradient(to bottom, var(--gold-trans), var(--gold-trans)), url('../images/Holbrook-Quad-Cab-Cut-Sheet.jpg');
  color: var(--royal-blue);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 250px;
  height: 323px;
  margin-bottom: 20px;
  padding: 32px 30px 30px;
  text-decoration: none;
}

.cutsheet-suv {
  background-color: var(--gold);
  background-image: linear-gradient(to bottom, var(--gold-trans), var(--gold-trans)), url('../images/Holbrook-SUV-Cut-Sheet.jpg');
  color: var(--royal-blue);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 250px;
  height: 323px;
  margin-bottom: 20px;
  padding: 32px 30px 30px;
  text-decoration: none;
}

.locationbox {
  background-color: var(--white);
  text-align: center;
  margin-bottom: 22px;
  padding: 20px;
}

.locationhead {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.location-phone {
  font-size: 22px;
  line-height: 26px;
}

.contactlink {
  background-color: var(--royal-blue);
  color: var(--white);
  margin-bottom: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.landinglink {
  text-decoration: none;
}

.locations-add {
  margin-bottom: 17px;
}

.mapblock {
  width: 100%;
  height: auto;
  min-height: 50px;
}

.hours {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.bigphone {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 20px;
  text-decoration: none;
}

.livemap {
  margin-bottom: 15px;
}

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

.featurebox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.specialpageintro {
  height: 350px;
  padding: 190px 39px 50px;
  position: relative;
}

.locationlink {
  color: #ececec;
  border-radius: 4px;
  margin-bottom: 16px;
  margin-right: 10px;
  padding: 4px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.locationlink:hover {
  background-color: var(--midnight-blue);
  color: #fff;
  text-shadow: 0 0 6px #ffffffbd;
  position: relative;
}

.upperthird, .mainfooterlinks, .lowthird {
  position: relative;
}

.kentag {
  z-index: -5;
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.html-embed {
  display: inline-block;
}

.topheader {
  margin-top: 0;
}

.main-image {
  margin-bottom: 14px;
}

.title-notopmargin {
  margin-top: 0;
}

.floatright {
  float: right;
}

.widebutton {
  border: 1px solid var(--dodger-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 500;
  transition: all .5s;
  display: block;
  position: static;
}

.widebutton:hover {
  border-color: var(--royal-blue);
  background-color: var(--white);
  color: var(--royal-blue);
}

.hilite {
  background-color: var(--gold-trans);
  display: inline-block;
}

.event-div {
  margin-bottom: 20px;
  display: none;
  position: relative;
}

.bigheader {
  margin-bottom: 10px;
}

.bigdeal {
  margin-top: 31px;
  margin-bottom: 31px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.list {
  list-style-type: disc;
}

.button {
  border-radius: 13px;
  margin-right: 15px;
  font-family: Teko, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  transition: all .275s;
  display: inline-block;
}

.button:hover {
  background-color: #5baef7;
}

.button.mob {
  display: none;
}

.lahser-landing {
  background-image: linear-gradient(195deg, #0050c300 52%, #000), linear-gradient(273deg, #fff0 54%, #fff), url('../images/IMG-4619-lahserprepNew25a.jpg');
  background-position: 0 0, 0 0, 50% 25%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 70vh;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.buttonred {
  text-align: center;
  background-color: #ee1e23;
  border-radius: 13px;
  margin-right: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Teko, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5em;
  transition: all .275s;
  display: inline-block;
}

.buttonred:hover {
  background-color: var(--deepred);
}

.image-3 {
  width: 20vw;
  position: absolute;
  inset: -50px auto auto 0;
}

.toc {
  font-size: 16px;
  line-height: 24px;
}

.div-block {
  height: 200px;
}

.whitebase {
  padding: 50px 20px;
}

.associations {
  padding: 60px 5vw;
}

.affilations {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.aff-logo {
  width: 200px;
}

.aff-logo._2 {
  width: 125px;
}

.embeddedform {
  height: 1000px;
}

.centerhead {
  text-align: center;
}

.style4 {
  font-size: 22px;
}

.locationheader {
  z-index: 50;
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 76px;
  padding-top: 25px;
  padding-bottom: 0;
  padding-right: 3px;
  font-family: Teko, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  inset: 0% auto auto 0%;
}

.locationheader._2 {
  text-shadow: 4px 4px 12px #00000061, 0 4px 9px #000c;
}

.locationheader.blue {
  color: var(--midnight-blue);
  text-shadow: 0 0 10px var(--white), 0 0 12px var(--white);
}

.hol-new-logo {
  width: 17vw;
  max-height: 140px;
}

.hol-new-logo.testpage {
  width: 25vw;
  height: 100px;
}

@media screen and (max-width: 991px) {
  .hol-logo.testpage {
    width: 65vw;
  }

  .navlink {
    margin-right: 5px;
  }

  .navtext {
    letter-spacing: 0;
    width: 13vw;
    font-size: 15px;
    line-height: 15px;
  }

  .navtext.call {
    height: 95px;
    padding: 49px 12px 8px 15px;
    font-size: 14px;
  }

  .navtext.find {
    background-color: var(--royal-blue);
    height: 95px;
    padding: 49px 13px 8px 16px;
    font-size: 14px;
  }

  .navcenter {
    left: 215px;
  }

  .onthemove {
    height: 13px;
  }

  .eyebrow {
    letter-spacing: 0;
    max-width: 1100px;
    font-size: 16px;
    line-height: 19px;
  }

  .holbrookmain-link {
    width: 200px;
    margin-top: 20px;
  }

  .holbrookmain-link.newlogo {
    margin-top: 2.5vw;
  }

  .nav-menu {
    left: 25.4vw;
  }

  .banner-hours {
    letter-spacing: 0;
    max-width: 1100px;
    font-size: 12px;
    line-height: 12px;
  }

  .search-used {
    width: 51.5vw;
    padding-top: 23px;
    padding-left: 7vw;
    padding-right: 7vw;
    font-size: 18px;
  }

  .search-new {
    width: 52vw;
    padding-top: 23px;
    padding-left: 7vw;
    padding-right: 7vw;
    font-size: 18px;
  }

  .searchicon, .searchiconrev {
    height: 25px;
  }

  .bluecap {
    width: 31%;
    height: 95px;
  }

  .bottom {
    font-size: 11px;
  }

  .base-container, .body-container {
    padding-left: 0;
    padding-right: 0;
  }

  .body-container.s23 {
    padding-top: 48px;
  }

  .body-container.s23n {
    padding-right: 31%;
  }

  .locationtext {
    padding-right: 7px;
  }

  .page-title {
    text-decoration: none;
  }

  .page-title.rt {
    overflow: visible;
  }

  .pageheader {
    padding-top: 20px;
    font-size: 55px;
    line-height: 45px;
  }

  .metal {
    padding-left: 40px;
    padding-right: 40px;
  }

  .homeintro {
    padding-top: 180px;
  }

  .homeleft, .homeright {
    background-size: cover;
  }

  .specialhead.leftalign {
    font-weight: 400;
  }

  .narrowed {
    width: 80%;
    height: 200px;
    padding: 10px 5px 11px;
  }

  .specialhead2 {
    font-size: 40px;
    line-height: 30px;
  }

  .specialcopy {
    text-shadow: 1px 1px 6px #000, 0 0 8px #000;
  }

  .headergraphic {
    height: 350px;
  }

  .headergraphic.localpro {
    background-image: url('../images/localpro-TALL.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .headergraphic.cutsheet {
    background-position: 75%;
    background-size: cover;
  }

  .headergraphic.privacy {
    background-position: 50%;
    background-size: cover;
  }

  .headergraphic.sellcar {
    background-position: 70%;
    background-size: cover;
  }

  .headergraphic.jointeam {
    background-position: 50% 0;
    background-size: cover;
  }

  .headergraphic.hp {
    background-size: cover;
  }

  .headergraphic.lahser, .headergraphic.rc, .headergraphic._8mi, .headergraphic.vernor {
    background-size: cover;
    height: 60vh;
  }

  .headergraphic.brown {
    background-position: 50%;
    background-size: cover;
    height: 60vh;
  }

  .headergraphic.hubb, .headergraphic.tireglass {
    background-size: cover;
    height: 60vh;
  }

  .headergraphic.gratiot {
    background-position: 50%;
    height: 60vh;
  }

  .warrantydownload, .warrantydownload.alt {
    height: 30vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .warrantytext {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .pageheader2 {
    padding-top: 20px;
    font-size: 55px;
    line-height: 45px;
  }

  .page-titlehome {
    text-decoration: none;
    overflow: visible;
  }

  .page-titlehome.rt {
    overflow: visible;
  }

  .gray {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gray.locations, .gray.locationhome {
    padding-left: 30px;
    padding-right: 30px;
  }

  .yellowbox {
    width: 40vw;
  }

  .introsub {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .cutsheetvan, .cutsheet-2dr-uni, .cutsheet-4-dr-uni, .cutsheet-4-door-full, .cutsheet-ext-cab, .cutsheet-minivan, .cutsheet-quadcab, .cutsheet-suv {
    height: 30vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .locationbox {
    padding: 15px;
  }

  .locationhead {
    color: var(--royal-blue);
    letter-spacing: -1px;
    font-size: 18px;
  }

  .hours {
    font-size: 18px;
  }

  .bigphone {
    font-size: 26px;
  }

  .featurebox {
    grid-template-columns: 1fr 1fr;
  }

  .specialpageintro {
    height: 350px;
  }

  .locationlink {
    padding-right: 7px;
  }

  .buttonred {
    font-size: 2.5em;
  }

  .image-3 {
    width: 40vw;
  }

  .whitebase {
    padding-left: 40px;
    padding-right: 40px;
  }

  .aff-logo {
    width: 25vw;
  }

  .locationheader {
    padding-top: 20px;
    font-size: 55px;
    line-height: 45px;
  }

  .hol-new-logo {
    width: 19vw;
  }

  .hol-new-logo.testpage {
    width: 65vw;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  img {
    margin-bottom: 20px;
  }

  .hol-logo, .hol-logo.testpage {
    width: 35vw;
  }

  .upperlinks {
    overflow: visible;
  }

  .upperlinks.testpage {
    min-height: 150px;
  }

  .navtext {
    float: none;
    text-align: center;
    background-image: linear-gradient(to right, #fff 40%, #fff0);
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    display: block;
  }

  .navtext:active {
    background-image: linear-gradient(to right, #fff, #fff);
  }

  .navtext.call {
    float: none;
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    margin-top: 10px;
    padding-top: 8px;
  }

  .navtext.find {
    float: none;
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    margin-top: 0;
    padding-top: 10px;
  }

  .navtext.mobile {
    display: block;
  }

  .onthemove {
    height: 12px;
    right: 10px;
  }

  .holbrook-nav {
    position: relative;
    overflow: visible;
  }

  .holbrook-nav.testpage {
    height: 140px;
  }

  .holbrookmain-link {
    width: 35vw;
    margin-top: 10px;
  }

  .nav-menu {
    z-index: 1001;
    background-image: linear-gradient(to right, gray, #ebebeb 51%, gray);
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    inset: 0% 0% auto;
  }

  .banner-hours {
    width: 25%;
    display: none;
    right: 26%;
  }

  .search-used {
    letter-spacing: 0;
    width: 54vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .search-new {
    letter-spacing: 0;
    width: 53vw;
    padding-left: 5vw;
    padding-right: 3vw;
  }

  .searchtext {
    font-size: 16px;
    right: 15%;
  }

  .searchtext.rev {
    left: 15%;
    right: 0%;
  }

  .menu-button {
    background-image: url('../images/np_menu_933310_FFFFFF.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    margin-top: 25px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
    background-image: url('../images/np_x_3994219_FFFFFF.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    padding-top: 10px;
  }

  .icon {
    color: #fff;
    font-size: 40px;
  }

  .bluecap {
    width: 110px;
  }

  .bottom {
    letter-spacing: 0;
    font-size: 10px;
  }

  .base-container {
    padding-left: 0;
    padding-right: 0;
  }

  .itemized {
    margin-right: 9px;
  }

  .itemized.last {
    margin-right: 0;
  }

  .introsection {
    height: 40vh;
    padding-top: 0;
  }

  .introsection.tall {
    height: 55vh;
  }

  .introsection.specials {
    height: 300px;
  }

  .introsection.special {
    padding-bottom: 20px;
  }

  .body-container {
    max-width: 100vw;
  }

  .body-container.s23 {
    padding-top: 25px;
  }

  .body-container.s23n {
    text-align: right;
    padding-right: 0%;
  }

  .bigfoot2 {
    background-position: 101% 101%;
    background-size: 70%;
    padding-top: 40px;
  }

  .grow {
    margin-bottom: 0;
  }

  .sitemapbox {
    margin-bottom: 41px;
  }

  .sitemaplink {
    background-color: var(--midnight-blue);
    border-radius: 4px;
    width: 75%;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 6px 10px;
    display: block;
  }

  .locationtext {
    margin-bottom: 18px;
    display: inline-block;
  }

  .locationmap {
    background-color: #0000;
    width: 75%;
    margin-top: 13px;
    margin-bottom: 50px;
  }

  .nomobile {
    display: none;
  }

  .page-title {
    width: 85vw;
    height: 85px;
    padding-top: 5px;
  }

  .page-title.rt {
    height: 85px;
  }

  .page-title.loc {
    width: auto;
  }

  .pageheader {
    margin-right: 44px;
    padding-top: 12px;
    padding-bottom: 0;
    font-size: 8vw;
    line-height: 7.5vw;
  }

  .pageheader.blue {
    text-align: right;
    margin-bottom: 10px;
    font-size: 7vw;
    line-height: 6.5vw;
  }

  .page-title-left {
    height: 85px;
    top: 76px;
  }

  .homeintro {
    height: 40vh;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .page-title-right {
    height: 85px;
    top: 176px;
  }

  .homeleft, .homeright {
    top: 0;
  }

  .pitchtext {
    text-align: left;
    font-family: Oswald, sans-serif;
    font-size: 13px;
    line-height: 13px;
  }

  .frontwindow {
    border-width: 4px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .frontwindow.hfpdleft {
    margin-right: 5px;
  }

  .frontwindow.hfpdright {
    margin-left: 5px;
  }

  .narrowed {
    width: 100%;
    height: 180px;
  }

  .disappearing {
    display: none;
  }

  .blindeye {
    float: right;
    width: 42vw;
    display: inline-block;
  }

  .shrinkage {
    width: 42vw;
    display: inline-block;
  }

  .headergraphic {
    width: 100vw;
    position: absolute;
    top: auto;
  }

  .headergraphic.localpro {
    height: 500px;
    top: 0;
  }

  .headergraphic.sellcar {
    background-position: 60%;
  }

  .headergraphic.jointeam {
    background-position: 50% 0;
    background-size: cover;
    top: auto;
  }

  .headergraphic.hp {
    background-size: cover;
  }

  .headergraphic.gratiot {
    background-position: 50%;
    background-size: cover;
  }

  .warrantydownload {
    height: 50vw;
    margin-right: 15px;
    overflow: hidden;
  }

  .warrantydownload.alt {
    height: 50vw;
  }

  .pageheader2 {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .page-titlehome {
    max-width: 35vw;
    height: 85px;
    padding-top: 5px;
  }

  .page-titlehome.rt {
    height: 85px;
  }

  .gray {
    padding: 40px 20px 50px;
  }

  .introsub {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .specialpic {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .italicnote {
    margin-left: 12px;
    margin-right: 12px;
  }

  .cutsheetvan, .cutsheet-2dr-uni, .cutsheet-4-dr-uni, .cutsheet-4-door-full, .cutsheet-ext-cab, .cutsheet-minivan, .cutsheet-quadcab, .cutsheet-suv {
    height: 50vw;
    margin-right: 15px;
    overflow: hidden;
  }

  .location-pic {
    margin-bottom: 10px;
  }

  .hours {
    font-size: 18px;
  }

  .bigphone {
    font-size: 24px;
  }

  .livemap {
    margin-bottom: 40px;
  }

  .featurebox {
    grid-column-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .specialpageintro {
    height: 150px;
    padding-top: 0;
  }

  .colwide {
    padding-left: 0;
    padding-right: 0;
  }

  .locationlink {
    margin-bottom: 18px;
    display: inline-block;
  }

  .main-image, .image-2 {
    width: 100%;
  }

  .button {
    margin-bottom: 15px;
    font-size: 45px;
  }

  .button.mob {
    text-align: center;
    font-size: 2.5em;
    line-height: 1em;
    display: inline-block;
  }

  .lahser-landing {
    background-image: radial-gradient(circle at 100% 0, #fff, #fff0 48%), url('../images/IMG-4619-lahserprepNew25a.jpg');
    background-position: 0 0, 65% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .buttonred {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1em;
  }

  .image-3 {
    top: -18px;
    left: 0;
    right: auto;
  }

  .div-block {
    height: 100px;
  }

  .associations {
    padding-left: 6vw;
  }

  .affilations {
    margin-bottom: 39px;
  }

  .aff-logo {
    width: 20vw;
  }

  .aff-logo._2 {
    width: 12vw;
  }

  .embeddedform {
    height: 500px;
  }

  .locationheader {
    margin-right: 44px;
    padding-top: 12px;
    padding-bottom: 0;
    font-size: 8vw;
    line-height: 7.5vw;
  }

  .locationheader.blue {
    text-align: right;
    margin-bottom: 10px;
    font-size: 7vw;
    line-height: 6.5vw;
  }

  .hol-new-logo, .hol-new-logo.testpage {
    width: 35vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .hol-logo {
    width: 50vw;
    height: 65px;
    max-height: 65px;
  }

  .hol-logo.testpage {
    width: 70vw;
    margin-bottom: 0;
  }

  .upperlinks {
    min-height: 110px;
    padding-left: 5vw;
    padding-right: 20px;
  }

  .upperlinks.testpage {
    min-height: 120px;
  }

  .navtext {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navtext.call {
    margin-top: 10px;
  }

  .onthemove {
    height: 10px;
    margin-bottom: 0;
    right: 10px;
  }

  .holbrook-nav {
    height: 180px;
    position: relative;
    inset: 0% 0% auto;
  }

  .holbrook-nav.testpage {
    height: 120px;
  }

  .holbrookmain-link {
    width: 50vw;
  }

  .holbrookmain-link.w--current {
    width: 50vw;
    margin-top: 16px;
  }

  .holbrookmain-link.sp {
    width: 100%;
  }

  .nav-menu {
    width: 100%;
    left: 0;
  }

  .banner-hours {
    display: none;
  }

  .search-used {
    width: 100vw;
    height: 35px;
    padding-top: 7px;
    display: block;
    bottom: 35px;
  }

  .search-new {
    background-color: var(--deepred);
    width: 100vw;
    height: 35px;
    padding-top: 7px;
    position: absolute;
  }

  .searchtext {
    font-size: 15px;
    top: 9px;
    bottom: auto;
    right: 0%;
  }

  .searchtext.rev {
    top: 9px;
    left: 0%;
  }

  .searchicon, .searchiconrev {
    height: 20px;
  }

  .bluecap {
    width: 90px;
    height: 85px;
  }

  .bottom {
    height: 60px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 10px;
    line-height: 14px;
  }

  .base-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .itemized {
    margin-right: 14px;
  }

  .itemized.last {
    order: 1;
  }

  .itemized.first {
    order: -1;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .introsection {
    padding-left: 0;
    padding-right: 0;
  }

  .introsection.special {
    padding-bottom: 0;
  }

  .body-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .body-container.s23 {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-container.s23n {
    text-align: right;
    min-height: 60vh;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .bigfoot2 {
    background-position: 101% 100%;
    padding-top: 40px;
  }

  .teko {
    width: 80%;
    font-size: 28px;
    line-height: 28px;
  }

  .sitemapbox {
    margin-bottom: 40px;
  }

  .sitemaplink {
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
  }

  .locationmap {
    width: 100%;
    margin-bottom: 35px;
  }

  .image {
    width: 100%;
  }

  .page-title {
    width: 90vw;
    height: 75px;
    padding-top: 10px;
    padding-left: 15px;
    top: 26px;
  }

  .page-title.rt {
    width: 50vw;
    max-width: 50vw;
    padding-left: 13px;
  }

  .pageheader {
    margin-bottom: 12px;
    margin-right: 32px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 6vw;
    line-height: 5.5vw;
  }

  .pageheader.blue {
    text-align: right;
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 7.5vw;
  }

  .page-title-left {
    height: 75px;
    display: none;
  }

  .metal {
    padding: 15px;
  }

  .homeintro {
    height: 30vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-title-right {
    display: inline-block;
  }

  .pitchtext {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
  }

  .pitchtext.rt {
    left: 0%;
  }

  .deallink, .deallink.leftalign {
    font-size: 13px;
  }

  .narrowed {
    height: 150px;
  }

  .blindeye, .shrinkage {
    width: 40vw;
  }

  .headergraphic.localpro {
    background-image: url('../images/localpro-TALL.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
  }

  .headergraphic.gratiot {
    background-position: 50% 0;
    background-size: cover;
  }

  .warrantydownload {
    width: 100%;
    height: 100vw;
    padding-left: 3vw;
  }

  .warrantydownload.alt {
    color: var(--white);
    background-image: linear-gradient(#0050c3bf, #0050c3bf), url('../images/warranty-alternators.jpg');
    background-size: auto, contain;
    width: 100%;
    height: 100vw;
    padding-left: 3vw;
  }

  .warrantytext {
    font-size: 7vw;
    line-height: 7vw;
  }

  .pageheader2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8vw;
    line-height: 7.5vw;
  }

  .page-titlehome {
    width: 50vw;
    max-width: 50vw;
    height: 85px;
    padding-top: 10px;
    padding-left: 13px;
  }

  .page-titlehome.rt {
    width: 50vw;
    max-width: 50vw;
    padding-left: 13px;
  }

  .yellowbox {
    width: 65vw;
    margin-left: 20px;
    top: auto;
    bottom: 20px;
  }

  .introsub {
    font-size: 5vw;
    line-height: 6vw;
  }

  .cutsheetvan, .cutsheet-2dr-uni, .cutsheet-4-dr-uni, .cutsheet-4-door-full, .cutsheet-ext-cab, .cutsheet-minivan, .cutsheet-quadcab, .cutsheet-suv {
    width: 100%;
    height: 100vw;
    padding-left: 3vw;
  }

  .location-pic {
    margin-bottom: 0;
  }

  .hours {
    font-size: 16px;
  }

  .bigphone {
    font-size: 22px;
  }

  .featurebox {
    grid-column-gap: 16px;
    grid-template: "."
                   "."
                   "Area"
                   / 1fr;
  }

  .specialpageintro {
    height: 85px;
    padding-left: 0;
    padding-right: 0;
  }

  .colwide {
    margin-bottom: 20px;
  }

  .button {
    font-size: 40px;
    line-height: 50px;
  }

  .button.mob {
    font-size: 2em;
  }

  .lahser-landing {
    background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--white), #fff0 46%), url('../images/IMG-4619-lahserprepNew25a.jpg');
    background-position: 0 0, 60% 10%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    min-height: 60vh;
  }

  .buttonred {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .image-3 {
    width: 50vw;
    left: 0;
    right: auto;
  }

  .div-block {
    height: 50px;
  }

  .whitebase {
    padding: 15px;
  }

  .affilations {
    flex-flow: column;
  }

  .aff-logo {
    width: 50vw;
  }

  .aff-logo._2 {
    width: 25vw;
  }

  .locationheader {
    margin-bottom: 12px;
    margin-right: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .locationheader.blue {
    text-align: right;
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 7.5vw;
  }

  .hol-new-logo {
    width: 40vw;
    height: auto;
    max-height: 80px;
  }

  .hol-new-logo.testpage {
    width: 70vw;
    margin-bottom: 0;
  }
}


