: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: .9rem;
  font-weight: 300;
  line-height: 1.1rem;
}

h1 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Teko, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Teko, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Teko, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

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(90deg, gray, #fff 30% 70%, gray);
  height: auto;
  min-height: 140px;
  padding-left: 5vw;
  padding-right: 5vw;
  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;
}

.nav-container {
  z-index: 10;
  max-width: 1400px;
  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: 50px;
  padding-top: 15px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 11px;
  line-height: 11px;
  box-shadow: 0 0 6px #00000029;
}

.base-container {
  justify-content: space-between;
  max-width: 1400px;
  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 {
  min-height: 60vh;
  padding: 190px 5vw 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;
}

.introsection.service {
  background-color: var(--light-grey);
  background-image: linear-gradient(95deg, #cbcbcb, var(--light-grey) 57%, #cbcbcb00), url('../images/junkyard-near-me-1800.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: auto;
}

.body-container {
  flex-direction: column;
  align-items: center;
  max-width: 1400px;
  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 5vw;
  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;
  position: relative;
}

.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: 210px 24px 0;
  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: 55vh;
}

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

.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: 50vh;
}

.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.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.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: 40px 24px;
}

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

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

.gray.loc {
  padding: 50px 5vw 60px;
}

.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;
  border-radius: 4px;
  margin: 5px;
  padding: 20px 25px;
  box-shadow: 0 1px 5px 3px #c7c7c7;
}

.locationhead {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Teko, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: .8em;
}

.locationhead:hover {
  color: var(--dodger-blue);
}

.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;
}

.landinglink:hover {
  color: var(--dodger-blue);
}

.locations-add {
  text-align: center;
  margin-bottom: 17px;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.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: 400px;
  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 5vw;
}

.whitebase.forward {
  z-index: 5;
  background-image: url('../images/np_opening_2905352_FFFFFF.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 20px;
  position: relative;
}

.associations {
  padding: 60px 5vw;
}

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

.aff-logo {
  width: 10vw;
}

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

.aff-logo._3 {
  width: 8vw;
}

.embeddedform {
  height: 1000px;
}

.centerhead {
  text-align: center;
}

.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%;
}

.t-location {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 10px;
  display: flex;
}

.button-location {
  background-color: var(--royal-blue);
  text-align: center;
  background-image: url('../images/np_pin_4728427_FFFFFF.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto 35px;
  border-radius: 4px;
  width: 49%;
  font-size: 1.2rem;
  line-height: 2rem;
  transition: all .3s;
}

.button-location:hover {
  background-color: var(--dodger-blue);
}

.button-location.phone {
  background-image: url('../images/np_phone_3612570_FFFFFF.svg');
  background-position: 8px;
  background-size: auto 30px;
}

.buttonsblock {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.right40 {
  width: 40%;
}

._60block {
  width: 60%;
}

.sociallink2 {
  background-color: var(--royal-blue);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  display: inline-block;
}

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

.sociallink2.twit {
  background-color: var(--royal-blue);
  background-image: url('../images/twitter-bird.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 40px;
  height: 40px;
}

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

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

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

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

.teko2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Teko, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.teko2.red {
  color: var(--deepred);
}

.teko2.yello {
  text-align: left;
  margin-bottom: 15px;
  line-height: 3.5rem;
}

.t-locationoffers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 10px;
}

.offerbox {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.breadcrumbs {
  position: absolute;
  top: 15px;
}

.body {
  font-size: 1.1em;
  line-height: 1.3em;
}

.offerblock {
  background-color: var(--light-grey);
  color: var(--deepred);
  text-align: center;
  width: 100%;
  height: 150px;
  padding: 10px;
  font-family: Teko, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 2em;
}

.t-locationamenties {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 10px;
}

.inline {
  vertical-align: sub;
  margin-right: 5px;
  display: inline-block;
}

.checkbox {
  margin-right: 2px;
  padding-top: 3px;
}

.t-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 10px;
}

.flexbox {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.flexbox.plus {
  justify-content: space-around;
}

.sliderhalf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
}

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

.texthalf {
  width: 50%;
  padding-left: 15px;
}

.east2 {
  background-image: url('../images/Eastpointe-mini370.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cert {
  height: 90px;
}

.gap20 {
  height: 20px;
}

.floatleft {
  float: left;
  width: 3rem;
  margin-right: 12px;
}

.yello {
  background-color: var(--gold-trans);
  text-align: center;
  padding-left: 10px;
}

.amenitieslist {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.in-text {
  vertical-align: sub;
  margin-right: 5px;
  display: inline-block;
}

.detailsblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.payflex {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.method {
  width: 7vw;
}

.discountflex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.jobflex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-apply {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 4px;
  width: 49%;
  font-size: 1.2rem;
  line-height: 2rem;
  transition: all .3s;
}

.button-apply:hover {
  background-color: var(--dodger-blue);
}

.storesgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: stretch stretch;
  margin-bottom: 16px;
  display: grid;
}

._3-loc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.slider {
  height: 800px;
}

.slider.desk {
  border: 3px none var(--light-grey);
  background-color: var(--white);
  height: auto;
}

.slider.mobile {
  display: none;
}

.darkicon {
  color: var(--deepred);
}

.darkbase {
  background-color: var(--midnight-blue);
  padding: 70px 5vw 50px;
}

.maximage {
  width: 100%;
  max-width: none;
  margin-bottom: 15px;
}

.slider-2 {
  background-color: #fff;
  height: auto;
}

.icon-2 {
  text-shadow: 0 0 4px var(--white);
}

.hide {
  display: none;
}

.homepagehead1 {
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.introtext {
  margin-bottom: 26px;
}

.featured-locations {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 16px;
  display: grid;
}

.featurelocbox {
  flex: 0 auto;
  width: 40%;
}

.leftaligndiv {
  text-align: left;
}

.hzline {
  background-color: var(--grey);
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
}

.metalflex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, gray, #fff 50%, #ffc411 93%);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.halfdiv {
  width: 45%;
  padding: 40px 10px;
}

.homeslider {
  background-color: #ddd0;
  min-height: 25vw;
}

.slide {
  background-image: url('../images/Holbrook-Auto-Parts-Shop-7-Mile--Hubbell.webp');
  background-position: 50% 25%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Holbrook-Used-Auto-Parts-Brownstown.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Holbrook-Auto-Repair-Center-in-Highland-Park.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Auto-parts-store-on-Vernor-and-Livernois.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Holbrook-Tire--Auto-Glass-Services.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.scrolldiv {
  height: 9em;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.tilesdiv {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.featuretile {
  background-color: var(--deepred);
  color: var(--white);
  background-image: url('../images/np_battery_1995865_FFFFFF.svg');
  background-position: 50% 400%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 150px;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.featuretile.y {
  background-color: var(--gold);
  color: var(--midnight-blue);
  background-image: url('../images/np_car-crash_217171_FFFFFF.svg');
}

.featuretile.y.mechanic {
  background-image: url('../images/np_mechanic_2603327_FFFFFF.svg');
}

.featuretile.y.salvage {
  background-image: url('../images/np_auto-recycling_1989245_FFFFFF.svg');
  background-position: 50% 250%;
}

.featuretile.y.batt {
  background-image: url('../images/np_battery_2004980_FFFFFF.svg');
}

.featuretile.y.junkyard {
  background-image: url('../images/np_parts_3031010_FFFFFF.svg');
}

.featuretile.y.maint {
  background-image: url('../images/np_maintenance_7854369_FFFFFF.svg');
}

.featuretile.y.control {
  background-image: url('../images/np_steering_5497823_FFFFFF.svg');
}

.featuretile.y.oil {
  background-image: url('../images/np_lubrication_7290001_FFFFFF.svg');
}

.featuretile.tires {
  background-image: url('../images/np_tires_1281686_FFFFFF.svg');
}

.featuretile.stereo {
  background-image: url('../images/np_speaker_333330_FFFFFF.svg');
}

.featuretile.bpad {
  background-image: url('../images/np_brake-pads_7451225_FFFFFF.svg');
}

.featuretile.rotor {
  background-image: url('../images/np_disc-brake_13830_FFFFFF.svg');
}

.featuretile.wheel {
  background-image: url('../images/np_wheel_4308920_FFFFFF.svg');
}

.featuretile.headlight {
  background-image: url('../images/np_headlights_99096_FFFFFF.svg');
}

.featuretile.coolant {
  background-image: url('../images/np_coolant_780282_FFFFFF.svg');
}

.home-main-pic {
  background-image: url('../images/rightWhite-1000.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 35vh;
  padding-top: 13vh;
  position: relative;
}

.home-main-pic:hover {
  border: 1px solid #fff;
  border-radius: 8px;
}

.homeintro2 {
  background-image: linear-gradient(90deg, gray, #fff 53% 80%, gray);
  padding: 210px 5vw 30px;
  position: relative;
}

.homecta {
  background-color: var(--royal-blue);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 400;
  transition: all .4s;
  display: flex;
}

.homecta:hover {
  background-color: var(--dodger-blue);
  box-shadow: 0 5px 5px 7px #0003;
}

.comingsoon {
  width: 100%;
  height: auto;
  position: relative;
}

.coming-text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.st-hours {
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.featurehead {
  margin-top: 0;
}

.t-serviceintro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 60%;
  margin-top: 80px;
  margin-bottom: 10px;
  display: block;
}

.junkyard-locations {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 16px;
  display: grid;
}

.heading {
  font-size: 2em;
  line-height: .8em;
}

@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;
  }

  .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;
  }

  .base-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 {
    max-height: none;
    padding: 190px 50px 40px 30px;
  }

  .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: 25% 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.lahser {
    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;
  }

  .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: 30px 40px;
  }

  .aff-logo {
    width: 25vw;
  }

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

  .button-location {
    background-position: 2px;
    background-size: auto 25px;
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .button-location.phone {
    background-position: 2px;
    background-size: auto 20px;
  }

  .cert {
    height: 8vw;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .amenitieslist {
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .detailsblock {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .method {
    width: 10vw;
  }

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

  .button-apply {
    background-position: 2px;
    background-size: auto 25px;
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .storesgrid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slider-2 {
    height: auto;
  }

  .featured-locations {
    grid-template-columns: 1fr 1fr;
  }

  .metalflex {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .home-main-pic {
    height: 400px;
    padding-top: 10vh;
  }

  .homeintro2 {
    padding-top: 190px;
    padding-bottom: 20px;
  }

  .homecta {
    width: 90%;
  }

  .junkyard-locations {
    grid-template-columns: 1fr 1fr;
  }
}

@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;
  }

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

  .itemized {
    margin-right: 9px;
  }

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

  .introsection {
    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 {
    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 {
    background-image: url('../images/localpro-TALL.jpg'), linear-gradient(to bottom, null, null);
    background-position: 0 0, 0 0;
    height: 500px;
    top: 0;
  }

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

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

  .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;
  }

  .t-location {
    flex-flow: column;
  }

  .right40, ._60block {
    width: 100%;
  }

  .teko2 {
    margin-bottom: 10px;
    line-height: 2.4rem;
  }

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

  .checkbox {
    margin-bottom: 0;
  }

  .flexbox {
    flex-flow: column;
  }

  .flexbox.plus {
    flex-flow: row;
  }

  .sliderhalf {
    width: 100%;
    margin-bottom: 15px;
  }

  .texthalf {
    width: 100%;
    padding-left: 0;
  }

  .cert {
    height: 10vw;
  }

  .discountflex {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .storesgrid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._3-loc {
    flex-flow: row;
  }

  .slider {
    height: 600px;
  }

  .slider.desk {
    display: none;
  }

  .slider.mobile {
    width: 50vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .homepagehead1 {
    font-size: 2.5em;
  }

  .featured-locations {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .featurelocbox {
    width: 95%;
  }

  .metalflex {
    flex-flow: column;
  }

  .halfdiv {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .featuretile {
    background-position: 50% 150%;
    background-size: 50%;
  }

  .featuretile.y.salvage {
    background-position: 50% 150%;
  }

  .home-main-pic {
    height: 20vh;
  }

  .homeintro2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .t-serviceintro {
    flex-flow: column;
  }

  .junkyard-locations {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }
}

@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;
    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;
    padding-left: 0;
    padding-right: 5px;
  }

  .introsection {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .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;
  }

  .page-title.loc {
    padding-left: 0;
  }

  .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 {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .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: 0%, 0 0;
    height: 55vh;
  }

  .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;
    font-size: 10vw;
    line-height: 9vw;
  }

  .t-location {
    margin-top: 51px;
  }

  .button-location {
    width: 100%;
  }

  .buttonsblock {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .teko2 {
    font-size: 28px;
    line-height: 28px;
  }

  .teko2.yello {
    width: 100%;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .sliderhalf {
    margin-bottom: 0;
  }

  .cert {
    height: 14vw;
  }

  .method {
    width: 12vw;
  }

  .jobflex {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  ._3-loc {
    grid-template-columns: 1fr;
  }

  .slider {
    height: 100vh;
  }

  .slider.desk {
    display: none;
  }

  .slider.mobile {
    width: 100%;
    display: block;
  }

  .featured-locations {
    flex-flow: wrap;
  }

  .metalflex {
    padding: 15px;
  }

  .homeslider {
    min-height: 0;
  }

  .div-block-6 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fg {
    max-height: 15vw;
  }

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

  .homeintro2 {
    padding-top: 0;
  }

  .t-serviceintro {
    margin-top: 51px;
  }

  .junkyard-locations {
    flex-flow: wrap;
  }
}

#w-node-e916913a-ef88-6d02-b91b-6321172f1e64-ca5ea2e5, #w-node-e8f3edbd-2e86-6d37-7384-875577b850f1-ca5ea2e5, #w-node-_92cfce5d-1107-8be0-b33d-1d61e2635deb-ca5ea2e5, #w-node-_717f69e9-e41a-eb58-c205-e659cede8371-ca5ea2e5, #w-node-_09790d8b-c090-1397-29c7-ff23a85d4255-ca5ea2e5, #w-node-_445f3c1f-8ed2-4a6c-f0ce-3f4e74ced8c9-ca5ea2e5, #w-node-_959e440b-a157-5559-9224-ed70271bbee7-ca5ea2e5, #w-node-_561e267a-558d-8626-dc66-d5d84a087e73-ca5ea2e5, #w-node-ca570f0e-084b-7cc8-afca-5aa02479a718-ca5ea2e5, #w-node-ca570f0e-084b-7cc8-afca-5aa02479a71b-ca5ea2e5, #w-node-ca570f0e-084b-7cc8-afca-5aa02479a71e-ca5ea2e5, #w-node-ca570f0e-084b-7cc8-afca-5aa02479a721-ca5ea2e5, #w-node-ca570f0e-084b-7cc8-afca-5aa02479a724-ca5ea2e5, #w-node-ca570f0e-084b-7cc8-afca-5aa02479a727-ca5ea2e5, #w-node-ca570f0e-084b-7cc8-afca-5aa02479a72a-ca5ea2e5, #w-node-ca570f0e-084b-7cc8-afca-5aa02479a72d-ca5ea2e5 {
  place-self: stretch center;
}


