#page {
  background: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  @media only screen and (max-width: 863px) {
    margin: 0;
    position: relative;
    z-index: 10;
  }
  .container {
    background: var(--white);
    position: relative;
    box-shadow: none;
  }

  #content {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 13;
    #body {
      margin: 0;
      min-height: 400px;
      padding: 20px 0 0;
      @media only screen and (max-width: 863px) {
        padding: 0;
      }
      .form-footer {
        margin: 0 0 30px 0;
        text-align: center;
        .button {
          font-size: 11px;
        }
        .threebtns .btn {
          display: block;
          float: left;
          margin: 0 50px 0 0;
        }
      }

      .blue {
        background: #d7d7d7;
        a {
          color: #fff000;
          text-decoration: underline;
          &:hover {
            color: #fff000;
          }
        }
      }
    }
    &.home #body,
    &.withleftnav #body {
      margin: 0;
      padding: 0;
    }

    .needhelp {
      font-size: 11px;
      border-top: 1px solid var(--grey-1);
      margin: 10px 0 0 0;
      padding: 10px 0 0 0;
      text-align: center;
    }

    .ppcbanner {
      background: url("/siteimages/banner/black/bg.jpg") left top repeat-x
        var(--white);
      width: 930px;
      height: 96px;
      margin: 10px 30px 30px 30px;
      float: left;
      .offer {
        background: url("/siteimages/banner/black/offer-3-bg.jpg") left top
          no-repeat;
        width: 353px;
        height: 96px;
        float: left;
        margin: 0 0 0 40px;
      }
      .timer {
        background: url("/siteimages/banner/black/timer-bg.jpg") left top
          no-repeat;
        width: 195px;
        height: 96px;
        float: left;
        margin: 0 0 0 32px;
        .counter {
          height: 35px;
          margin: 40px 0 0 0;
          .dash {
            width: 58px;
            height: 35px;
            float: left;
            padding: 0;
            margin: 0 5px 0 0;
            position: relative;
            color: #404040;
            .digit {
              background: url("/siteimages/banner/black/digit-bg.jpg") left top
                repeat-x;
              font: bold 34px Verdana;
              font-weight: bold;
              float: left;
              width: 24px;
              height: 35px;
              line-height: 35px;
              text-align: center;
              position: relative;
              margin: 0 0 0 2px;
            }
          }
          .dash_title {
            color: var(--white);
            display: block;
            text-align: left;
            text-indent: -9999px;
            line-height: 35px;
            height: 35px;
            width: 6px;
            float: left;
            margin: 0;
            text-transform: uppercase;
          }
          .hours_dash .dash_title {
            background: url("/siteimages/banner/black/label-bg.jpg") 0 0
              no-repeat;
          }
          .minutes_dash .dash_title {
            background: url("/siteimages/banner/black/label-bg.jpg") -8px 0
              no-repeat;
          }
          .seconds_dash .dash_title {
            background: url("/siteimages/banner/black/label-bg.jpg") -16px 0
              no-repeat;
          }
        }
        #ppccounter {
          margin: 8px 0 0 8px;
          .cntDigit {
            margin: 0;
          }
          .cntSeparator {
            font-size: 20px;
            line-height: 29px;
            width: 11px;
            height: 29px;
          }
        }
      }
      .apply {
        background: url("/siteimages/banner/black/apply-bg.jpg") left top
          no-repeat;
        width: 185px;
        height: 96px;
        float: right;
        cursor: pointer;
        margin: 0 40px 0 0;
      }
      .apply.checked {
        background: url("/siteimages/banner/black/applied-bg.jpg") left top
          no-repeat;
        cursor: default;
      }
    }
    &.home .ppcbanner {
      margin: 10px 30px 30px 30px;
    }
    .couponbanner {
      border-bottom: 1px dashed var(--grey1);
      color: var(--black);
      width: 100%;
      height: 50px;
      text-align: center;
      .bannertext {
        font-size: 20px;
        line-height: 50px;
        width: 100%;
        margin: 0;
        #couponamount,
        #couponcode {
          color: var(--red);
          font-weight: normal;
          word-spacing: -5px;
        }
        #couponamount {
          font-family: "butlerblack", "Times New Roman", Times, serif;
          font-size: 23px;
        }
        #couponcode {
          text-transform: uppercase;
          font-size: 22px;
        }
      }
    }

    #two-column {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      align-items: stretch;
      width: 100%;
      overflow: hidden;
      margin: 0 0 30px 0;
      @media only screen and (max-width: 863px) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      img.staff {
        background: var(--white);
        padding: 5px;
        border: 1px solid var(--grey);
      }
      .leftcontent {
        border-right: 1px solid var(--grey);
        width: 70%;
        padding: 0 30px 0 0;
        margin: 0;
        @media only screen and (max-width: 863px) {
          border: none;
          width: 100%;
          padding: 0 0 20px 0;
        }
        h2 {
          font-size: 17px;
          margin: 0 0 5px 0;
        }
        h3 {
          font-size: 17px;
          margin: 0 0 5px 0;
        }
        h4 {
          margin: 0 0 4px 0;
        }
        p {
          line-height: 20px;
        }
        .important {
          margin: 0 10px 20px 0;
          &.warning {
            background: url("/siteimages/icons/no-mail.png") 10px center
              no-repeat;
          }
          p {
            line-height: 18px;
            margin: 0;
          }
        }
        img.staff {
          margin: 0 0 10px 0;
        }
        .toggle.faq h4 {
          margin: 0;
        }
        .data {
          width: 563px;
          margin: 0 0 20px -4px;
          th,
          td {
            padding: 6px 7px;
          }
          th.blank,
          td.blank {
            padding: 0;
          }
          th.red {
            color: var(--red);
          }
        }
        .phonenumbers {
          float: left;
          width: 325px;
          margin: 0 0 5px 0;
        }
        .hours {
          float: left;
          width: 230px;
          margin: 0 144px 20px 0;
          strong {
            display: block;
            float: left;
            width: 66px;
            text-align: right;
            margin: 0 10px 0 0;
          }
        }
        .address {
          float: left;
          width: 150px;
          margin: 0 0 20px 0;
        }
      }

      .rightcontent {
        width: 30%;
        padding: 0 0 0 30px;
        margin: 0;
        @media only screen and (max-width: 863px) {
          width: 100%;
          margin: 0 0 20px 0;
          padding: 0px;
        }
        .box h4 {
          background: #eee;
          border: 1px solid var(--grey-1);
          color: #404040;
          font-size: 13px;
          font-weight: bold;
          margin: 0 0 15px 0;
          padding: 3px 5px;
          text-align: left;
        }
        #accountSecurity h4 {
          background: url("/commonimages/icons/ico.secure.gif") 10px 2px
            no-repeat #eee;
          padding-left: 33px;
        }
        ul {
          margin: 0;
          list-style: none;
          li {
            margin: 0 0 26px 0;
            width: 100%;
            h4 {
              background: #eee;
              border: 1px solid var(--grey-1);
              color: #404040;
              font-size: 13px;
              font-weight: bold;
              margin: 0 0 15px 0;
              padding: 3px 5px;
              text-align: left;
            }
            img {
              float: left;
              margin: 0 0 0 7px;
              &.icon {
                float: none;
                margin: 0;
              }
              &.staff {
                float: none;
                margin: 0;
              }
            }
            span {
              display: block;
              float: left;
              margin: 0 0 0 7px;
            }
            span img {
              float: none;
              margin: 0;
            }
            p {
              display: block;
              float: right;
              width: 175px;
              padding: 0;
              margin: 0;
            }
            &.moneyback,
            &.hasslefree {
              img {
                margin: 0 0 0 20px;
                &.icon {
                  margin: 0;
                }
              }
              span.text {
                padding: 0;
                margin: 0;
                float: none;
              }
            }
            &.spam img {
              margin: 0 0 0 20px;
            }
            &.ready {
              margin: 0;
              img {
                margin: 15px 0 0 20px;
              }
              .img {
                background: white;
                border: 1px solid var(--grey);
                padding: 5px;
                margin: 10px 0 0 0;
                img {
                  float: none;
                  margin: 0;
                }
                .caption {
                  font-size: 11px;
                  font-family: Verdana, Geneva, sans-serif;
                  padding: 5px 0 0 0;
                  font-style: italic;
                  text-align: center;
                  line-height: 16px;
                }
              }
            }
            &.cc img {
              margin: 0 0 0 12px;
            }
          }
        }
      }
    }
  }
  .savings {
    background: var(--grey-3);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
    height: 40px;
    position: relative;
    margin: 0;
    @media only screen and (max-width: 863px) {
      padding: 0;
      height: auto;
      flex-direction: column;
    }
  }
}

@font-face {
  font-family: "butlerblack";
  src:
    url("/include/font/butler/butler_black-webfont.woff2") format("woff2"),
    url("/include/font/butler/butler_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* ---- de-nested concatenation rules (flattened for native CSS) ---- */
#page .savings-identification {
  background: var(--main_bar);
  color: var(--white);
  height: 40px;
  line-height: 40px;
  padding: 0 19px;
  float: left;
  font-size: 20px;
  display: flex;
  column-gap: 10px;
  @media only screen and (max-width: 960px) {
    padding: 0 10px;
  }
  @media only screen and (max-width: 863px) {
    padding: 0;
    height: auto;
    justify-content: center;
    width: 100%;
  }
  .see_details {
    cursor: default;
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    height: 40px;
    position: relative;
    @media only screen and (max-width: 863px) {
      position: unset;
    }
    .details {
      background: var(--white);
      border: 1px solid var(--grey-2);
      box-shadow: 0px 3px 18px -3px rgba(0, 0, 0, 0.2);
      color: var(--black);
      display: none;
      font-size: 16px;
      line-height: 24px;
      width: 410px;
      padding: 20px;
      position: absolute;
      top: 90%;
      left: -50px;
      z-index: 99;
      @media only screen and (max-width: 863px) {
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 280px;
      }
      a {
        color: var(--link);
        display: none;
      }
    }
    &:hover {
      .details {
        display: block;
      }
    }
  }
  .fa {
    font-size: 14px;
  }
}

#page .savings-coupon {
  border-right: 1px solid var(--black);
  color: var(--black);
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  text-align: center;
  width: 25%;
  @media only screen and (max-width: 863px) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--grey);
    padding: 10px 0;
    margin: 0;
  }
  &:nth-child(4) {
    border: none;
  }
}

#page .savings-coupon-code {
  display: inline;
  font-size: 14px;
  font-weight: normal;
}
