html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@font-face {
    font-family: 'bree';
    src: url('../fonts/breeregular-webfont.eot');
    src: url('../fonts/breeregular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/breeregular-webfont.woff') format('woff'),
    url('../fonts/breeregular-webfont.ttf') format('truetype'),
    url('../fonts/breeregular-webfont.svg#bree_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Volkswagen Heavy'; /* Name you'll use in your CSS */
    src: url('../fonts/volkswagen-heavy.otf') format('opentype'); /* Path to your .otf font file */
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #424242;
    padding: 10px;
}

strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2;
    text-rendering: optimizelegibility;
}

h1, p {
    margin-bottom: 10px;
    line-height: 1.2;
}

a {
    color: #424242;
    cursor: pointer;
}

a.back_to_options{
    color: #337ab7;
    text-decoration: underline;
    font-weight: bold;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.btn_checkout {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    display: inline-block;
    font-size: 18px;
    margin: 40px 0 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 10px 13px;
    border: 2px solid #9b9b9b;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #b1b1b1;
    background: -moz-linear-gradient(top, #b1b1b1 0%, #9b9b9b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1b1b1), color-stop(100%, #9b9b9b));
    background: -webkit-linear-gradient(top, #b1b1b1 0%, #9b9b9b 100%);
    background: -o-linear-gradient(top, #b1b1b1 0%, #9b9b9b 100%);
    background: -ms-linear-gradient(top, #b1b1b1 0%, #9b9b9b 100%);
    background: linear-gradient(to bottom, #b1b1b1 0%, #9b9b9b 100%);
    line-height: 20px;
}

.btn_checkout:after {
    content: url('/assets/images/arrow-right.png');
    margin-left: 7px;
    position: relative;
    top: -2px;
}

button.btn_checkout {
    padding: 7px 10px;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    content: "";
    display: table;
    line-height: 0;
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
}

.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 45%;
}

.form-horizontal .required .control-label:before {
    content: '*';
}

.form-horizontal .controls, #pcode_shattered_holder .controls {
    margin-left: 46%;
}

.form-horizontal input + .help-block, .msgerror {
    display: block;
    color: #B94A48;
    font-size: 12px;
    margin-top: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #424242;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 3px 6px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #999;
    width: 150px;
    box-shadow: inset 0 0 5px #d7d7d7;
}

label, input, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

select {
    width: 200px;
    height: 27px;
    line-height: 27px;
}

.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 5px;
    vertical-align: middle;
}

.radio.inline:first-child, .checkbox.inline:first-child {
    margin-left: 0;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    width: auto;
    float: left;
    margin-left: -20px;
}

.pull-right {
    float: right;
}

.alert, .flash-notice {
    font-size: 12px;
    line-height: 1.3;
    position: relative;
    padding: 8px 30px;
    margin: 0 0 50px;
    background-color: #ffffe1;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert:before, .flash-notice:before {
    content: url('/images/icon-alert.png');
    position: absolute;
    left: 5px;
    margin-top: 1px;
}

.alert .close {
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    color: #424242;
    font-size: 18px;
    float: right;
    position: relative;
    right: -30px;
    top: -6px;
}

.flash-notice.cookies_blocked{
    background-color: red;
    color: white;
}

.flash-notice.cookies_blocked a{
    text-decoration: underline;
    color: white;
}

 .flash-notice.cookies_blocked:before {
    content: url('/images/icon-alert-white.png') ;
 }

.steps {
    width: 85%;
    margin: 0 auto 10px;
    padding-left: 20%;
}

.steps > div {
    width: 33.33%;
    float: left;
    text-align: right;
}

.steps > div:first-child {
    width: 0;
    text-align: left;
}

.steps > div > p {
    width: 80px;
    display: inline-block;
    font-size: 14px;
    color: #666;
    position: relative;
    text-align: center;
    top: -9px;
    right: -45px;
    margin: 0;
}

.steps > div:first-child > p {
    right: 0;
    left: -40px;
}

.steps > div:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #e0e0e0;
}

.steps > div > p:before {
    background-color: #e0e0e0;
    border: 3px solid #e0e0e0;
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 auto 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.steps > div.active > p {
    top: -10px;
}

.steps > div.active > p:before {
    width: 20px;
    height: 20px;
    border: none;
    margin-bottom: 4px;
    background-color: #b1b1b1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.steps > div.active + div:before,
.steps > div.active + div + div:before,
.steps > div.active + div + div + div:before {
    background-color: #cdcdcd;
}

.steps > div.active + div > p:before,
.steps > div.active + div + div > p:before,
.steps > div.active + div + div + div > p:before {
    background-color: #fff;
    border-color: #cdcdcd;
}
/* new steps bar*/

.steps-icons{    
    max-width: 980px;
    margin: 0 auto 30px;
}
.steps-icons hr{
    border: none;
    height: 8px;
    color: #9b9b9b;
    background-color: #9b9b9b;
    margin: 8px auto;
}

.steps-icons .step-icon-wrapper img {
    background-color: #9b9b9b; 
    border-radius: 65%;
    padding: 5px;    
    width: 45px;
    display: inline-block;
}

.steps-icons .step-icon-wrapper {
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 32%;
}

.steps-icons .step-icon-wrapper p {
    margin-bottom: 0;
}

.digicoupons-group .dc_non_available_title{ 
    font-family: Arial;
    color: #5E5E5E;
    text-align: center;
    font-size: 20px;
    padding-top: 50px;
}

@media (max-width: 480px) {
    .steps-icons .step-icon-wrapper {        
        width: 100%;
    }
    
}

.footer {
    text-align: center;
    font-size: 10px;
    line-height: 1.4;
    padding: 40px 0 30px;
}

.footer p {
    margin: 0
}

.coupons {
    margin-left: -5px;
}

.fanner > img {
    width: 100%;
}

.fanner {
    max-width: 500px;
}

.sale-box-content, .coupon_button_rd .glyphicon {
    cursor: pointer;
}


/************* COUPONS ***************/
@media (min-width: 1340px) {
    .container {
        width: 1330px;
    }
}

@media (min-width: 1050px) and  (max-width: 1340px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 680px) and  (max-width: 1050px) {
    .container {
        width: 665px;
    }
}

#sale-main {
    padding-top: 20px;
    color: #333;
    font-size: 14px;
}

#sale-main .coupons-group{
    text-align: center;
}

#sale-main .sale-box {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    height: 300px;
    margin-bottom: 20px;
    margin-left: 8px;
    position: relative;
    max-width: 320px;
}

#sale-main .sale-box .thumbnail .sale-box-content {
    height: 280px;
}

#sale-main .sale-box .thumbnail .sale-box-content h5 {
    font-size: 1.5em;
}

#sale-main .sale-box .thumbnail .sale-box-content h6 {
    font-size: 1.1em;
    margin-bottom: 5px;
}

#sale-main .sale-box .thumbnail .sale-box-content a {
    color: #6cb33e;
    text-decoration: underline;
}

#sale-main .sale-box .thumbnail .sale-box-content img {
    display: block;
    margin: auto;
}

#sale-main .sale-box .select-coupon {
    background: #3d434a none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    height: 30px;
    position: absolute;
    text-align: left;
    width: 100%;
}

#sale-main .sale-box .select-coupon .radio-inline {
    font-size: 15px;
    margin-top: 3px;
}

#sale-main .sale-box .select-coupon .radio-inline input {
    margin-right: 5px;
}

#sale-main .sale-box .select-coupon .radio-inline span {
    margin-left: 5px;
}

#sale-main .sale-box .select-coupon.selected {
    background: #00b5ac none repeat scroll 0 0;
}

#sale-main .blue-overlay {
    background: rgba(0, 0, 0, 0) url("../images/blue-overlay-bg.png") repeat scroll 0 0;
    display: none;
    height: 270px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

#sale-main .blue-overlay .overlay-message {
    border: 1px dashed #ffffff;
    color: #ffffff;
    height: 170px;
    margin: 50px auto 0;
    text-align: center;
    width: 190px;
}

#sale-main .blue-overlay .overlay-message h4 {
    color: #ffffff;
    font-size: 25px;
    margin: 20px 0;
}

#sale-main .blue-overlay .overlay-message span.glyphicon {
    font-size: 40px;
    padding: 0 15px;
}

#sale-main .flashbanner .thumbnail {
    padding-top: 17px;
}

#sale-main .flashbanner .thumbnail img {
    margin: 0 auto;
}

#sale-main .sale-box.selected {
    background: #00b5ac none repeat scroll 0 0;
}

#sale-main .sale-box.selected form.select-coupon {
    background: #00b5ac none repeat scroll 0 0;
}

#sale-main .unavailable {
    opacity: 0.4;
}

.select-coupon .btn_get, .select-coupon .btn_get_all {
    padding-left: 10px;
    text-align: left;
}

.select-coupon .glyphicon {
    position: absolute;
    right: 10px;
    top: 7px;
}

.select-coupon .btn_get, .select-coupon .btn_get_all {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "bree", sans-serif;
    height: 24px;
    line-height: 24px;
    padding-top: 3px;
    text-align: center;
    width: 100%;
}

.select-coupon .btn_get::before, .select-coupon .btn_get_all::before {
    background-color: #ffffff;
    border: 2px solid #ffffff !important;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 8px;
    width: 8px;
}

.select-coupon .clicked::before {
    background-color: #5e5e5e;
}

.coupons-group.send_link{
    text-align: center;
}

.g-recaptcha{
    overflow: hidden;
}

@media (max-width: 480px) {

    #sale-main .sale-box {
        margin: 0 auto 20px auto;
    }

}



@media (max-width: 350px) {


    #sale-main .sale-box .thumbnail .sale-box-content{
        width:270px;
    }

}

@media (max-width: 300px) {

    #sale-main .sale-box .thumbnail .sale-box-content{
        width:220px;
    }




}

/************* END COUPONS ***************/

/************* ADS ***************/
#sale-main .ad-box {
    padding: 20px 10px 0;
}

#sale-main .ad-box img {
    max-width: 300px;
    max-height: 250px
}

/************* END ADS ***************/
.inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.inner img {
    width: 597px;
    height: 830px;
}

.inner center {
    font-size: 11px;
}

.inner ul {
    list-style-image: url('../../assets/images/bullet.png');
    margin-left: 15px;
}

.inner ul > li {
    line-height: 1.4;
    padding-top: 10px;
}

.inner ul > li:first-child {
    padding-top: 0;
}

.inner p.note {
    font-size: 0.85em;
    font-weight: bold
}

/* Tablet and mobile*/
@media (max-width: 979px) {
}

/* Tablet Portrait Mode */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Mobile Portrait and Landscape mode */
@media (max-width: 767px) {
    .coupons + center {
        text-align: center;
    }

    .inner {
        width: 100%;
    }
}

/* Mobile Lanscape mode */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .coupons {
        margin-left: -3.2%;
    }

    .coupons > .thumbnail {
        width: 167px;
        margin-left: 3.2%;
    }
}

/* Mobile Portrait mode */
@media (max-width: 479px) {
    /*.steps > div:last-child > p{
        right: -28px;
    }*/
    /*.steps > div:last-child > p:before{
        margin-left: 40px;
    }*/


    .form-horizontal .control-label {
        float: none;
        width: 100%;
        display: block;
        text-align: left;
    }

    .form-horizontal .controls {
        margin: 0;
    }

    .form-horizontal .controls > input {
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-horizontal .controls > select {
        width: 100%;
        height: 30px;
        line-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .coupons {
        margin-left: 0;
    }

    .coupons > .thumbnail {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

@media (max-width: 400px) {

    .steps > div > p {
        right: -23px;
    }
}

#deployJavaPlugin {
    display: none;
    border: none;
    height: 0;
    width: 0;
}

.clr {
    clear: both
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 150%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../../assets/images/loading.gif') 50% 50% no-repeat;
}

.coupon_image {
    width: 144px;
    height: 121px;
}


.btn_holder.thank_you, .btn_holder.center-button {
    text-align: center;
    clear: both;
}

.btn_holder {
    text-align: right;
    width: 100%;
    position: relative;
}

.btn_holder .help_printing{
  display: block;
  margin: 20px;
  padding-left: 10px;
}



.cta_login {
    display: none;
}

.coupon_title {
    overflow: hidden
}

.alert {
    display: none
}

html.ie6 .alert, html.ie7 .alert {
    display: block
}


.col1 {
    float: left;
    font-weight: bold;
    width: 226px;
    display: table;
}

.col1 > .clearfix > .order {
    border: 2px solid #9B9B9B;
    border-radius: 7px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 0;
    outline: medium none;
    padding: 10px 13px;
    text-decoration: none;
    background: none repeat scroll 0 0 #EEEEEE;
    border: none;
    color: #FFFFFF;
}

.col1 > .clearfix > .order.selected {
    background: #006633;
    border: none;
}

.col1 > .clearfix > .order.selected:after {
    content: url("/assets/images/arrow-right.png");
    margin-left: 7px;
    position: relative;
    top: -2px;
}

.col2 {
    float: left;
    margin-left: 20px;
    height: 100%;
}

.col2 .coupons.clearfix {
    display: none;
}

.col2 .coupons.clearfix.selected {
    display: table;
}

h2.h2Txt {
    font-size: 22px;
    line-height: normal;
    padding-bottom: 15px;
    text-align: center;
}

/*coupon featured*/

.featured-holder {
    text-align: center;
    margin: 16px 0;
}

.coupons.clearfix.featured {
    text-align: center;
    margin: auto;
}

.coupons .coupon.thumbnail.featured {
    width: 544px;
    margin: auto;
    clear: both;
}

.coupons .coupon_image.featured {
    height: 300px;
}

.coupons > .coupon.thumbnail.featured > div > span {
    /*    height: 42px;*/
}

.coupon_image.featured {
    height: 600px;
    width: 300px;
}

.coupons > .coupon.thumbnail.featured > .coupon_image {
    margin-bottom: 174px;
}

#content .coupons .thumbnail.featured .coupon_button_rd span {
    /*    font-size: 28px;
        line-height: 1.5em;*/
}

.coupons > .thumbnail.featured > div > span:before {
    /*    height: 12px;
        width: 12px;*/
}

/*coupon featured small*/


.coupons .coupon.thumbnail.featured.small {
    width: 438px;
}

.coupons .coupon_image.featured.small {
    height: 200px;
}

.coupons .coupon.thumbnail.featured.small .coupon_image.featured {
    height: 420px;
    /*    width: 200px;*/
}

#svdhdr #sale-main .sale-box.selected {
    background: none;
}

#svdhdr .col1, #flhdr .col1 {
    width: 37%;
}

#svdhdr .col2, #flhdr .col2 {
    width: 50%;
}

#waitDialog .modal-dialog {
    top: 83%;
    width: 75%;
}


/* optin form */

.optin_form .form-group .col-sm-12 {
    padding: 10px;
}

.optin_form .form-group .col-sm-12 label, #mobile_subscribe_optin .form-group .col-sm-12 label {
    font-weight: bold;
}

.optin_form .form-group .col-sm-12 .error-message {
    padding-left: 65px;
    padding-top: 7px;
    text-align: center;
}

.optin_form .thanks_msg, #mobile_subscribe_optin .thanks_msg {
    margin-left: 5%;
}

#mobile_subscribe_optin .error-message {
    padding-left: 15px;
    padding-top: 7px;
}

.optin_form .form-group button#form_send {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    display: inline-block;
    font-size: 18px;
    margin: 40px 0 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 10px 13px;
    border: 2px solid #9b9b9b;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #b1b1b1;
    background: -moz-linear-gradient(top, #b1b1b1 0%, #9b9b9b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1b1b1), color-stop(100%, #9b9b9b));
    background: -webkit-linear-gradient(top, #b1b1b1 0%, #9b9b9b 100%);
    background: -o-linear-gradient(top, #b1b1b1 0%, #9b9b9b 100%);
    background: -ms-linear-gradient(top, #b1b1b1 0%, #9b9b9b 100%);
    background: linear-gradient(to bottom, #b1b1b1 0%, #9b9b9b 100%);
}

#mobile_subscribe_optin .col-sm-12 input {
    float: right;
}

sup {
    top: -.3em;
    font-size: 85%;
}


/* share buttons */

.inline-share span {
    font-size: 3em;
}

.inline-share a {
    display: inline-block;
    padding: 20px 17px;
}

#social_btns_subtitle {
    display: inline-block;
    margin: 20px;
    text-align: center;
    width: 100%;
    font-size: 130%;
}

.social-share #mk-article-fb-main {
    color: #3B5998;
}

.social-share #mk-article-tw-main {
    color: #1DA1F2;
}

.social-share #mk-article-pin-main {
    color: #BD081C;
}

.dc_wallet_btn {
    margin-right: 10px !important;
}

.dc_wallet_btn_ {
    margin: 0;
    margin-right: 30px;
}

@media (max-width: 480px) {
    .dc_wallet_btn_ {
        float: initial;
        display: -webkit-box;
        margin: 0;
        margin-right: initial;
    }
}

#custom_disclaimer{font-size: 10px;}

.thanks_msg {
    text-align: center;
}

.thanks_msg a{
 color: #23527c;
 text-decoration: underline
}

#leaderboard{
    margin: 15px auto;
}

#leaderboard img{
    display: inline-block;
}



/*///Centering gallery bricks//////*/
.PillersProduct2020 .steps,
.HainCelestial2020 .steps,
.CatelliSmart2020 .steps,
.DairyFarmersOntario2020 .steps,
.DairyFarmersOntario_CrackerBarrel2020 .steps{
    padding-left:20%;
}

.PillersProduct2020 h2.h2Txt,
.HainCelestial2020 h2.h2Txt,
.CatelliSmart2020 h2.h2Txt{
   /* padding-left: 20%; */
    margin: 0 auto;
    width: 85%;
    position: relative;
    /*left: -33px;*/
}

.DairyFarmersOntario2020 h2.h2Txt,
.DairyFarmersOntario_CrackerBarrel2020 h2.h2Txt{
    text-align: center;
    margin: 0 auto;
    width: 85%;

}

.PillersProduct2020 .row.coupons-group,
.HainCelestial2020 .row.coupons-group,
.CatelliSmart2020 .row.coupons-group,
.DairyFarmersOntario2020 .row.coupons-group,
.DairyFarmersOntario_CrackerBarrel2020 .row.coupons-group{
    text-align: center;
}

.PillersProduct2020 .btn_holder,
.HainCelestial2020 .btn_holder,
.CatelliSmart2020 .btn_holder,
.DairyFarmersOntario2020 .btn_holder,
.DairyFarmersOntario_CrackerBarrel2020 .btn_holder{
    text-align: center;
    clear: both;
}

.PillersProduct2020 #content.step3_page,
.HainCelestial2020 #content.step3_page,
.CatelliSmart2020 #content.step3_page,
.DairyFarmersOntario2020 #content.step3_page,
.DairyFarmersOntario_CrackerBarrel2020 #content.step3_page{
    text-align: center;
}

.Dairy_Farmers_of_Ontario .steps > div.active > p:before,
.DairyFarmersOntario2020 .steps > div.active > p:before,
.DairyFarmersOntario_CrackerBarrel2020 .steps > div.active > p:before {

    background-color: #0072CE;

}

.Dairy_Farmers_of_Ontario .steps > div:before,
.Dairy_Farmers_of_Ontario .steps > div.active + div:before,
.Dairy_Farmers_of_Ontario .steps > div.active + div + div:before,
.Dairy_Farmers_of_Ontario .steps > div.active + div + div + div:before,
.DairyFarmersOntario2020 .steps > div:before,
.DairyFarmersOntario2020 .steps > div.active + div:before,
.DairyFarmersOntario2020 .steps > div.active + div + div:before,
.DairyFarmersOntario2020 .steps > div.active + div + div + div:before,
.DairyFarmersOntario_CrackerBarrel2020 .steps > div:before,
.DairyFarmersOntario_CrackerBarrel2020 .steps > div.active + div:before,
.DairyFarmersOntario_CrackerBarrel2020 .steps > div.active + div + div:before,
.DairyFarmersOntario_CrackerBarrel2020 .steps > div.active + div + div + div:before {
    background-color: #0072CE;
}

.Dairy_Farmers_of_Ontario .steps > div > p::before,
.DairyFarmersOntario2020 .steps > div > p::before,
.DairyFarmersOntario_CrackerBarrel2020 .steps > div > p::before {
    background-color: #0072CE;
    border: 3px solid #0072CE;
}


.Dairy_Farmers_of_Ontario .steps > div.active + div > p:before,
.Dairy_Farmers_of_Ontario .steps > div.active + div + div > p:before,
.Dairy_Farmers_of_Ontario .steps > div.active + div + div + div > p:before,
.DairyFarmersOntario2020 .steps > div.active + div > p:before,
.DairyFarmersOntario2020 .steps > div.active + div + div > p:before,
.DairyFarmersOntario2020 .steps > div.active + div + div + div > p:before,
.DairyFarmersOntario_CrackerBarrel2020 .steps > div.active + div > p:before,
.DairyFarmersOntario_CrackerBarrel2020 .steps > div.active + div + div > p:before,
.DairyFarmersOntario_CrackerBarrel2020 .steps > div.active + div + div + div > p:before {
    background-color: #fff;
    border-color: #0072CE;
}

.Dairy_Farmers_of_Ontario a.btn_checkout,
.DairyFarmersOntario2020 a.btn_checkout,
.DairyFarmersOntario_CrackerBarrel2020 a.btn_checkout{
    background: linear-gradient(to bottom, #0072CE 0%,#0072CE 100%)!important;
    border-color: #0072CE !important;
    margin: auto !important;
}

.Dairy_Farmers_of_Ontario #form_send,
.DairyFarmersOntario2020 #form_send,
.DairyFarmersOntario_CrackerBarrel2020 #form_send{
    background: linear-gradient(to bottom, #0072CE 0%,#0072CE 100%)!important;
    border-color: #0072CE !important;
}


.Dairy_Farmers_of_Ontario .sale-box .select-coupon,
.DairyFarmersOntario2020 .sale-box .select-coupon,
.DairyFarmersOntario_CrackerBarrel2020 .sale-box .select-coupon {
    background: #0072CE none repeat scroll 0 0!important;
}

.Dairy_Farmers_of_Ontario #has_mail,
.DairyFarmersOntario2020 #has_mail,
.DairyFarmersOntario_CrackerBarrel2020 #has_mail {
    display: none;
}
.Dairy_Farmers_of_Ontario .optin_form .thanks_msg,
.DairyFarmersOntario2020 .optin_form .thanks_msg,
.DairyFarmersOntario_CrackerBarrel2020 .optin_form .thanks_msg {
    margin-left: 0;
}

.Dairy_Farmers_of_Ontario .already_taken_msg,
.DairyFarmersOntario2020 .already_taken_msg,
.DairyFarmersOntario_CrackerBarrel2020 .already_taken_msg{
    text-align: center;
}

.already_taken_msg{
    text-align: center;
}


/*custom Layout selectors*/

.Tastyrewards2020_layout .btn_checkout,
.Tastyrewards2020_layout .btn_checkout:hover{
    background: #4a9246;
    box-shadow: 0 3px 0 0 #4a9246;
}

.Tastyrewards2020_layout #sale-main .sale-box.clicked .select-coupon{
   border: #4a9246 solid 1px;
}

.Tastyrewards2020_layout #sale-main .sale-box.clicked .select-coupon:hover {
   background: #4a9246 none repeat scroll 0 0;
}

.Tastyrewards2020_layout #sale-main .sale-box.clicked .select-coupon .btn_get.clicked span{
   color: #4a9246;
}

.Tastyrewards2020_layout #sale-main .sale-box.clicked .select-coupon .btn_get.clicked span:hover{
   color: #ffffff;
}



.Tastyrewards2020_layout #sale-main .sale-box .select-coupon,
.Tastyrewards2020_layout #sale-main .sale-box .select-coupon:hover{
    background: #4a9246 none repeat scroll 0 0;
    box-shadow: 0 3px 0 0 #4a9246;
}

.Tastyrewards2020_layout .btn_checkout.btn_load_dc {
    background: #4a9246;
    box-shadow: 0 3px 0 0 #4a9246;

}

.Tastyrewards2020_layout .btn_checkout.btn_load_dc:hover{
    background-color:#4a9246;
}

.Tastyrewards2020_layout #sale-main .digicoupons-group .sale-box .row.select-coupon-row div {
    color: #4a9246;
    border: 1px solid #4a9246;
}

.Tastyrewards2020_layout #sale-main .digicoupons-group .sale-box .row.select-coupon-row div.selected-quantity {
    background-color: #4a9246;
}


.Tastyrewards2020_layout #custom_disclaimer{
    text-align: center;
    margin-bottom: -117px;
    line-height: 20px;
}





.Tastyrewards2020_layout .btn_holder.btn_holder_bottom{
    text-align: right;
}

@media (max-width: 480px) {
    .Tastyrewards2020_layout #custom_disclaimer{

        margin-bottom: 80px;
        margin-top: 30px;
    }

    .Tastyrewards2020_layout .btn_holder.btn_holder_bottom{
        text-align: center;
    }
}

#ForceMaxModal .close{
    font-size: 30px;
    padding-right: 5px;
    opacity: 0.5
}

#ForceMaxModal .close:hover{
    opacity: 0.9
}

#logo_header {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

#logo_header img{
    display: inline-block
}

#outofiframe_header{
    text-align: center;
    padding-bottom:  20px;
}
#outofiframe_header img{
    display: inline-block;

}



@media (max-width: 480px) {
   #outofiframe_header img#desktop_header{
        display: none;
    }
}

@media (min-width: 480px) {
   #outofiframe_header img#mobile_header{
        display: none;
    }
}

/*/DCRegistrationModal*/

#DCRegistrationModal{
    overflow:visible;
    position: absolute;
}

#DCRegistrationModal #registration_form{
    padding: 15px 15px;
}
#DCRegistrationModal #registration_form .form_date_controls select{
    width:45%;
    display:inline;
}

#DCRegistrationModal #registration_form .form-group{
    min-height: 85px;
    margin-bottom: 0;
}

#DCRegistrationModal #registration_form .error{
    font-size: 10px;
    color:red;

}

#DCRegistrationModal #registration_form .grecaptcha-badge{

    display: inline;
}

#DCRegistrationModal #register_btn {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 22px;
    background-color: #f6881f;
    border-color: #f6881f;
}

#DCRegistrationModal .form-control {
    width: 100%;
    height: 34px;
}

.cashback-note{
    margin-left: 18px;
}

.btn_holder.btn_holder_bottom.nomobile.Conagra_Foods {
    text-align: center!important;
}

#tabs_links.only_digital_gallery{
    display:none
}

#ws-reg-disclaimer a{
    text-decoration: underline;
    line-height: 20px;
}

#cashback_redemption_steps{
    text-align: justify;
    margin: 30px auto;
    display: block;    
}

#cashback_redemption_steps .small_logo{
    vertical-align: text-bottom;
}

.cashback-container .small_logo {
    vertical-align: text-bottom;
    position: relative;
    top:4px;
}

.digicoupons-group h1#comingsoon_digital{
  font-family: Arial; 
  color: #5E5E5E;
  text-align: center;
  font-size: 20px;
  padding-top: 50px;  
}





.print-loader.gris {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3c434b;
    border-bottom: 2px solid #323337;
    border-right: 2px solid #323337;
    padding: 20px 40px;
    margin-top: -70px;
    color:#FFFFFF;
}

.print-loader.gris {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3c434b;
    border-bottom: 2px solid #323337;
    border-right: 2px solid #323337;
    padding: 20px 40px;
    margin-top: -70px;
    color:#FFFFFF;
    display: none;
}
.btn_holder_bottom .print-loader.gris{
    margin-top: -100px;
}

#registration_disclaimer{
    
    text-align: center;
}