html,
body {
  height: 100%;
}

body {
  background: #2e313b;
  font-family: "Oxygen", sans-serif;
}
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}

p {
  margin: 0;
}

.container-fluid {
  padding: 0 30px;
}

.banner-wrapper {
  height: 95%;
  background: url(/images/firestone/hero-image.jpg) top center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.logo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  row-gap: 35px;
  margin-top: 90px;
}
.logo-wrapper div {
  border-left: 1px solid white;
  height: 45px;
  margin: 0 30px 0 30px;
}

.logo-wrapper.classiccars div,
.logo-wrapper.carsdotcom div,
.logo-wrapper.yaadotcom div {
  visibility: hidden;
}

.logo-wrapper img {
  height: 45px;
}

.logo-wrapper img.stone-img {
  width: 260px;
  height: 44px;
  margin-right: 0;
}

.brand {
  color: #fff;
}

.header-cta {
  text-align: right;
}

.brand h2 {
  font-size: 44px;
  font-weight: 700;
  padding: 0 0 50px 0;
  line-height: 1.2;
  margin-top: 120px;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.brand h2 span {
  display: block;
}

.brand span {
  color: #e3bc38;
  font-weight: 700;
}
.brand p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  padding-right: 80px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

a.order-cta,
.email input[type="submit"] {
  display: inline-block;
  line-height: 24px;
  padding: 12px 10px;
  background: #e3bc38;
  border: 1px solid #e3bc38;
  box-sizing: border-box;
  text-align: center;
  margin-top: 90px;
  width: 200px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.4s;
  font-size: 14px;
  color: #000;
  border-radius: 5px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
.email input[type="submit"] {
  background: #808080;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 50px !important;
}

a.order-cta:hover,
.email input[type="submit"]:hover {
  background: #2d303a;
  border: 1px solid #2d303a;
  color: #e3bc38;
  text-decoration: none;
}
.order-wrap {
  margin: 25px 0;
}
.order-wrap {
  background: #1b1e29;
  padding: 50px 30px;
  border-radius: 10px;
  text-align: center;
}
.order-wrap p {
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 1.6;
}
.order-wrap p span {
  display: block;
  color: #e3bc38;
}
.order-wrap a.order-cta {
  margin: 35px auto 0;
  font-size: 16px;
  width: 230px;
  padding: 20px 15px;
}

.services-wrap {
  margin: 25px 0 0 0;
}

.email-sm-wrap {
  margin: 0;
}

.services-wrap .row {
  margin-left: -25px;
  margin-right: -25px;
}

.services-wrap [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

.service-card {
  padding: 0 30px;
  border-radius: 10px;
  min-height: 550px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.service-card.first {
  background: url(/images/firestone/coverage-image.png) center no-repeat;
  background-size: cover;
}
.service-card.second {
  background: url(/images/firestone/ase-image.png) center no-repeat;
  background-size: cover;
}
.service-card.third {
  background: url(/images/firestone/bbb-image.png) center no-repeat;
  background-size: cover;
}
.services-wrap img {
  margin: 110px auto 40px;
  height: 120px;
  max-width: 100%;
}
.services-wrap h3 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  padding: 0 60px;
  font-weight: 700;
  margin: 0;
}
.services-wrap p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 0 50px;
  margin-top: 30px;
}

.email {
  padding: 20px 0px 0 100px;
}

.email p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 50px;
  color: #fff;
}

.email h2 span {
  display: inline-block;
  color: #e3bc38;
}

#email {
  border: none;
  background: #2e313b;
  font-size: 20px;
  width: 100%;
  padding: 10px 0;
  color: #ccc;
  border-bottom: 1px solid #ccc;
}

#email:focus {
  outline: none;
  border-bottom-color: #fff;
}

.social-media {
  background: #1b1e29;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}

.social-media h2,
.email h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
}

.social-media h2 span {
  display: block;
  color: #e3bc38;
}

.social-media ul {
  list-style: none;
  margin: 0 auto;
  display: table;
  padding: 30px 0;
}

.social-media ul li {
  float: left;
  margin: 0 5px;
}
.social-media ul li a {
  display: block;
  text-decoration: none;
}

.social-media h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
}

.social-media h3 span {
  display: block;
  color: #e3bc38;
  font-weight: 700;
}

.footer {
  padding: 100px 0 50px 0;
  text-align: center;
  float: left;
  width: 100%;
}

.footer .firestone-img {
  height: 70px;
  padding-left: 30px;
}
.footer .logo-wrapper {
  margin-top: 0;
  justify-content: center;
}

.footer p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 50px 0 0;
  letter-spacing: 0.5px;
}

.disclaimer p {
  clear: both;
  font-size: 14px;
  padding: 30px 0 0;
}

.order-wrap,
.services-wrap,
.email-sm-wrap {
  float: left;
  width: 100%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

@media screen and (min-width: 1440px) {
  .banner.container {
    width: 1340px;
  }
}

@media screen and (max-width: 1440px) {
  .banner-wrapper {
    height: auto;
  }
  .header-cta {
    margin-top: 50px;
  }

  .brand h2 {
    padding: 0 30px 50px 0;
    font-size: 35px;
  }

  .header-cta a {
    margin-top: 50px;
  }

  .brand p {
    padding-right: 20px;
    font-size: 17px;
    line-height: 1.5;
  }
  .services-wrap h3 {
    padding: 0;
  }
  .services-wrap p {
    padding: 0;
  }
  .email {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .brand {
    padding: 0 30px;
  }

  .header-cta {
    padding-left: 30px;
    text-align: left;
  }

  .header-cta a {
    margin-top: 52px;
  }

  .brand h2 {
    padding: 0 0 50px 0;
    margin-top: 50px;
  }
  .brand p {
    padding-right: 0;
  }
  .service-card {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .services-wrap .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .services-wrap [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand {
    padding: 0 20px;
  }
  .container-fluid {
    padding: 0 30px;
  }

  .banner {
    padding-bottom: 0;
  }
  .banner-wrapper {
    height: auto;
  }

  .brand h2 {
    font-size: 28px;
    padding: 0;
    line-height: 1.4;
    margin-top: 10px;
  }
  .brand p {
    font-size: 20px;
    line-height: 1.6;
    padding-right: 0;
    margin-top: 30px;
  }
  .pull-right {
    float: none !important;
  }
  a.order-cta,
  .email input[type="submit"] {
    font-size: 14px;
    margin: 20px auto;
  }
  .order-wrap {
    margin: 30px 0;
    padding: 60px 30px;
  }
  .order-wrap p {
    font-size: 20px;
  }

  .order-wrap p span {
    display: inline;
  }

  .order-wrap a.order-cta {
    margin: 40px auto 0;
    width: 100%;
    padding: 15px 10px;
  }

  .email-sm-wrap {
    margin: 0;
  }

  .services-wrap {
    margin: 10px 0 0 0;
  }

  .services-wrap .first,
  .services-wrap .second,
  .services-wrap .third {
    min-height: 480px;
    margin-bottom: 40px;
  }

  .services-wrap img {
    margin: 70px auto 30px;
    padding-bottom: 10px;
    height: 80px;
  }
  .services-wrap h3 {
    font-size: 28px;
    padding: 0 20px;
  }
  .services-wrap p {
    font-size: 16px;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .email {
    padding: 0px 10px 10px;
  }
  .email h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .email p {
    margin-bottom: 50px;
  }
  .social-media {
    margin-top: 50px;
  }
  .social-media h2 {
    font-size: 28px;
    margin: 10px 0;
  }
  .social-media ul {
    padding: 15px 0;
    margin: 20px auto;
  }
  .social-media ul li {
    margin: 0 3px;
  }
  .social-media h3 {
    font-size: 20px;
    margin-top: 10px;
  }

  .footer {
    padding: 50px 0;
  }

  .footer .firestone-img {
    width: auto;
    padding: 20px 0 0 10px;
    display: block;
  }
  .footer p {
    padding: 30px 0 0;
    font-size: 14px;
    color: #ccc;
  }

  .logo-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .logo-wrapper div {
    border-bottom: 3px solid white;
    border-left: 0;
    height: 3px;
    width: 260px;
  }

  .logo-wrapper.carsdotcom div,
  .logo-wrapper.classiccars div,
  .logo-wrapper.yaadotcom div,
  .logo-wrapper.bumperdotcom div,
  .logo-wrapper.carchex div {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .banner-wrapper {
    background-size: 250% auto;
    background-position: -310px top;
  }

  .brand h2 {
    margin-top: 40px;
  }
}
