
  h2.bundle-feature__title {
    background: #0033A0;
    color: #fff;
    padding: 1.4em 2em;
    text-align: left;
    background-position: 2.6em center;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: inherit;
  }
/*
  .bundle-feature-icon {
    width: 48px;
    height: auto;
    padding-right: 4px;
    float: left;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: .6em

  }
*/
  .auto .bundle-feature__title {
    background-image: url(/resources/Allstate/images/bundling/icons/vers-2/auto-white.svg);
    background-size: 48px;
    padding-left: 6.8em;
  }
  .home .bundle-feature__title {
    background-image: url(/resources/Allstate/images/bundling/icons/vers-2/house-white.svg);
    background-size: 32px;
    padding-left: 5.8em;
  }
  .life .bundle-feature__title {
    background-image: url(/resources/Allstate/images/bundling/icons/vers-2/life-white.svg);
    background-size: 26px;
    padding-left: 5.8em;
  }
  h2.bundle-feature__title > a {
    color: #fff;
    text-transform: none;
    font-size: 12px;
    text-decoration: underline;
    float: none;
    line-height: 1.6em;
    display: none;
  }
  a.learn-more {
    display: block;
    text-decoration: underline;
  }
  .bundle-feature {
    background: #F8F8F8;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding-bottom: 3em;
  }
  .bundle-feature p {
    text-align: center;
    margin: 2em 2.8em 1em;
  }
  .bundle-feature__offers {
    margin: 1em 2em;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .bundle-feature__item {
    padding: 1em;
    text-align: center;
    box-sizing: border-box;
    border: solid 3px transparent;
  }
  .bundle-feature__3up .bundle-feature__item, .bundle-feature__2up .bundle-feature__item {
    cursor: pointer;
  }
  .bundle-feature__1up .bundle-feature__item {
    padding: .6em;
    width: 100%;
  }
  .bundle-feature__3up .bundle-feature__item {
    flex-basis: 33.3333%;  
  }
  .bundle-feature__2up .bundle-feature__item {
    flex-basis: 50%;
  }
  .bundle-feature__3up .bundle-feature__offers .bundle-feature__item:last-child {
      margin: 0;
  }
  .bundle-feature__3up .bundle-feature__item.active, .bundle-feature__2up .bundle-feature__item.active {
    border: solid 2px #0033A0;
    padding: calc(1em + 1px);
  }
  .bundle-feature__item span.item-description {
    color: #0033A0;
    font-weight: 600;
    font-size: 21px;
    display: block;
    position: relative;
    bottom: -27px;
    padding: 0 0.4em;
    background: #F8F8F8;
    margin: .4em auto 2em;
    line-height: 16px;
    width: fit-content;
  }

  .bundle-feature__image {
    width: 100%;
    min-height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .bundle-feature__1up .bundle-feature__image {
  width: 100%;
  }
  .bundle-feature__1up .bundle-feature__content .btn.btn-quote {
    margin-left: .6em;
  }
  .bundle-feature__3up .bundle-feature__image {
    max-width: 260px;
  }
  .bundle-feature__image.auto-1 {
   background: url(/resources/Allstate/images/bundling/auto-threePanel-1.jpg) center center no-repeat; 
   background-size: cover;
  }
  .bundle-feature__image.auto-2 {
   background: url(/resources/Allstate/images/bundling/auto-threePanel-2.jpg) center top no-repeat;
   background-position: center -25px;
   background-size: cover;
  }
  .bundle-feature__image.auto-2__alt {
   background: url(/resources/Allstate/images/bundling/auto-threePanel-2-alt.jpg) center top no-repeat;
   background-position: center center;
   background-size: cover;
  }

  .bundle-feature__image.auto-3 {
   background: url(/resources/Allstate/images/bundling/auto-threePanel-3.jpg) center top no-repeat; 
   background-size: cover;
  }
  .bundle-feature__image.home-2 {
    background: url(/resources/Allstate/images/bundling/home-twoPanel-2.jpg) center top no-repeat; 
    background-size: cover;
  }
  .bundle-feature__content p {
    margin: 1em 0 0 .6em;
  }
  .bundle-feature__content span.item-description {
    font-size: 36px;
    font-weight: 600;
    margin-left: 0;
    display: block;
  }
  .bundle-feature__content {
    text-align: center;
    width: 100%;
  }
  .bundle-feature__content .learn-more-single {
    white-space: nowrap;
    text-decoration: underline;
  }
  .bundle-feature__content .item-description {
    text-align: center;
  }

  @media only screen and (min-width: 520px) {
    .bundle-feature__offers {
      flex-direction: row;
      flex-wrap: wrap;
    }
    .bundle-feature__3up .bundle-feature__item {
      flex-basis: 48% 
    }
    .bundle-feature__1up .bundle-feature__image {
      width: 280px;
    }
    
    .bundle-feature__image.auto-2 {
      background-position: center top;
    }
    
    .bundle-featre__3up .bundle-feature__offers .bundle-feature__item:last-child {
      margin: .4em auto 0;
    }
    .bundle-feature__item span.item-description {
      bottom: -27px;
      background: #F8F8F8;
      margin-top: .4em;
    }   
    .bundle-feature__content span.item-description {
      margin-left: .2em;
      text-align: center;
    }
     
    .bundle-feature__image {
      min-height: 241px;
    }
    h2.bundle-feature__title > a {
      float: right;
    }
    .auto h2.bundle-feature__title .bundle-feature-icon {
      margin-top: 0;
      margin-bottom: 0;
    }
  }
  @media only screen and (min-width: 684px) {
    h2.bundle-feature__title > a {
      display: inline-block;
    }
    a.learn-more {
      display: none;
    }
  }
  @media only screen and (min-width: 696px) {
    .bundle-feature__offers {
      margin: 1em 2em;
      flex-direction: row;
      flex-wrap: nowrap;
    }
    .bundle-feature__3up .bundle-feature__offers, .bundle-feature__2up .bundle-feature__offers {
      margin-bottom: 3em;
    }
    .bundle-feature__3up .bundle-feature__item {
      flex-basis: 33.3333% 
    }
    .bundle-feature__1up .bundle-feature__item {
      width: 340px;
    }
    .bundle-feature__1up .bundle-feature__image {
      width: 210px;
    }
    .bundle-feature p {
      text-align: left;
    }
    .bundle-feature__3up .bundle-feature__offers .bundle-feature__item:last-child {
      margin: 0;
    }
    .bundle-feature__item span.item-description {
      bottom: -25px;
      margin-bottom: 1px;
    }
    .bundle-feature__content {
      text-align: left;
      width: 66.666%;
    }
    .bundle-feature__content span.item-description {
      text-align: left;
    }
  }
  .bundle-feature .btn.btn-quote {
    margin: .2em auto;
    display: inline-block;
    width: fit-content;
    padding: 8px 20px;
  }
  .bundle-feature__3up .btn.btn-quote, .bundle-feature__2up .btn.btn-quote {
    background-color: #bfbfbf;
    cursor: not-allowed;
    color: #747474 !important;
  }
  .bundle-feature__3up .btn.btn-quote.active, .bundle-feature__2up .btn.btn-quote.active, .bundle-feature__1up .btn.btn-quote {
    background-color: #C74E10;
    cursor: pointer;
    color: #fff !important;
  }
  .bundle-feature .btn.btn-quote.active:hover {
    background-color: #b63a25;
    cursor: pointer;
  }
  span.circle-icon {
    width: 61px;
    height: 61px;
    display: inline-block;
    background-color: #0033A0;
    border-radius: 32px;
    background-repeat: no-repeat;
    position: relative;
    top: -9px;
    margin-bottom: -32px;
  }
  .circle-icon__auto {
    background: url(/resources/Allstate/images/bundling/icons/vers-2/auto-white.svg);
    background-size: 70px;
    background-position: -25px center;
  }
  .circle-icon__home {
    background: url(/resources/Allstate/images/bundling/icons/vers-2/house-white.svg);
    background-size: 40px;
    background-position: center center;
  }
  .circle-icon__life {
    background: url(/resources/Allstate/images/bundling/icons/vers-2/life-white.svg);
    background-size: 34px;
    background-position: center bottom;
  }
  .circle-icon__renters {
    background: url(/resources/Allstate/images/bundling/icons/vers-2/renters-white.svg);
    background-size: 40px;
    background-position: center bottom;
  }
  span.plus {
    font-size: 32px;
    font-weight: 900;
    color: #898989;
    line-height: 1em;
    margin: 0 4px;
    position: relative;
    top: 5px;
  }
  
  
