/* Text Elements */

h1.Heading-1-blank {
  margin-bottom: .5rem;
  min-height: 0;
}

h3.Family-owned {
  margin-bottom: 0;
  color: #e94d00;
  text-align: center;
  text-shadow: #fff 2px 2px 5px;
  word-spacing: 0;
  letter-spacing: 0;
  font-weight: 800;
  font-size: 21px;
  font-family: 'Rokkitt', cursive;
  line-height: 25px;
}

h3 span.heading-text-1 {
  color: #000;
  line-height: .99;
}

h3 span.heading-text-3 {
  color: #100404;
}

h4 span.heading-text-2 {
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1rem;
  font-family: 'Rokkitt', cursive;
  line-height: 1.29;
}

h4.Footer-Info {
  padding-top: 6px;
  padding-bottom: 0;
  text-align: center;
  text-shadow: #78828c 2px 2px 5px;
  font-weight: 700;
  font-family: 'Rokkitt', cursive;
  line-height: 18px;
}

p.paragraph.Ful-Tank-P {
  display: inline-block;
  margin-bottom: -3px;
  padding-top: 10px;
  max-width: 1200px;
  text-align: center;
  text-shadow: #a9adb1 1px 1px 3px;
  line-height: 17px;
}

p.paragraph.Source-P {
  margin-bottom: -2px;
  padding-top: 5px;
  padding-right: 7px;
  padding-left: 7px;
  max-width: 1200px;
  text-align: center;
  text-shadow: #a9adb1 1px 1px 3px;
  font-size: 11px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.7;
}

p.paragraph span.paragraph-text-6 {
  font-weight: 300;
  font-size: .8125rem;
  line-height: 1.07;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 300;
  font-size: .8125rem;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.07;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

span.text-element.Serving-WNY {
  padding-top: 0;
  padding-right: 15px;
  padding-left: 15px;
  color: #e94d00;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

span.text-element.Since-1975 {
  color: #e94d00;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}

span.text-element span.text-text-1 {
  color: #000;
  font-weight: 700;
}

span.text-element.Call-Us-Today {
  color: #0a0a0a;
  text-align: center;
  font-size: 12px;
}

span.text-element span.text-text-2 {
  color: #000;
}

blockquote.Source-title {
  display: inline;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 4px 20px;
  border: .3125rem solid #000;
  background-color: #e94d00;
  color: #fff;
  text-align: center;
  text-shadow: #78828c 2px 2px 5px;
  word-spacing: 0;
  font-size: 9px;
  font-family: 'Rokkitt', cursive;
  line-height: unset;
}

blockquote span.blockquote-text-1 {
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Rokkitt', cursive;
  line-height: 1.22;
}

a.link-text.Orange-Top-Link {
  padding-top: 0;
  padding-right: 13px;
  padding-left: 13px;
  color: #fff;
  text-shadow: #594f4d 2px 2px 5px;
  font-size: 10px;
}

a.link-text.Service-Img-txt-lnk {
  display: block;
  max-height: none;
  color: #e94d00;
  text-align: center;
  text-shadow: #c0c4c8 1px 1px 3px;
  font-weight: 400;
  font-variant: small-caps;
  font-size: 15px;
  font-family: 'Rokkitt', cursive;
  line-height: 15px;
}

a.link-text.Orange-Top-Link:hover {
  background-color: rgba(0, 0, 0, .22);
}

a.link-text.Service-Img-txt-lnk:hover {
  box-shadow: none;
  color: #e94d00;
  text-shadow: #b9babb 2px 2px 4px;
}

/* Interaction Elements */

a.link-button.button {
  margin: 10px 18px 6px;
  padding: 6px 5px 7px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .5) 1px 0 10px 0;
  text-align: center;
  text-transform: capitalize;
  font-style: italic;
  font-size: 11px;
  opacity: .93;
  -webkit-filter: blur(0px) opacity(1) hue-rotate(26deg);
          filter: blur(0px) opacity(1) hue-rotate(26deg);
}

a.link-button span.button-link-text-1 {
  text-transform: lowercase;
}

a.link-button span.button-link-text-2 {
  text-transform: lowercase;
}

a.link-button span.button-link-text-4 {
  text-transform: lowercase;
}

a.link-button span.button-link-text-3 {
  text-transform: capitalize;
}

a.link-button span.button-link-text-5 {
  text-transform: capitalize;
}

a.link-button span.button-link-text-6 {
  text-transform: capitalize;
}

/* Layout Elements */

.container.sd-two-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: start;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.Titles-Split-C1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.Footer-C {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  border-width: .375rem;
  border-style: solid;
  background-color: #e94d00;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.Family-oned-C {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: #a4a2a1;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.Full-Tank-C {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: #fff;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.Source-C {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: #fff;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.Orange_Top {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
  min-height: 43px;
  background-color: #e94d00;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.Orange-Top-Nav {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.Titles-Split-C2 {
  padding-top: 5px;
  max-height: none;
}

.container.Service {
  position: static;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  margin: 20px 0 0 20px;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 0;
  max-width: 179px;
  background-color: #e9e7e7;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.sd-three-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: -29px 0 9px 0;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  font-size: 16px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

a.responsive-picture.WNY-Title {
  position: static;
  display: block;
  float: none;
  clear: none;
  margin: 0 15px;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  min-height: 10px;
  max-width: 291px;
  width: 100%;
}

div.responsive-picture.picture-1 {
  display: block;
  max-width: none;
}

a.responsive-picture.Service-Image {
  display: block;
  margin-top: 0;
  padding: 11px 10px 0;
  max-width: 141px;

  justify-self: auto;
}

a.responsive-picture.Service-Image > picture > img {
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.rule.rule-1 {
  margin-bottom: -2px;
}

.rule.rule-2 {
  margin-bottom: -1px;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h3 span.heading-text-1 {
    font-weight: 800;
    font-size: 2rem;
    font-family: 'Rokkitt', cursive;
  }

  h3.Family-owned {
    margin-bottom: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #e94d00;
    text-align: center;
    text-shadow: #c6cdd4 2px 2px 5px;
  }

  h4 span.heading-text-2 {
    color: #fff;
    font-size: .9375rem;
  }

  p.paragraph.Ful-Tank-P {
    position: relative;
    bottom: auto;
    text-align: center;
  }

  p.paragraph span.paragraph-text-6 {
    line-height: 1.53;
  }

  p.paragraph.Source-P {
    text-align: center;
  }

  blockquote.Source-title {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }

  blockquote span.blockquote-text-1 {
    color: #fefefe;
    font-size: 1.25rem;
  }

  blockquote span.blockquote-text-2 {
    font-size: 1.5625rem;
  }

  a.link-text.Orange-Top-Link {
    display: inline;
    box-shadow: none;
    text-shadow: #635852 2px 2px 5px;
    font-size: 13px;
    cursor: auto;
  }

  a.link-text.Service-Img-txt-lnk {
    line-height: 26px;
  }

  a.link-text.Orange-Top-Link:hover {
    background-color: rgba(0, 0, 0, .13);
  }

  /* Interaction Elements */

  a.link-button.button {
    margin-top: 18px;
    margin-right: 18px;
    margin-bottom: 27px;
    padding-top: 6px;
    text-align: center;
  }

  /* Layout Elements */

  .container.Family-oned-C {
    position: static;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background-color: #a4a2a1;
    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.Full-Tank-C {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background-color: #fefefe;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.Footer-C {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background-color: #e94d00;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.Source-C {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background-color: #fefefe;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.Titles-Split-C1 {
    margin-right: 0;
    padding-right: 25px;
  }

  .container.Titles-Split-C2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.Service {
    position: static;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 6px 17px 15px;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 7px;
    min-width: 10px;
    min-height: 6px;
    max-width: 230px;
    max-height: none;
    height: 280px;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.sd-three-cols {
    position: relative;
    -ms-flex-pack: center;
    float: none;
    -ms-flex-align: center;
    min-width: 10px;
    min-height: auto;
    max-width: none;
    background-color: transparent;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  div.responsive-picture.picture-1 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    display: inline-block;
    visibility: visible;
    float: none;
    clear: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    -webkit-column-span: none;
       -moz-column-span: none;
            column-span: none;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-blend-mode: normal;
  }

  a.responsive-picture.Service-Image {
    position: static;
    padding-top: 0;
    padding-bottom: 35px;
    max-width: 272px;
    width: 100%;
  }

  .rule.rule-2 {
    margin-bottom: -6px;
  }

  .rule.rule-1 {
    margin-bottom: -8px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  a.link-text.Orange-Top-Link {
    box-shadow: none;
    font-size: 15px;
  }

  /* Layout Elements */

  .container.Service {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: none;
    margin: 0 25px;
    padding: 0;
    min-width: 7px;
    max-width: 367px;
    max-height: 355px;
    width: auto;
    height: auto;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.sd-three-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-height: auto;
    max-width: none;
    height: 346px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.Background-Section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  a.responsive-picture.Service-Image {
    padding: 11px 21px 9px 23px;
    max-width: none;
    width: auto;
    height: auto;
  }

  a.responsive-picture.Service-Image > picture {
    height: auto;
  }

  div.responsive-picture#picture-1 {
    min-width: 0auto;
    max-width: 1200px;
    height: 438px;
  }

  div.responsive-picture#picture-1 > picture {
    height: 438px;
  }

  div.responsive-picture.picture-1 {
    position: static;
    min-width: 0auto;
    max-height: none;
    width: auto;
    height: auto;
  }

  div.responsive-picture.picture-1 > picture {
    height: auto;
  }
}

@media screen and (min-width: 97.5rem) {
  /* Text Elements */

  span.text-element span.text-text-3 {
    font-weight: 700;
  }

  span.text-element span.text-text-4 {
    font-weight: 700;
  }

  span.text-element span.text-text-5 {
    font-weight: 700;
  }

  span.text-element span.text-text-6 {
    font-weight: 700;
  }

  span.text-element span.text-text-7 {
    font-weight: 700;
  }

  span.text-element span.text-text-8 {
    font-weight: 700;
  }

  span.text-element span.text-text-9 {
    font-weight: 700;
  }

  span.text-element span.text-text-10 {
    font-weight: 700;
  }

  span.text-element span.text-text-11 {
    font-weight: 700;
  }

  span.text-element span.text-text-12 {
    font-weight: 700;
  }

  span.text-element span.text-text-13 {
    font-weight: 700;
  }

  span.text-element span.text-text-14 {
    font-weight: 700;
  }

  span.text-element span.text-text-15 {
    font-weight: 700;
  }

  span.text-element span.text-text-16 {
    font-weight: 700;
  }

  span.text-element span.text-text-17 {
    font-weight: 700;
  }

  span.text-element span.text-text-18 {
    font-weight: 700;
  }

  /* Layout Elements */

  .container.Full-Tank-C {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }
}

@media screen and (min-width: 111.125rem) {
  /* Text Elements */

  p.paragraph.Ful-Tank-P {
    text-align: center;
    white-space: normal;
    font-size: 16px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 2px;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: .875rem;
    line-height: 1.6;
  }

  p.paragraph span.paragraph-text-6 {
    font-size: .875rem;
  }

  blockquote.Source-title {
    position: static;
    right: auto;
    display: block;
    margin-top: 14px;
    white-space: nowrap;

    justify-self: center;
  }

  /* Interaction Elements */

  a.link-button.button {
    margin-top: 18px;
    padding-right: 5px;
  }

  /* Layout Elements */

  .container.sd-three-cols {
    max-height: none;
  }

  .container.Service {
    max-width: 367px;
    max-height: 357px;
  }

  .container.Background-Section {
    min-width: 10px;
    width: auto;
  }

  .container.Full-Tank-C {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.Family-oned-C {
    position: relative;
    top: -12px;
    margin-top: 0;
    margin-bottom: 2px;
    padding-top: 1px;
    padding-bottom: 0;
  }

  div.responsive-picture.picture-1 {
    display: block;
    min-height: 15px;
    max-width: none;
  }

  .rule.rule-1 {
    position: static;
    margin-top: 8px;
    margin-bottom: -8px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .rule.rule-2 {
    margin-bottom: -8px;
  }
}