.btn {transition: ease .5s;}

.btn-primary {
    color: #fff !important;
    font-weight: 700;
    background-color: #c8102e;
    border: 2px solid #c8102e;
    margin-top: 15px;
}

.btn-primary:hover {
    background-color: #8c0b20;
    border: 2px solid #8c0b20;
}


.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary.active, .btn-primary:active,.btn-primary:focus {
    color: #fff;
    background-color: #c8102e;
    border: 2px solid #c8102e;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #cd1421;
    border-color: #cd1421;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cd1421;
    border-color: #cd1421;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

@media (max-width: 480px){
.btn-xs-block {
    width: 100%;
    display: block;
    margin: 15px 0px;
}}

.card {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  background-clip: border-box;
  background-color: #fff;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
}

.card>hr {
  margin-left: 0;
  margin-right: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {margin-bottom: 0.75rem;}

.card-subtitle {
  margin-bottom: 0;
  margin-top: -0.375rem;
}

.card-text:last-child {margin-bottom: 0;}

.card-link:hover {text-decoration: none;}

.card-link+.card-link {margin-left: 1.25rem;}

.card-header {
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {border-top: 0;}

.card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}

.card-footer:last-child {border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);}

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.card-header-pills {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.card-img-overlay {
  background: rgba(205, 20, 33, 0.9);
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
  width: 100%;
}

.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  width: 100%;
}

.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  width: 100%;
}

.card-deck {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.card-deck .card {margin-bottom: 15px;}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.card-group {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.card-group>.card {margin-bottom: 15px;}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-flow: row wrap;
  }
  .card-group>.card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group>.card+.card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group>.card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group>.card:first-child .card-img-top, .card-group>.card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group>.card:first-child .card-img-bottom, .card-group>.card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group>.card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group>.card:last-child .card-img-top, .card-group>.card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group>.card:last-child .card-img-bottom, .card-group>.card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group>.card:only-child {
    border-radius: 0.25rem;
  }
  .card-group>.card:only-child .card-img-top, .card-group>.card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group>.card:only-child .card-img-bottom, .card-group>.card:only-child .card-footer {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {margin-bottom: 2.5rem;}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    -moz-column-gap: 2.5rem;
    -webkit-column-count: 3;
    -webkit-column-gap: 2.5rem;
    column-count: 3;
    column-gap: 2.5rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-block {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  color: #c8102e;
  font-weight: 700;
  margin-bottom: .75rem;
}

.card-header {
  background-color: #c8102e;
  border-bottom: 0px solid rgba(0, 0, 0, .125);
  color: #fff;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
}

.col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.margin-bottom {margin-bottom: 30px;}

.card-footer {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, .125);
  padding: .75rem 1.25rem;
}

span.badge.badge-default {background: #fff;}

.badge {
  background-color: #fff;
  border-radius: 10px;
  color: #c8102e;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: text-top;
  white-space: nowrap;
}

.calloutbig {
  color: #333;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

.wdred {background: #c8102e;}

.yellowbg {background: #fedb10;}

.whitetext {color: #fff !important;}

.textdark {color: #333 !important;}

.redtext {color: #c8012e !important;}

.plentibg {background: #27aae1 !important;}

.purplebg {background: #500d76 !important;}

.card-inverse {color: rgba(255, 255, 255, .65);}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #fff;
}

.card-blockquote {
  border-left: 0;
  margin-bottom: 0;
  padding: 0;
}

blockquote {margin: 0 0 1rem;}

.text-center {text-align: center;}



.lentbg {background: #4B0082}

.stpatricks-greenbg {background: #1e5732;}

.summerbg {background: #3665b0;}

.col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-block {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  font-weight: 700;
  margin-bottom: .75rem;
}

.card-header {
  background-color: #c8102e;
  border-bottom: 0px solid rgba(0, 0, 0, .125);
  color: #fff;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
}



.recipe-details {
  background-color: #fff;
  border-bottom: 2px solid #c8102e;
  color: #c8102e;
}

.steps ol {
  counter-reset: li;
  list-style: none
}

.steps li::before {
  background: #c8102e;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #c8102e;
  color: #fff;
  content: counter(li);
  display: inline-block;
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-left: -1em;
  margin-left: -2em;
  margin-right: 10px;
  text-align: center;
  width: 1em;
  width: 1em;
  width: 50px;
}

.steps li {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #666;
  counter-increment: li;
  display: block;
  font-size: 14px;
  margin: 0 0 20px 20px;
  min-height: 50px;
  padding: 25px 20px 28px;
  padding-bottom: 15px;
}

.ingredients li:before {
  content: none;
}

.ingredients li {
  background: #c8102e;
  color: #fff;
  margin: 5px;
  padding: 15px;
}


/*deli*/

.steps {
margin-top: 20px;
margin-bottom:20px;

padding:0px 50px 30px 50px;
}



#plentiFaqHeader > a:before {
    float: right;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\e260";
    color: #fff;
    width: 30px;
    height: 21px;
    margin-top: 3px;
}


#plentiFaqHeader {
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    background: #c8102e;
    border-radius:6px;
    padding: 10px 30px 10px 40px;
}

#plentiFaqHeader a {color: #fff;}

#plentiFaq {border:none;}

.accordioncontent {
    border: none;
    background: #f1f1f1;
    border-radius: 0px 0px 6px 6px;
    padding:40px 30px 40px;
}

.plentiFaqQue {color: #333;}



#plentiFaqHeader > a.collapsed:before {color:#fff;}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #fff;
border-radius:0px;
background-color: #cf2514;
    PADDING: 20PX 10PX;
    border-radius: 0px
}

.nav-pills {
background:#fff;
margin: 0px 0px 30px;
box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero {background:#fff;}

.tab-pane img {
width:100%;
border-radius:6px 6px 0px 0px;
}

.marginbottom {margin-bottom:30px;}

.rounded {border-radius:6px;}

.roundedtop {border-radius:6px 6px 0px 0px;}

.roundedbottom {border-radius:0px 0px 6px 6px;}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #e9e9e9;
    /* PADDING: 30PX 10PX; */
    PADDING-TOP: 20PX;
    PADDING-BOTTOM: 20PX;
    BORDER-RADIUS:0PX;
}

.btn-secondary {
color: #fff !important;
background-color: #c8102e;
border: 2px solid #fff;
font-weight:700;
margin-top: 30px;
}
.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open>.dropdown-toggle.btn-secondary.focus, .open>.dropdown-toggle.btn-secondary:focus, .open>.dropdown-toggle.btn-secondary:hover {
color: #fff;
border: 2px solid #fff;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
background-color: #c8102e;
border: 2px solid #fff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
outline:none;
}

.features {
color:#fff;
background:#c8102e;
padding: 10px 20px 40px 20px;
}

.col-sm-6 {
    PADDING-LEFT: 15PX;
    PADDING-RIGHT: 15PX;
}


.featureswhite {
color:#333;
background:#fff;
text-align:center;
padding: 10px 40px 40px 40px;
}

.whitebg {background:#fff;}

.btn-link {
    padding: 0px;
    color: #c8102e !important;
    font-weight: 700;
    text-align: left;
    margin-top: 10px;

}

.h1, .h2, .h3, h1, h2, h3 {
font-weight:700;
}

.subbrand{
background:#fff;
padding:30px 40px;
}

#subCategories p {min-height: 230px;}

#subCategories h1 {
    font-weight: 700;
    color: #c8102e;
}

.grocers p {font-size: 1.8rem;}

.essentials p {font-size: 1.8rem;}

.prestige p {
    font-size: 1.8rem;
    color:#fff;
}

.comingsoon {
    width: 100%;
    height: 400px;
    clear: both;
    background-image: url(~/media/165C7691F85140A5901C611A5BAEA54A.ashx);
    text-align: center;
    overflow: hidden;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
    padding: 0;
    position: relative;
    z-index: 1 !important;
    background-color: #666;
    margin-bottom: 30px;
}

.comingsoon p {
    width: 90%;
    float: left;
    clear: both;
    text-align: left;
    font-size:1.8rem;
    line-height:26px;
    color: #fff !important;
    font-weight: 700;
}

.comingsoon .colorBlock {
    width: 70%;
    height: 100%;
    display: block;
    float: left;
    margin: 0;
    background-color: #286140;;
    padding: 20px;
}

.comingsoon hr {background-color: #fff !important;}

.essentials {
margin-bottom: 30px;
}

.prestige {margin-bottom: 30px;}

.grocers {margin-bottom: 30px;}

p {color:#333;}

/* Prestige Content Block
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.prestige{width:100%; height:400px;  clear:both; background-image: url('/-/media/OurBrands/images/hero/prestige.jpg'); text-align:center; overflow:hidden; display:block; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; background-position:center center; margin-bottom:0px; padding:0; position:relative; z-index:1 !important; background-color:#666; margin-bottom: 40px;}
.prestige .colorBlock{width:70%;height:100%; display:block; float:left; margin:0; background-color: #b1b3b3; padding: 20px;}
.prestige p{width:90%; float:left; clear:both; text-align: left; font-size:1.8rem; line-height:26px;}

/* Essentials Content Block
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.essentials{width:100%; height:400px;  clear:both; background-image: url('/-/media/OurBrands/images/hero/essentials.jpg'); text-align:center; overflow:hidden; display:block; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; background-position:left center; margin-bottom:0px; padding:0; position:relative; z-index:1 !important; background-color:#666; margin-bottom:40px;}
.essentials .colorBlock{width:70%;height:100%; display:block; float:left; margin:0; background-color: #FEDD00; padding: 20px;}
.essentials p{width:90%; float:left; clear:both; text-align: left; font-size:1.8rem; line-height:26px; color:#262626 !important; font-weight:700;}
.essentials hr{background-color:#262626 !important;}
.essentials a{color:#262626 !important}

 hr{width:150px; height:8px; border:none; background-color:#fff; display:block; color:#fff; float:left; clear: both; margin:20px 0;}

.colorBlock{width:50%;height:100%; display:block; float:left; margin:0; background-color: rgba(107, 107, 107, 0.8); padding: 30px;}
#mast p{clear:both; width:70%; float:left; display:block; color:#fff; text-align:left; font-size: 2.2rem; line-height:2.8rem; margin: 10px 0;}
#mast img{max-width:200px; float:left;}

#brands{width:100%; float:left; display:block; margin:0 auto; text-align:left;}
#brands img{max-width:auto; min-width:150px; float:left; margin:0px 0 20px 0 ;}
#brands hr{width:35px; height:6px; border:none; background-color:#fff; display:block; color:#fff; float:left; clear: both; margin-bottom:20px;margin-top:7px;}
#brands a{text-decoration: none; float:left; display:block; margin:0 0 30px 0; position:absolute; bottom:0; clear:both; color:#fff; font-weight:900 !important; letter-spacing:1px}
#brands a:hover{color:#262626;}

/* Grocers Content Block
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.grocers{width:100%; height:400px;  clear:both; background-image: url('/-/media/OurBrands/images/hero/SEGrocers.jpg'); text-align:center; overflow:hidden; display:block; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; background-position:center center; margin-bottom:0px; padding:0; position:relative; z-index:1 !important; background-color:#666; margin-bottom:40px;}
.grocers .colorBlock{width:70%;height:100%; display:block; float:left; margin:0; background-color: #565A5C; padding: 20px;}
.grocers p{width:90%; float:left; clear:both; text-align: left; font-size:1.8rem; line-height:26px; color:#fff;}

.text-white {color:#fff !important;}

.close {
float:none;
font-weight:400:
text-shadow:none;
opacity:1;
}

.close:hover {
opacity:1;
text-shadow:none;
}

.modal-content {background:#c8102e;}

.modal-footer {border-top:0px;}


/*never miss a deal */

.redbg {background:#cf152d;}
.yellowbg {background:#fcda01;}
.pad40 {padding:40px;}
.media-text {
    padding: 30px;
    border-radius: 6px;
    height: 225px;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.media-text a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    position: absolute;
    bottom: 25px;
}

.media-text p {line-height:22px;}


.app .media-text {
    padding: 30px;
    background:none;
    color: #333;
}

.app .media-text a {
    color: #333;
    text-decoration: none;
    font-weight: 700;
    position: absolute;
    bottom: 25px;
}

.app .media-text p {line-height:22px;}

.animated {animation-delay:1s;}

.logos {
position:relative;
top:17px;
}

.app {color:#333 !important;}

.app h2 {font-weight:900;}

.links {
max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.links li {

    display: block;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 15rem;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}


.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
background:#fbd931;
background:-webkit-linear-gradient(bottom right,rgb(208, 21, 46, .0),rgb(252, 219, 1, .99),rgb(252, 219,1, 1),rgb(252, 219, 1));
    background: -o-linear-gradient(bottom right,rgb(251,217,49),rgb(205,26,51));
    background: -moz-linear-gradient(bottom right,rgb(251,217,49),rgb(205,26,51));
    background: linear-gradient(bottom right, rgb(251,217,49), rgb(205,26,51));
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}



@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)  {
 .logos {
position: relative;
    top: 0px;
    margin-bottom:20px;
    display: inline-block;
    text-align: center;
}

.imgcenter {text-align: center;}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {

 .logos {
position: relative;
    top: 0px;
    margin-bottom:20px;
    display: inline-block;
    text-align: center;
}

.imgcenter {text-align: center;}
}

.shadowed {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.wd-redtext {color:#c8102e !important;}
.wd-background {background:#c8102e !important;}

/*Side-Nav changes 10/2017*/

.LeftNavMain {
    background-color: rgba(255,255,255,1);
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.LeftNavMain .LeftNavUL li {  border: none;}

.LeftNavMain .LeftNavUL li a {
    padding: 10px 20px 10px 15px;
    /* font-size: 12px; */
    color: #c8102e;
    font-weight:700;
}

.BrdCrmbTbl {
    padding: 10px;
    border-radius: 6px;
    height:35px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.BrdLnkSpan, .BreadLnk {font-weight: 700;}

/*End Side-Nav changes 10/2017*/

/* visually hidden */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* end visually hidden */

/*Hiding Feedbackify*/
#feedbackify,.feedbackify-tab{display: none;}
/*End of hiding Feedbackify*/

/*homepage pods image height fix*/
.BanImgDiv, .BanImgDiv a {
    max-height: none;
    display: block;
}

.bx-wrapper .bx-pager {padding-top: 0px;}
/*End of homepage pods image height fix*/

.enrollmentStatus .header-title span {
    font-size: 36px;
    line-height: 1;
    display: block;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    max-width: 900px;
    margin: 10px auto;
}

@media screen and (max-width: 575px) {
    .enrollmentStatus .header-title span {
        font-size: 20px;
    }
}
.enrollmentStatus .btnlognintoseg {
    display: inline-block;
    line-height: 60px;
}
.c-deals-promo-block .deal-image-block {
      padding: 0;
}
.c-deals-promo-block .deal-image-block a {
     display: inline-block;
 width: 100%;
 height: 100%;
 padding: 20px;
}

.featureBannerRow {padding-bottom: 20px;}

.mob-login-content {
    padding: 15px;
    border-bottom: 1px solid #d8d8d8;
}


.btn-outline-primary {
  color: #c8102e;
  background-color: transparent;
  background-image: none;
  border-color: #c8102e
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #c8102e;
  border-color: #c8102e
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #c8102e;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #c8102e;
  border-color: #c8102e
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-link {
  font-weight: 400;
  color: #c8102e;
  background-color: transparent
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent
}

.btn-link-white {
  font-weight: 400;
  color: #c8102e;
  background-color: transparent
}

.btn-link-white:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent
}

.m-0 {margin:0px;}
.m-10{margin:10px;}
.m-20 {margin:20px;}
.m-30 {margin:30px;}
.m-40 {margin:40px;}
.m-50 {margin:50px;}

.mt-0 {margin-top:0px;}
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}

.mr-0 {margin-right:0px;}
.mr-10 {margin-right:10px:}
.mr-20 {margin-right:20px;}
.mr-30 {margin-right:30px;}
.mr-40 {margin-right:40px;}
.mr-50 {margin-right:50px;}


.mb-0 {margin-bottom:0px;}
.mb-10 {margin-bottom:10px;}
.mb-20 {margin-bottom:20px;}
.mb-30 {margin-bottom:30px;}
.mb-40 {margin-bottom:40px;}
.mb-50 {margin-bottom:50px;}

.ml-0 {margin-left:10px;}
.ml-10 {margin-left:10px;}
.ml-20 {margin-left:20px;}
.ml-30 {margin-left:30px;}
.ml-40 {margin-left:40px;}
.ml-50 {margin-left:50px;}

.my-0 {
  margin-top:0px;
  margin-bottom:0px
}

.my-10 {
  margin-top:10px;
  margin-bottom:10px
}

.my-20 {
  margin-top:20px;
  margin-bottom:20px}

.my-30 {
  margin-top:30px;
  margin-bottom:30px
}

.my-40 {
  margin-top:40px;
  margin-bottom:40px
}

.my-50 {
  margin-top:50px;
  margin-bottom:50px
}

.mx-0 {
  margin-left:0px;
  margin-right:0px
}

.mx-10 {
  margin-left:10px;
  margin-right:10px
}

.mx-20 {
  margin-left:20px;
  margin-right:20px}

.mx-30 {
  margin-left:30px;
  margin-right:30px
}

.mx-40 {
  margin-left:40px;
  margin-right:40px
}

.mx-50 {
  margin-left:50px;
  margin-right:50px
}

.p-0 {padding:0px;}
.p-10 {padding:10px;}
.p-20 {padding:20px;}
.p-30 {padding:30px;}
.p-40 {padding:40px;}
.p-50 {padding:50px;}

.pt-0 {padding-top:0px;}
.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}

.pr-0 {padding-right:0px;}
.pr-10 {padding-right:10px;}
.pr-20 {padding-right:20px;}
.pr-30 {padding-right:30px;}
.pr-40 {padding-right:40px;}
.pr-50 {padding-right:50px;}

.pb-0 {padding-bottom:0px;}
.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-50 {padding-bottom:50px;}

.pl-0 {padding-left:0px;}
.pl-10 {padding-left:10px;}
.pl-20 {padding-left:20px;}
.pl-30 {padding-left:30px;}
.pl-40 {padding-left:40px;}
.pl-50 {padding-left:50px;}

.py-0 {
  padding-top:0px;
  padding-bottom:0px
}

.py-10 {
  padding-top:10px;
  padding-bottom:10px
}

.py-20 {
  padding-top:20px;
  padding-bottom:20px}

.py-30 {
  padding-top:30px;
  padding-bottom:30px
}

.py-40 {
  padding-top:40px;
  padding-bottom:40px
}

.py-50 {
  padding-top:50px;
  padding-bottom:50px
}

.px-0 {
  padding-left:0px;
  padding-right:0px
}

.px-10 {
  padding-left:10px;
  padding-right:10px
}

.px-20 {
  padding-left:20px;
  padding-right:20px}

.px-30 {
  padding-left:30px;
  padding-right:30px
}

.px-40 {
  padding-left:40px;
  padding-right:40px
}

.px-50 {
  padding-left:50px;
  padding-right:50px
}

p {line-height:22px;}


.SH-login-modal .modal-content, #tryDifferentCard .modal-content {
    background: #fff;
}
.SH-login-modal .close,#tryDifferentCard .close {
    float: right;
}
.right-box-2 {
    padding-bottom: 30px;
}

.recent-tran-head {
    padding: 18px 0;
}

.center-div hr {
    width: 100%;
    float: none;
}

.img-fuelrewardsBg {
    padding: 15px 0;
}


/* store locator side updates*/

.tdParent_sml {
    background-color: #e10023 !important;
}

.storeDetailsDiv .divViewAllBorder {display: none;}

.biloFndH6, .currentEvntDate_sml, .deptDesc p, .lblBakeryTitle_sml {
    font-size: 16px;
    line-height: 22px;
    font-weight:500;
}

.evntLstSmlBtmAlign { padding: 20px 10px;}
.navLink a:visited {color: #fff !important;}

h3.lblBakeryTitle_sml {
    margin-bottom: 20px;
}


@media (max-width: 480px) {
.enroll-phone-link {
    color: #36a9e1 !important;
}
}

.clsdivContactUsHolder .modalheadClose {
float: right;
}
.W-txtboxCommentBg {
padding-left: 0;
}

#user-info .dropdown-toggle-saltn, #user-info .dropdown-toggle-state {
   transition: ease 0s;
}

.infoBubbleBackground .col-xs-6.col-sm-6.col-md-6.col-lg-6 {
   padding: 0;
}

.plentistatus-helpus h3 {
    font-weight: normal;
}

#entryModal p#modelText p {
    color: #fff;
}

#ecom_thanku #email-thanku p {
    color: #fff;
}
/*added 10/30/2018*/
.fw-6 {
    font-weight:600;
}
.fw-7 {
    font-weight:700;
}
.fw-9 {
    font-weight:900;
}

.border-light-1 {
    border:1px solid #fff;
}

.border-light-2 {
    border:2px solid #fff;
}

.border-light-3 {
    border:3px solid #fff;
}

.border-primary-1 {
        border:1px solid #c8102e;
}

.border-primary-2 {
        border:2px solid #c8102e;
}

.border-primary-3 {
        border:3px solid #c8102e;
}

<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />