*:focus {
  outline: none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: 0;
  box-sizing: 0;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold*/
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow*/
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #2E4787;
}

p {
  margin: 24px 0;
}

/* overwrites */
#blog .site-header, #btn__search--open {
  display: none !important;
}

#blog #content.fluid ul, #blog #content.fluid ol {
  margin-left: auto !important;
}

#content {
  padding: 0 !important;
}

/* GetJerry landing page */
#getjerry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  margin: 0 auto;
  max-width: 1000px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* global */
}
@media only screen and (max-device-width: 1024px) {
  #getjerry {
    max-width: 900px;
  }
}
@media only screen and (max-device-width: 1023px) {
  #getjerry {
    max-width: none;
    padding: 0 24px;
  }
}
#getjerry a {
  font-weight: bold;
  text-decoration: none;
}
#getjerry ul {
  margin: 0;
  padding: 0;
}
#getjerry ul li {
  list-style: none;
}
#getjerry .logo {
  margin: 32px 0 16px;
  width: 100%;
}
#getjerry .logo img {
  width: 210px;
}
@media only screen and (max-device-width: 1023px) {
  #getjerry .logo img {
    width: 150px;
  }
}
#getjerry .heroshot {
  background: url("https://cld.partsimg.com/image/upload/f_auto,dpr_auto/carparts/blog/landing-pages/getjerry/garage") no-repeat;
  background-position: left;
  background-size: 140%;
  height: 460px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  width: 60%;
}
@media only screen and (max-device-width: 1023px) {
  #getjerry .heroshot {
    background-position: right;
    background-size: 100%;
    max-height: 210px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
#getjerry .heroshot img {
  bottom: 0;
  left: -32px;
  opacity: 0;
  position: absolute;
  width: 190px;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  visibility: 0;
}
#getjerry .heroshot img.loaded {
  bottom: -32px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-device-width: 1023px) {
  #getjerry .heroshot img {
    left: initial;
    right: 24px;
    width: 100px;
  }
}
#getjerry .info {
  font-size: 18px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 6% 0 0;
  width: 34%;
}
@media only screen and (max-device-width: 1023px) {
  #getjerry .info {
    padding: 0 24px;
    right: 24px;
    width: 100%;
  }
}
@media only screen and (max-device-width: 359px) {
  #getjerry .info {
    padding: 0;
  }
}
#getjerry .info h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 48px 0 8px;
  text-align: left;
}
@media only screen and (max-device-width: 359px) {
  #getjerry .info h1 {
    font-size: 28px;
  }
}
#getjerry .info img {
  vertical-align: middle;
  width: 142px;
}
#getjerry .info strong {
  color: #669944;
}
#getjerry .info span {
  display: block;
  margin: 24px 0 56px;
}
#getjerry .info span .cta {
  background: #ffce05;
  border-radius: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: 18px;
  font-weight: bold !important;
  height: 40px;
  line-height: 40px;
  padding: 0 48px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  #getjerry .info span .cta {
    padding: 0;
    width: 100%;
  }
}
#getjerry .info p {
  color: #999;
  font-size: 14px;
  line-height: 1.2rem;
}