.small-progress-bar .progress-bar {
        line-height: 36px;
        height: 35px;
        font-size: 14px;
    }
    
    .progress-bar-striped_active {
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
        -webkit-animation: progress-bar-stripes 2s linear infinite reverse;
        -o-animation: progress-bar-stripes 2s linear infinite reverse;
        animation: progress-bar-stripes 2s linear infinite reverse;
    }
    
    .progress-bar {
        -webkit-transition: width .25s ease, height .25s ease, font-size .25s ease;
        -moz-transition: width .25s ease, height .25s ease, font-size .25s ease;
        -ms-transition: width .25s ease, height .25s ease, font-size .25s ease;
        -o-transition: width .25s ease, height .25s ease, font-size .25s ease;
        transition: width .25s ease, height .25s ease, font-size .25s ease;
    }
    
    .progressbar_w_75 {
        width: 75%;
    }
    
    .progress-bar {
        float: left;
        width: 70%;
        height: 100%;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        background-color: #428bca;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-transition: width .6s ease;
        transition: width .6s ease;
    }
    
    .elAlign_center {
        text-align: center;
    }
    
    .de-editable {
        position: relative;
    }
    
    .progress {
        overflow: hidden;
        height: 20px;
        /*			margin-bottom: 20px;*/
        background-color: #f5f5f5;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    }
    
    .small-progress-bar {
        height: 35px;
        line-height: 36px;
        font-size: 14px;
    }
    
    .progressbar_nocorners {
        border-radius: 0 !important;
        margin: 10px 0px;
    }
    
    @-webkit-keyframes progress-bar-stripes {
        from {
            background-position: 40px 0
        }
        to {
            background-position: 0 0
        }
    }
    
    @keyframes progress-bar-stripes {
        from {
            background-position: 40px 0
        }
        to {
            background-position: 0 0
        }
    }
    
    #col-left-174-100-118,
    #col-right-147-165-180 {
        display: inline-block;
        vertical-align: middle;
    }
    
    .uk-grid {
        display: block;
    }
    
    #one_mo_main_image {
        max-width: 180px;
    }
    
    .purchase-boxes form .orderbutton {
        text-indent: 0px;
        max-height: 80px;
        padding: 0;
    }
    
    .btn-ordr-cta.pulse,
    .btn-sec5.pulse {
        display: none;
    }

    .dispBlck{
    	display: block !important;
    }
    
    .noThanks img {
        max-width: 100%;
    }
    
    .section5 {
        padding: 0 0 147px;
    }

    .noThanks{
		color: #3039ea;
		text-decoration: underline;
		font-size: 16px;
		padding: 20px 0px;
		display: inline-block;
    }

    .redirect{
		margin-top: 20px;
		display: inline-block;
		width: 300px;
    }

    .redirect img{
    	width: 100%;
    }




    .breadcrumb-bar {
    max-width: 1040px;
    background-color: #fff;
    font-size: .9em;
    text-align: center;
    margin:auto;
}

.breadcrumb-bar a {
    position: relative;
    display: none !important;
    padding: 10px 0;
    background: #f0f4f9;
    color: #7aa7c5 !important;
    cursor: pointer;
    font-size:18px;
}

.breadcrumb-bar a:first-child:before, .breadcrumb-bar a:last-child:after {
    border: none
}

.breadcrumb-bar a:first-child {
    display: inline-block;
    border-radius: 4px 4px 4px 3px
}

.breadcrumb-bar a:last-child {
    display: inline-block;
    border-radius: 0 4px 4px 0
}

.breadcrumb-bar a:hover {
    text-decoration: none
}

@media (min-width: 992px) {
    .breadcrumb-bar a {
        display: inline-block !important;
        width: 32.9% !important;
        text-decoration: none;
    }

    .breadcrumb-bar a:before {
        left: 0;
        border-left: 20px solid #fff
    }

    .breadcrumb-bar a:after, .breadcrumb-bar a:before {
        position: absolute;
        content: "";
        top: 0;
        width: 0;
        height: 0;
        border-top: 20px inset transparent;
        border-bottom: 20px inset transparent
    }

    .breadcrumb-bar a:after {
        right: -20px;
        z-index: 2;
        border-left: 20px solid #f0f4f9
    }
}

.breadcrumb-bar .current {
    display: inline-block !important;
    width: 100%;
    background: #7aa7c5;
    color: #fff !important
}

.breadcrumb-bar .current:after, .breadcrumb-bar .current:before {
    border: 0
}

@media (min-width: 992px) {
    .breadcrumb-bar .current:before {
        border-left: 20px solid #fff
    }

    .breadcrumb-bar .current:after, .breadcrumb-bar .current:before {
        border-top: 20px inset transparent;
        border-bottom: 20px inset transparent
    }

    .breadcrumb-bar .current:after {
        border-left: 20px solid #7aa7c5
    }
} 

.videoBanner{
    text-align: center;
    padding: 30px 0px;
    background-color: #fff;
}
.videoBanner video{
    width: 100%;
    height: 370px;
    max-width: 600px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress {
    position: relative;
    height: 30px;
    max-width: 930px;
    margin: auto;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
}
.progress-bar {
    line-height: 30px;
}
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
}

.fda-box p {
    font-weight: bold;
    font-size: 12px;
}
.fda-box {
    width: 70%;
    padding: 2% 5%;
    margin: 15px auto;
    display: block;
    border: 1px solid #d7d7d7;
	text-align: left;
}

footer {
    border-top: 1px solid #d3d3d3;
    min-width: 815px;
    background-color: #fff;
    z-index: 999;
    position: relative;
    margin-top: 200px;
}

.ftr-menu {
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px 0 0;
    font: 19px/1.6 'Montserrat', Arial, sans-serif;
    margin-bottom: 30px;
    margin-left: 0 !important;
}
	
.ftr-menu li {
    display: inline-block;
    padding: 0 12px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.ftr-menu li a {
    color: #000;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    font-family: 'Montserrat', Arial, sans-serif;
    text-decoration: none;
}

.ftr-info {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding: 7px 0 0;
    font-family: 'Montserrat', Arial, sans-serif;
}

.disclaimer-txt {
    background: #f2f6f2;
    font-size: 12px;
    line-height: 18px;
    width: 93%;
    margin: 14px 0 30px;
    padding: 25px 25px;
    width: 625px;
    display: block;
    margin: 15px auto 30px;
	text-align: left;
}
	
.disclaimer-txt p {
    padding-bottom: 0;
    font: 12px/18px 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}





.qty-choices {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0px 0 3px rgba(0, 0, 0, .2);
    max-width: 825px;
    margin-left: 50px;
    margin-right: 20px;
    margin-top: 30px;
}

.qty-choice {
    border-top: 1px #d2d2d2 solid;
    background: #f2f2f2;
    position: relative;
    height: 310px;
}

.qty-choice.first {
    border-top: 0
}

.qty-choice.popular {
    margin-right: -23px;
    background: #dfebc9
}

.qty-choice .qty {
    position: absolute;
    display: block;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font: 700 28px/1 Arial, Helvetica, sans-serif;
    color: #307491;
}

.qty-choice.popular .shadow-bottom,
.qty-choice.popular .shadow-top {
    position: absolute;
    top: -15px;
    right: 5px;
    z-index: 4;
    width: 766px;
    height: 15px;
    background: url(../images/popular-shadow-top.png) no-repeat
}

.qty-choice.popular .shadow-bottom {
    top: auto;
    bottom: -15px;
    background: url(../images/popular-shadow-bottom.png) bottom right no-repeat
}

.qty-choice .most-popular {
    position: absolute;
    left: -22px;
    top: -30px;
    z-index: 99
}

.qty-choice .image {
    position: relative;
    float: left;
    height: 310px;
    width: 255px;
    text-align: center;
    border-right: 1px #d2d2d2 solid
}

.qty-choice.first .image img {
    max-width: 100%;
    height: 100%;
    max-height: 179px;
    margin: 15px auto 0;
}

.qty-choice.second .image img {
    max-width: 100%;
    height: 100%;
    max-height: 179px;
    margin-top: 30px;
}

.qty-choice.popular .image img {
    max-width: 100%;
    height: 100%;
    max-height: 162px;
    margin-top: 70px;
}

.qty-choice .details {
    float: left;
    width: 227px;
    padding: 0 5px;
    margin-top: 15px;
}

.qty-choice .price-qty {
    text-align: center;
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
}

.qty-choice .price-qty .qty {
    display: block;
    margin: 0 0 8px;
    font: 700 34px/1 Arial, Helvetica, sans-serif;
    color: #307491
}

.qty-choice .price-qty .price {
    display: block;
    font: 700 25px/1 Arial, Helvetica, sans-serif;
    color: #000;
    margin-bottom: 2px;
}

.qty-choice .price-qty .save {
    display: block;
    font: 700 25px/30px Arial, Helvetica, sans-serif;
    color: #e32323;
}

.qty-choice .price-qty .txt {
    display: block;
    font: 700 16px/22px Arial, Helvetica, sans-serif;
    color: #000;
    margin-top: 6px;
}

.qty-choice .description {
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    color: #985279;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.qty-choice .add p.todays-price {
    color: #e31f1f
}

.qty-choice .add p.todays-price {
    color: #000;
}

.qty-choice .add {
    float: left;
    width: 330px;
    padding: 15px 0 0;
    height: 296px;
    text-align: center;
    border-left: 1px #d2d2d2 solid
}

.qty-choice .add .choose {
    text-align: left;
    float: left;
    margin-left: 10px;
    margin-bottom: 16px;
    font: 700 16px/28px Arial, Helvetica, sans-serif;
}

.qty-choice .add .choose img {
    display: inline-block;
    max-width: 13px;
    margin-bottom: 3px;
}

.qty-choice .add .choose a {
    color: #1d2fe4;
    font: 700 9px/28px Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.qty-choice .add .choose span.green {
    color: #468f05;
}

.qty-choice .add .choose span.red {
    color: #e00909;
}

.qty-choice .add img {
    width: 275px;
    height: auto;
    margin: 0 auto
}

.qty-choice .add p {
    padding-bottom: 0;
    font: 700 20px/30px arial, helvetica, sans-serif
}

.qty-choice .add p.list-price span {
    background: url(../images/price-strikethrough.png) 0 50% no-repeat;
    background-size: 100% 6px;
    padding: 0 3px;
    margin: 0 -3px
}

.qty-choice .add p.you-save {
    color: #468f05;
    font-size: 22px;
}

.qty-choice .add .price-underline {
    background: url(../images/price-underline.png) 77% 100% no-repeat;
    background-size: 100% 6px;
    padding: 0 0 5px;
    margin: 0 0 -5px
}



    .fuel-upsell .upsell .content .right {
            background-size:  100% 100%;
            margin-top:  47px;
            font-size:  20px;
        }

        .fuel-upsell .content p,
        .upsell .content .left ul li,
        .upsell .content .right p,
        .qty-choice .add .choose,
        .qty-choice .description {
            font-size:  20px;
        }

        .choose label {
            display:  inline-block;
            line-height:  1.2;
            font-size: 18px;
            margin-bottom: 14px;
        }

        .choose label .green {
            font-size:  14px;
            margin-left: -18px;
        }

        .qty-choice .qty {
            bottom:  91px;
        }

        .qty-choice,
        .qty-choice .image {
            height:  315px;
        }

        .choose input[type='radio'] {
            height:  19px;
            float:  left;
            margin-right:  10px;
        }
        


    .fuel-upsell .upsell .bullet-pullout {
            margin-top: 51px;
          }
          .qty-choices {
            background: none;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            box-shadow: none;
            max-width: 870px;
            margin: auto;
            /*margin-left: 20px;
            margin-right: 20px;*/
            margin-top: 70px;
            border:  none;
          }
          .qty-choices .reverse-text {
            background:  #85486a;
            font-size: 30px;
            margin: 1px -10px 0.7rem;
            border-radius: 8px 8px 0 0;
            padding: 20px 5px;
            color:  white;
            text-align:  center;
          }
          .qty-choice {
            height: auto;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 280px;
            border: 2px solid #fff;
            border-radius: 10px;
            padding: 0 10px 20px;
            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(0, 0, 0, 0.2);
          }
          .qty-choice .image {
            float: none;
            height: auto;
            width: auto;
            border-right: none;
          }
          .qty-choice .image img {
            margin-top:  0;
          }
          .save-badge {
            position: absolute;
            bottom: 0;
            left: 0;
          }
          .qty-choice.popular .image img,
          .qty-choice.second .image img,
          .qty-choice.first .image img {
            margin-top:  0;
          }
          .qty-choice .price {
            color: #85486a;
            font-size: 18px;
            margin-bottom: 0.5rem;
            display: block;
            font-weight: bold;
            line-height: 1.7;
          }
          .qty-choice .details {
            float: none;
            width: auto;
            padding: 0;
            margin-top: 0;
          }
          .qty-choice .qty {
            position: relative;
            display: block;
            bottom: 0;
            right: 0;
            left: 0;
            margin: 0 auto;
            font: 400 20px/28px Arial, Helvetica, sans-serif;
            color: #000;
          }
          .qty-choices > :not(.popular) {
            background: #f4f4f4;
          }
          .qty-choice .add {
            float: none;
            width: auto;
            padding: 0;
            height: auto;
            border-left: 0;
          }
          .qty-choice.popular .image img.save-badge, 
          .qty-choice.second .image img.save-badge, 
          .qty-choice.first .image img.save-badge {
            height:  auto;
          }
          .qty-choice .add .choose {
            text-align: left;
            float: left;
            margin: 1rem 0 0;
            font: 700 15px/28px Arial, Helvetica, sans-serif;
          }
          .qty-choice .add img {
            width: 100%;
          }
          .qty-choice.popular {
            margin: -30px 0 0;
            border: 2px dashed #468F05;
            height:  auto;
          }
          .qty-choice.popular .reverse-text {
            background: #468F05;
            margin-top:  0;
          }
          .qty-choice select {
              margin: 15px auto;
              display: block;
              width: 100%;
              max-width: 194px;
              line-height: 1.3;
              font-size: 20px;
          }
          .upsell .steps {
              margin-bottom: 5px;
          }
    
    .rest{
        display: none;
    }
       
@font-face {
    font-family: 'merriweather_sansbold';
    src: url('../fonts/merriweathersans-bold-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'merriweather_sansextrabold';
    src: url('../fonts/merriweathersans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'merriweather_sanslight';
    src: url('../fonts/merriweathersans-light-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'merriweather_sansregular';
    src: url('../fonts/merriweathersans-regular-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}