// SUCCESS PAGE
.success {
  .center-button {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
  .container {
    .day {
      color: #adadad;
      margin-top: 15px;
    }
    .date {
      font-size: 30px;
    }
    .time {
      font-size: 21px;
      color: #adadad;
    }
  }
  .heading-area {
    padding: 0px;
    @media @phone {
      display: block;
      padding: 20px 0;
      .container {
        margin-top: 0;
      }
    }
  }
  .success-points {
    .clearfix();
    margin: 30px 0;
    list-style: none;
    > .row {
      padding: 0 20px;
      > div {
        padding-left: 50px;
        position: relative;
        margin-bottom: 30px;
        i {
          position: absolute;
          top: 0;
          left: 0;
          color: @brand-primary;
          font-size: 30px;
        }
      }
    }
  }
  .scheduleButton{
    &:hover{
      color: #6CC27E !important;
    }
  }
  .questions {
    margin-bottom: 60px;
  }
  .foundation-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .parallax-section__content {
    .container {
      margin-top: 0;
      h2 {
        margin: 0;
      }
    }
  }
  .tariffdisplayed {
    border: 1px solid @border-gray;
    border-radius: 5px;
    margin-bottom: 40px;
    @media @phone {
      margin: 10px 15px;
    }
  }
  .tariffdisplayed-header {
    border-bottom: 1px solid @border-gray;
    padding-top: 10px;
    height: 110px;
    padding-left: 10px;
  }
  .tariffdisplayed-header-description {
    margin: 0 0 10px 10px;
    float: left;
  }
  .tariffdisplayed-header-price {
    margin: 0 0 10px 10px;
    float: right;
  }
  .tariffdisplay-tagline {
    font-size: 20px;
    display: block;
    margin: 0;
  }
  .tariffdisplay-name {
    font-size: 30px;
  }
  .tariffdisplayed-price-cost {
    font-size: 55px;
    line-height: 50px;
    font-family: 'Open Sans Condensed', sans-serif;
    display: inline-block;
    vertical-align: top;
  }
  .tariffdisplayed-price-period {
    text-transform: uppercase;
    display: block;
    font-size: 13px;
  }
  .tariffdisplayed-price {
    margin: 15px;
  }
  .tariffdisplayed-descritpion {
    padding: 10px;
    margin-left: 10px;
    line-height: 30px;
  }
  .benefit-list {
    margin-left: 10px;
  }
  .paym-split {
    @media @tablet-min {
      display: flex;
    }
    .left-split {
      @media @tablet-min {
        width: 50%;
      }
    }
    .right-split {
      @media @tablet-min {
        width: 50%;
      }
    }
  }
  .whats-next-onboarding {
    display: inline-block;
    @media @phone {
      width: 100%;
      padding: 10px 15px;
      background-color: #f1f1f1;
    }
    img {
      float: right;
      padding-left: 215px;
      margin-top: -126px;
      @media @phone {
        float: none;
        padding: 0px 0px;
        margin: auto;
        display: block;
        background-color: #f1f1f1;
        visibility: visible;
      }
      @media @tablet {
        visibility: hidden;
        position: absolute;
      }
    }
    p {
      width: 44%;
      @media @phone {
        width: 100%;
      }
      @media @tablet {
        width: 100%;
      }
    }
    a {
      min-width: 270px;
      @media @tablet {
        width: 100%;
      }
      @media @phone {
        margin-top: 15px;
      }
    }
  }
  .whats-next {
    width: 42%;
    display: inline-block;
    @media @phone {
      width: 100%;
      padding: 10px 15px;
    }
  }
  .refer-a-friend {
    float: right;
    width: 58%;
    display: inline-block;
    padding-left: 110px;
    a {
      width: 100%;
    }
    img {
      float: right;
      margin-top: -35px;
      @media @tablet {
        visibility: hidden;
        position: absolute;
      }
    }
    p {
      width: 267px;
      display: inline-block;
    }
    @media @phone {
      background-color: #f1f1f1;
      width: 100%;
      float: none;
      display: inline-block;
      padding: 10px 15px;
      img {
        float: none;
        margin-bottom: 10px;
        margin-top: 10px;
        display:block;
        margin-left: auto;
        margin-right: auto;
      }
      p {
        width: 100%;
        display: inline;
      }
    }
  }
  .welcome-pack {
    float: right;
    width: 58%;
    display: inline-block;
    padding-left: 110px;
    @media @phone {
      background-color: #f1f1f1;
      width: 100%;
      float: none;
      display: inline-block;
      padding: 20px 15px;
      p {
        width: 100%;
        display: inline;
      }
    }
  }
  .sign-details-container {
    margin-top: 100px;
    @media @phone {
      margin-top: 10px;
      padding: 10px 15px;
    }
  }
  .row-success {
    @media @phone {
      margin-left: -15px;
      margin-right: -15px;
    }
  }
  .corgi-section {
    clear: both;
    margin-top: 120px;
    @media @phone {
      margin: 20px 15px;
    }

    + .sign-details-container {
      @media @tablet-min {
        margin-top: 60px;
      }
    }
  }
}



.skinny {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.next-steps-ev {

  ul {
    margin-bottom: 0;
    padding-left: 18px;
  }

  li {
    font-weight: bold;
    margin-bottom: 15px;
  }

  p,
  li {
    max-width: 700px;
  }

}

.success-ev {

  .email-us {
    margin-top: 30px;
  }

  .heading-area {
    padding-bottom: 0;
  }

  .questions {
    margin-bottom: 30px;
  }

}

// EV BUNDLE STYLING
.ev-success-bundle {
  text-align: center;
  color: white;
  margin: 20px auto 50px;
  max-width: 660px;
  min-height: 584px;

  .bundle-col {
    padding: 0;
  }

  .bundle-row {
    margin: 0;
  }

  @media @tablet-min {
    margin-top: -100px;
    transform: translateY(130px);
    padding: 0;

    .bundle-main {
        min-height: 584px;
      }

    .bundle-includes {
      padding-top: 20px;
    }

    .bundle-bolton {
      min-height: 230px;

      &:last-child {
          border-bottom-left-radius: 0;
      }

    }

  }

  .bundle-main,
  .bundle-bolton {
    padding: 30px;
  }

  .bundle-price {

    &-currency {
      font-size: 35px;
    }

    &-cost {
      font-size: 60px;
      line-height: 1;
    }

    &-period {
      display: block;
      font-size: 25px;
      line-height: 1;
      margin-bottom: 20px;
    }

  }

  .bundle-main {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: @ev;
    background-image: url('bg-ev.png');
    position: relative;
    margin-bottom: 0;
    padding-left: 120px;
    color: white;
    padding-top: 100px;
    padding-left: 30px;

    &:before {
      background-image: url('../common/images/icon-ev.svg');
    }

    &:before {
      content: "";
      position: absolute;
      width: 65px;
      height: 65px;
      left: 50%;
      top: 40px;
      transform: translateX(-50%);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
    }

    &-title {
      margin-bottom: 20px;
      margin-top: 8px;
    }

    ul {
      padding-left: 0;
    }

    li {
      list-style-type: none;
      margin-bottom: 20px;
    }

  }

  .bundle-includes {
    text-align: center;

    &-header {
      font-size: 18px;
      padding: 10px 30px;
      background-color: @gray-lighter;
      color: @gray-dark;
      border-radius: @border-radius-base @border-radius-base 0 0;

      @media @desktop {
        border-top-left-radius: 0;
      }

      span {
        font-weight: bold;
      }

    }

  }

  .bundle-bolton {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;

      &:last-child {
        border-radius: 0 0 @border-radius-base @border-radius-base;

        @media @desktop {
          border-bottom-left-radius: 0;
        }

      }

      &-title,
      &-description {
          width: 100%;
      }

      &-title {
          padding-top: 60px;
          position: relative;
          font-size: 22px;
          width: 100%;

          &:before {
          content: "";
          position: absolute;
          left: 50%;
          top: 0;
          transform: translateX(-50%);
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center;
          }

      }

      &-green {
          .bg-primary;

          .bundle-bolton-title {

            &:before {
                width: 43px;
                height: 55px;
                background-image: url("../common/images/icon-green.svg");
            }

          }

      }

      &-chargemaster {
          background-color: @chargemaster;

          .bundle-bolton-title {

            &:before {
                width: 120px;
                height: 37px;
                top: 12px;
                background-image: url("../common/images/icon-polarplus.svg");
            }

          }

      }

  }

  .gas-electricity {
    margin-bottom: 20px;
  }

  .no-online-discount {

    .onlineDiscount-bundle-benefit {
      display: none;
    }

  }

}

.circular-gradient {
    margin-left: -20px;
    padding-left: 20px;
    margin-right: -20px;
    padding-right: 20px;
    .box-shadow(inset 0px -635px 130px 0px rgba(174, 208, 217, 0.75));
    border-radius: ~"0 0 70% 70% / 0 0 60px 60px";

    @media @tablet-min {
        border-radius: ~"0 0 70% 70% / 0 0 90px 90px";
        margin-bottom: 130px;
    }

    @media @desktop {
        border-radius: ~"0 0 70% 70% / 0 0 100px 100px";
    }

    @media @phone {
        .text-center-on-mobile {
          text-align: center;
        }
    }

}