.fuel-landing-page__content,
.fuel-landing-page__footer {
  text-align: center;
}

.fuel-landing-page h2 {
  margin-bottom: 1.25rem;
}

@media (min-width: 991px) {
  .fuel-landing-page h2 {
    font-size: 4rem;
    line-height: 1.2;
  }
}

.fuel-landing-page h2 > img {
  max-width: 50px;
}

@media (max-width: 400px) {
  .fuel-landing-page h2 > img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
  }
}

@media (min-width: 401px) {
  .fuel-landing-page h2 > img {
    margin-right: 16px;
  }
}

@media (min-width: 991px) {
  .fuel-landing-page h2 > img {
    max-width: 100px;
  }
}

@media (min-width: 991px) and (max-width: 1300px) {
  .fuel-landing-page h2 > img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
  }
}

.fuel-landing-page h1,
.fuel-landing-page h2,
.fuel-landing-page p,
.fuel-landing-page small,
.fuel-landing-page ol,
.fuel-landing-page li {
  color: #fff;
}

.fuel-landing-page__content p {
  font-family: 'ACT Easy', sans-serif;
}

@media (min-width: 991px) {
  .fuel-landing-page__content p {
    font-size: 1.125rem;
    line-height: 1.6667;
  }
}

.fuel-landing-page__footer p,
.fuel-landing-page__footer li {
  font-family: 'ACT Easy', sans-serif;
}

@media (min-width: 991px) {
  .fuel-landing-page__footer p,
  .fuel-landing-page__footer li {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.fuel-landing-page__footer small {
  display: block;
  margin-top: 1rem;
  font-family: 'ACT Easy', sans-serif;
}

@media (min-width: 991px) {
  .fuel-landing-page__footer small {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

.fuel-landing-page__footer ol {
  margin-bottom: 0;
  list-style: none;
}

.fuel-landing-page__footer li {
  margin-bottom: 1.5rem;
}

.fuel-landing-page__footer li:last-child {
  margin-bottom: 0;
}

.fuel-landing-page__footer .fuel-landing-page__contact {
  margin-top: 2rem;
  font-family: 'ACT Easy', sans-serif;
  line-height: 32px;
}

.fuel-landing-page__footer .fuel-landing-page__contact > img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

@media (min-width: 991px) {
  .fuel-landing-page__footer .fuel-landing-page__contact {
    font-size: 1.5rem;
  }
}

.fuel-landing-page__store-locator .store-search-container {
  background-image: none;
}

.fuel-landing-page__store-locator .store-search-title h3 {
  color: #f98608;
}

.fuel-landing-page__store-locator .large-search-input-container input::placeholder {
  color: #DDDDDD;
}

.fuel-landing-page__store-locator .large-search-input-container input {
  color: #909090;
  border-bottom: 1px solid #CCC;
}

.fuel-landing-page__store-locator .large-search-input-container input::placeholder {
  color: #909090;
}

.fuel-landing-page__store-locator section {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

.fuel-landing-page__footer.orange-bg p {
  color: #FFF !important;
  font-weight: bold;
}
.fuel-landing-page__content.orange-bg p {
  color: #FFF !important;
}

.fuel-landing-page__header {
  height: 522px;
  width: 100%;
  background-image: url('/themes/custom/circlek/images/fuel-landing-page/fuel_langing_page_cover.png');
  background-size: cover;
  background-position: right center;
  position: relative;
  text-align: left;
}

.fuel-landing-page__header .h1 {
  padding-bottom: 12px;
}

.fuel-landing-page__header .circle {
  width: 376px;
  height: 376px;
  border-radius: 50%;
  background-color: #ee1313;
  position: absolute;
  top: 72px;
  left: 123px;
}

@media only screen and (max-width: 950px) {
  .fuel-landing-page__header .circle {
      width:200px;
      height: 200px;
      top: calc(50% - 100px);
      left: 30px;
  }
}

.fuel-landing-page__header .header__text {
  color: #fff;
  font-family: "ACT Easy","sanserif";
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 3px;
}

.fuel-landing-page__header hr {
  width: 41px;
  height: 11px;
  background-color: #fff;
  border: 0;
  margin-bottom: 31px;
  margin-top: 0;
}

@media only screen and (max-width: 950px) {
  .fuel-landing-page__header hr {
      height:0.18em;
      width: 0.8em;
  }
}

.fuel-landing-page__header .button {
  margin: 0;
  background-color: white;
  background-color: white;
  color: black;
}

.fuel-landing-page__header .button:hover {
  background-color: #313131;
  color: white;
}

.fuel-landing-page__header .header__content {
  position: relative;
  top: 123px;
  left: 258px;
  width: 70%;
}

@media only screen and (max-width: 950px) {
  .fuel-landing-page__header .header__content {
      top:190px;
      left: 55px;
  }
}

.autocomplete-suggestion {
  color: #909090;
}
.autocomplete-selected {
  color: #000;
}
.fuel-landing-page__footer a {
  color: #FFF;
}
.fuel-landing-page.section {
  padding: 0px
}
