.page-template-landing-page-new {
  font-family: 'acumin-pro', sans-serif;
}

.page-template-landing-page-new .container,
.page-template-landing-page-new footer .container {
  width: 90%;
  max-width: 1915px;
  margin: 0 auto;
}

.page-template-landing-page-new #header-top-banner {
  background-color: #E41414;
  color: #231F20;
  text-align: center;
  padding: 0.5rem 0;
}

.page-template-landing-page-new #header-top-banner p {
  font-size: 3.4rem;
  padding: 12px 0;
  margin: 0;
  max-width: 100%;

  @media screen and (max-width: 768px) {
    font-size: 2.4rem;
  }
}

.page-template-landing-page-new #header-top-banner span {
  color: #FCFCFC;
}

.page-template-landing-page-new #header .nav-bar {
  border: none;
}

.page-template-landing-page-new h1 {
  color: #E41414;
  font-family: 'acumin-pro', sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.page-template-landing-page-new h2 {
  color: #231F20;
  font-family: 'acumin-pro', sans-serif;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

.page-template-landing-page-new h2,
.page-template-landing-page-new h3 {
  max-width: 700px;
}

.page-template-landing-page-new h3 {
  font-family: 'acumin-pro', sans-serif;
  font-size: 1.8rem;
}

.page-template-landing-page-new #page-content ul {
  list-style: square;
  padding-left: 45px;
}

.page-template-landing-page-new h3#full-coverage-list {
  background-color: #EBEBEB;
  color: #E41414;
  padding: 20px 45px 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.page-template-landing-page-new #page-content h3#full-coverage-list + ul {
  background-color: #EBEBEB;
  list-style: none;
  padding: 0 45px 20px 25px;
  margin: 0;
  max-width: 700px;
}

.page-template-landing-page-new h3#full-coverage-list + ul li {
  font-size: 1.68rem;
  background-image: url('https://www.shambaugh.com/application/files/8917/6165/9283/red_check.png');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 3px;
  padding-left: 20px;
}

.page-template-landing-page-new hr {
  border-top: 4px solid #E41414;
  margin: 80px 0;
}

.page-template-landing-page-new p:last-child {
  margin-bottom: 0;
}

.page-template-landing-page-new p,
.page-template-landing-page-new li {
  color: #231F20;
  font-size: 1.8rem;
  line-height: 1.2;
  max-width: 700px;
}

.page-template-landing-page-new p.intro-text {
  font-size: 2.2rem;
}

.page-template-landing-page-new p.intro-text:last-child {
  margin-bottom: 20px;
}

.page-template-landing-page-new .row:has(.intro-text) {
  margin-bottom: 40px;
}

.page-template-landing-page-new p.landing-cta {
  max-width: 100%;
}

.page-template-landing-page-new p.landing-cta a {
  background-color: #FCFCFC;
  border: 4px solid #E41414;
  color: #231F20;
  display: block;
  font-size: 3.6rem;
  line-height: 1;
  margin: 100px auto 40px;
  padding: 15px 30px 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
}

.page-template-landing-page-new footer {
  padding-bottom: 40px;
  border-bottom: 20px solid #8C8C8C;
}

.page-template-landing-page-new footer .col-sm-12 > .row {
  display: flex;
  justify-content: space-between;

  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.page-template-landing-page-new footer .col-sm-12 > .row > div {
  display: flex;
  align-items: flex-end;
}

.page-template-landing-page-new footer .col-sm-12 > .row > div:last-child {
  justify-content: end;
}

.page-template-landing-page-new footer p {
  font-size: 2.42rem;
  max-width: 100%;
}

.page-template-landing-page-new footer img {
  transform: translateY(5px);
  float: right;
}