.otgs-development-site-front-end {
	display: none;
}

.homepage-content-image {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    transition: .3s ease;
    height: 250px;
}

.home-recipe .homepage-content-image {
object-fit: cover;
   width: 100%;
}

.home-recipe a {
  display: block;
  padding: 15px;
}

.product-list-image {
  height: 300px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
overflow: hidden;
    transition: background-size 0.7s ease-in-out;
}
.product-list-image:hover {
	/*background-size: 85%;*/
}
.product-img {
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 450px;
}

.homepage-cluster-image {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.linked .homepage-content-image:hover {
}


.content-center {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    /*min-height: 340px;*/
}

/* ........COMMENTED OUT FOR EVERYSIDE OF DINNER CAMPAIGN HERO........

.homepage-hero {
	height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
} 


.homepage-section-head {
    margin-top: 40px;
}

.homepage-hero-copy p {
    font-family: 'Rokkitt', serif;
    font-size: 1.5em;
    font-weight: 500;
    color: #4c4c4c;
}


*/
.homepage-hero-copy {
    width: 60%;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    margin-top: 200px;
    margin-bottom: 160px;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    border: 6px solid rgba(255, 255, 255, .3);
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

.first-container {
    margin-top: 120px;
}

.product-image {
    text-align: right;
}

.product-image img {
  transition: .3s ease;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  font-size: 5em;
}

.overlay:hover {
  opacity: .7;
}

.fa-info-circle {
  color: #ffffff!important;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.table>tbody>tr>td {
  padding: 2px;
}

.prod-group-header {
  width: 100%;
  height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-bottom: 25px;
}

/**** FOR EVERY SIDE OF DINNER CSS ****/
/*.every-side-hero {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh; 
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white; 

}

.every-side-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  object-fit: cover; 
}

.every-side-hero-product-line-up {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 40%;
}

.every-side-hero-content {
margin-top: calc(50% - 300px);
  position: relative;
  z-index: 1;
  opacity: 0; 
  transform: translateY(-30px);
  height: 80%;

}

.every-side-hero-content h2 {
  color: #F1EADA; 
  font-size: 5em;
  font-family: "greycliff-cf", sans-serif !important;
  font-weight: 900;
  font-style: normal;
}

.every-side-hero-content p {
  font-size: 1.8em;
  padding-left: 30px;
  padding-right: 30px;
  color: white; 

}

.every-side-hero-content.visible {
  opacity: 1;
  transform: translateY(0); 
}


.mobile-video {
  display: none;
}

.desktop-video {
  display: block;
}




@media (max-width: 800px) {
  .desktop-video {
    display: none;
  }
  
  .mobile-video {
    display: block;
  }
  .every-side-hero-content {
   margin-top: 100px;

  }
  
  .baked-sides-hero-content h2 {
  color: #F1EADA; 
  font-size: 4em !important;
  font-family: "greycliff-cf" !important;
  font-weight: 900;
  font-style: normal;
}

  .every-side-hero-content p {
  font-size: 1.6em;
  }
  .every-side-hero-product-line-up {
  width: 85%;
  }

}*/

/**** END FOR EVERY SIDE OF DINNER CSS ****/


/**** BAKED SIDES HERO CSS ****/

.baked-sides-hero {
  position: relative;
  width: 100%;
  height: 30vh; 
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
	min-height: 600px;
}
.baked-sides-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: -1;
  object-fit: contain; 

}

.baked-sides-hero h2 {
  margin-top: 20px;
  color: #F1EADA; 
  font-size: 6.5em;
  font-family: "greycliff-cf", sans-serif !important;
  font-weight: 900;
  font-style: normal;
  
}
.baked-sides-hero-content {
  z-index: 1;
  opacity: 1;
}

.categories-mobile-video {
  display: none;
}

.categories-desktop-video {
  display: block;
}

.sides-text-container {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

}

.product-list-container {
  
  position: relative;
  overflow: hidden;
  display: inline;
  align-items: center;
}

@media (min-width: 1200px) {
    .sides-text, .product-list-container {
        max-width: 1170px !important;
    }
}

@media (min-width: 992px) {
    .product-list-container {
        width: 970px !important;
    }
}
@media (min-width: 768px) {
    .product-list-container {
        width: 750px !important;
    }
}

@media (max-width: 852px) {
  .categories-desktop-video {
    display: none;
  }
  
  .categories-mobile-video {
    display: block;
  }
  
 .baked-sides-hero {
  height: 450px !important;
   width: auto;
  }
  .baked-sides-hero video {
      height: 100% !important;
    width: 100%;
    object-fit: cover; 
  }
  
  .sides-text {
    margin-top: 0px;
  }
  
  .baked-sides-hero h2 {
    font-size: 3em !important;
  }

}
/**** END BAKED SIDES HERO CSS ****/

.golden_rule {
    border-top: 2px solid #b1975d;
	border-bottom: 2px solid #b1975d;
    max-width: 440px;
    line-height: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn {
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #b1975d;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  width: 200px;
  border-radius: 0!important;
  font-size: 1.4em;
}

.btn:hover {
  background-color: #b1975d;
  color: #ffffff;

}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}


.newbutton:hover {
  color: #b1975d!important;
}

.btnabc, .form-inline button {
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #b1975d;
  text-align: center;
  padding: 0;
  font-weight: 700;
  width: 100%;
  border-radius: 0!important;
  font-size: 1.4em;
  cursor: pointer;
	color: #b1975d;
}

.btnabc:hover, .form-inline button {
  background-color: #b1975d;
  color: #ffffff !important;
}

.page-category-filter .btnabc{
  margin-bottom: 5px;
  margin-top: 5px;
    text-transform: uppercase;
    font-size: 1.05em;
    font-family: "brandon-grotesque",sans-serif;
    padding: 10px;
}

h2 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    font-size: 2.4em;
    text-align: center;
    margin: 0;
    letter-spacing: .02em;
    color: #444444;
}

.font-rokkit {
    font-family: 'Rokkitt', serif;
}

.font-brandon {
    font-family: "brandon-grotesque",sans-serif;
}

.golden {
    color: #b1975d;
}

p {
    font-family: 'Rokkitt', serif;
}

h3 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
    margin-top: 6px;
}

/*.golden-button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #b1975d;
    background-color: #ffffff;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    width: auto;
    width: 100px;
    padding: 5px 10px 5px 10px;
    border: 2px solid #b1975d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.golden-button:hover {
    cursor: pointer;
    background-color: #b1975d;
    border: 2px solid #b1975d;
    color: #ffffff;
}*/

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #b1975d;
    text-decoration: none;
}

a:visited {
  color: #000;
}

th {
    font-weight: 700;
}
.where-to-buy-hero-copy {
    width: 60%;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
	margin-top: 200px;
    margin-bottom: 160px;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    border: 6px solid rgba(255, 255, 255, .3);
    -moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
  
}
.locator-form input[type=text],
.locator-form select {
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 32px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.locator-form input[type=submit] {
    margin: 10px 0 20px;
}

.locator-form .or {
    line-height: 32px;
    display: block;
    text-align: center;
}

.location-item {
    padding-top: 15px;
}

.location-item + .location-item {
    margin-top: 15px;
    border-top: 1px solid #e8e8e8;
}

.location-item .location-title {
    margin-top: 0;
}


/*Product Pages*/

.product-head {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2.2em;
    text-transform: uppercase;
    padding-bottom: .5em;
}

.product-head .inner {
    border-bottom: 2px solid #b1975d;
}

.product-head .product-name {
    font-size: 1.6em;
    line-height: .8em;
    letter-spacing: .04em;
    /* border-bottom: 2px solid #b1975d; */
    font-weight: 500;
}

.product-subhead {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.8em;
    text-transform: uppercase;
    color: #b1975d;
    padding-top: .5em;
}

.product-content {
    font-family: 'Rokkitt', serif;
    font-size: 1.2em;
    padding-top: .5em;
}

.product-content-two {
    font-family: 'Rokkitt', serif;
    font-size: 1.4em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-content-ingredients {
    font-family: 'Rokkitt', serif;
    text-transform: uppercase;
    font-size: 1em;
}

.table {
    font-family: 'Rokkitt', serif;
    font-size: 1.1em;
    margin-bottom: 0;
}

.product-content ol {
    list-style-type: decimal;
    padding-left: 2em;
}

.product-content ul {
    list-style-type: disc;
    padding-left: 2em;
}

.product-content-two ul {
    list-style-type: disc;
    padding-left: 1em;
    font-weight: 400;
}

.product-accordion h5 {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2.2em;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*.product-accordion,
.product-accordion h5,
.product-accordion .card,
.product-accordion .card-header,
.product-accordion .collapse,
.product-accordion .card-body {
  display: block;
  position: relative;
  height: auto;
  float: left;
  width: 100%;
}

.product-accordion .btn {
  text-align: left;
  padding: 0;
  font-weight: 700;
  margin-left: 15px;
  border: none;
  border-bottom: 2px solid #b1975d;
  color: #000;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 1em;
  line-height: 2.2em;
  text-transform: uppercase;
  display: inline;
  width: auto;
  background-color: #fff;
}

.product-accordion .btn:hover,
.product-accordion .btn:focus {
  background-color: initial;
  color: #b1975d;
  text-decoration: none;
}*/

.featured-ingr {
  position: relative;
  width: 100%;
}

.featured-ingr div {
  margin: auto;
  text-align: center;
}

.featured-ingr h4 {
  font-family: 'Rokkitt', serif;
}

.featured-ingr img {
  width: auto;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.featured-head {
  line-height: 2.4em;
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 500;
  font-size: 2.4em;
  text-align: center;
  margin: 0;
  letter-spacing: .02em;
  color: #444444;
}

.featured-head div {
  margin: auto;
  display: inline;
  width: auto;
  font-weight: bold;
  font-size: 1em;
  border-bottom: 3px solid #b1975d;
}

.nav-tabs.nav-justified {
    margin-bottom: 15px;
    margin-top: 50px;
    float: left;
}

.nav-tabs.nav-justified>li>a {
    border: 3px solid #b1975d;
    border-radius: 0;
    margin: auto;
    font-weight: bold;
    font-size: 1.4em;
    color: #444444;
    font-family: 'Rokkitt', serif;
}

.nav-tabs.nav-justified>li:nth-child(1)>a {
  border-right: 1.5px solid #b1975d;
}

.nav-tabs.nav-justified>li:nth-child(2)>a {
  border-left: 1.5px solid #b1975d;
}

.nav-tabs.nav-justified>li.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>li>a:focus, .nav-tabs.nav-justified>li>a:hover {
  border: 3px solid #b1975d;
  background-color: #b1975d;
  color: #fff!important;
  }

.product-tabs .product-accordion {
  float: left;
  width: 100%;
}

.suggested-products {
  margin-top: 25px;
}

.find-your-side-content {
  padding: 15px 15px 10px 15px;
}

.page-mac-and-cheese-day .first-container,.page-macaroni-and-cheese .first-container ,.page-macaroniandcheese .first-container  {
margin-top: 50px;
  width: 100%;
}


.button-container .expander {
  display: none;
}

.landing-header {
  	display: flex;
   	height: calc(100vh - 50px);
  	margin-top: 50px;
  	background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  	transition: 0.5s!important;
	padding: 25px 0;
}

.page-macaroni-and-cheese-c .landing-header {
    background-attachment: fixed;
}

.landing-logo {
background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(https://sasquatch.build/mainstbistro/wp-content/uploads/2023/05/Rectangle_Clear_Nat_Mac_Chse_Day_2023_MnStBstro-Hard_Container-1-1.png);
  margin: auto;
  height: 450px;
  width: 650px;
  transition: 0.5s;
}
.landing-logo.activated {
	    height: 100%!important;
}
.landing-header.started {
	    clip-path: circle(100% at 50% 50%)!important;
}

.landing-header.scrolled {
    height: 300px;
}

.header-2 {
  opacity: 0;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0
}



.landing-hide.scrolled, .footer.scrolled {
  display: block;
}



.page-mac-and-cheese-day .first-container .col-xs-12 img:first-of-type, .page-macaroniandcheese .first-container .col-xs-12 img:first-of-type, .page-macaroni-and-cheese .first-container .col-xs-12 img:first-of-type {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.fixed-logo {
margin: auto;
    height: 250px;
    z-index: 99;
}

.page-mac-and-cheese-day .first-container, .page-macaroniandcheese .first-container, .page-macaroni-and-cheese .first-container {
margin-top: 0;
}

.page-macaroniandcheese iframe {
	max-width: 100%;
}

.coupon-header h1, .offer-header h1 {
    text-align: center;
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: bold;
}
#page-body>.container.offer-header {
    margin-top: 150px!important;
}
#page-body>.container.coupon-header {
    margin-top: 50px!important;
}
.coupon-header p, .offer-header p {
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
}

#page-body>.container.coupons-container {
    display: flex;
    flex-wrap: wrap;
  margin-top: 25px!important;
}
a.coupon  {
        width: 30%;
    margin: auto;
  display: block;
}
.coupon img {
     width: 100%;
    object-fit: contain;
    max-height: 222px;
}

.offers-container iframe, .offer-header iframe {
      margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25px;
    max-width: 100%;
	    display: block;
    margin-left: auto;
    margin-right: auto;
}

.offer-container {
    height: 250px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #8B1233;
    position: relative;
    display: flex;
    overflow: hidden;
}
.offer-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
}
.offer-container:hover .offer-bg {
    height: 120%;
    width: 120%;
    left: -10%;
}

.offer-cta {
    position: relative;
    margin: auto;
    background-color: #8B1233;
    padding: 10px 25px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
a.offer-container:hover .offer-cta {
    color: #fff!important;
    background-color: #b1975d!important;
}
.mobile-only {
display:none!important;
}
.video-popup-outer {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
	z-index: 1250;
    display: none;
    background-color: rgba(255,255,255,0.5);
    padding: 70px 35px;
}
.video-popup-outer.active {
	display: flex;
}

.video-popup-inner {
    margin: auto;
	padding-bottom: 56.25%;
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
  	max-width: 1777.78px;
}

.video-popup-inner iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 95px);
}

.video-popup-inner i {
    font-size: 55px;
    color: #8B1233;
    z-index: 9;
    text-align: right;
    margin-right: 25px;
    background-color: #fff;
    margin-left: auto;
    border-radius: 100%;
    line-height: 39px;
    cursor: pointer;
}
.sc-inner {
 /*  max-width: 1070px;
    margin-left: auto;
    margin-right: auto;*/
    display: flex;
    flex-wrap: wrap;
   /* padding: 35px;*/
	align-items: stretch;
}

/*.sc-image {
    width: 40%!important;
	    
}
.sc-image img {
    height: 100%;
    object-fit: contain;
    background-color: #E87525;
	padding-top: 50px;
    padding-bottom: 50px;


@media only screen and (max-width: 767px) {
  .desktop-only {
  display: none!important;
  }
  
.mobile-only {
display:inline-block!important;
}
  .homepage-hero.col-xs-12 {
    display: flex;
    flex-direction: column;
}
  .offer-cta.mobile-only {
    display: block!important;
    margin-bottom: 50px;
    margin-top: 0!important;
    font-size: 18px;
    font-family: 'Rokkitt', serif;
}
  .product-list-image {
    height: 150px;
  }

    .homepage-hero-copy {
        width: 80%;
        min-width: 230px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        margin-top: 90px;
        margin-bottom: 90px;
        background-color: rgba(255,255,255,.9);
        text-align: center;
        border: 6px solid rgba(255,255,255,.3);
        -moz-background-clip: padding;
        -webkit-background-clip: padding;
        background-clip: padding-box;
    }

    .homepage-hero-copy p {
        font-family: 'Rokkitt', serif;
        font-size: 1.4em;
        font-weight: 500;
        color: #4c4c4c;
    }

    h2 {
        font-family: "brandon-grotesque",sans-serif;
        font-weight: 500;
        font-size: 1.9em;
        text-align: center;
        margin: 0;
        letter-spacing: .02em;
        color: #444444;
    }
	  .homepage-hero-copy {
      min-width: 305px!important;
    width: 305px!important;
margin-top: 210px;
    margin-bottom: 65px;
}

  .homepage-hero-copy h2 {
  font-size: 1.2em!important;;
  }
}*/
.sc-text {
    width: 100%!important;
    padding: 35px;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 650px;
}
.sc-text h2, .sc-text p {
    text-align: center;
}
.sc-text p {
    font-family: 'Rokkitt', serif;
    font-size: 1.5em;
	margin-top: 0;
}
a.animated-button {
    margin-left: auto!important;
	margin-right: auto;
}
.sc-text a {
    margin-bottom: 0;
}



    .first-container {
        margin-top: 80px;
    }

    .product-image {
        text-align: center;
    }

    .product-image img {
            max-width: 95vw;
    height: auto;
    }

    .nav-tabs.nav-justified>li:nth-child(1)>a {
      border-bottom: 1.5px solid #b1975d;
      border-right: 3px solid #b1975d;
    }

    .nav-tabs.nav-justified>li:nth-child(2)>a {
      border-top: 1.5px solid #b1975d;
      border-left: 3px solid #b1975d;
    }

    .prod-group-header {
      height: 250px;
      background-size: contain;
    }

    .homepage-content-image {
      height: 140px;
    }

    #page-body>.container {
      margin-top: 95px!important;
    }

    .home #page-body>.container {
      margin-top: 0!important;
    }

    .featured-ingr img {
      height: auto;
    }

    .navbar-fixed-top .navbar-collapse {
      max-height: calc(100vh - 51px);
    }

    .page-category-filter .button-container {
      float: left;
      position: fixed;
      left: -80%;
      width: 80%;
      z-index: 250;
      background-color: #fff;
      border: #b1975d solid 3px;
      padding: 10px 0;
    }

    .button-container.active {
      left: 10%;
      left: calc(10% - 17.5px);
    }

    .button-container .expander {
      position: absolute;
    right: -109px;
    top: 67px;
    height: 35px;
    background-color: #fff;
    width: auto;
    padding: 0;
    display: flex;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }

    .button-container .plus-holder {
      height: 100%;
      width: 35px;
      background-color: #8b1233;
      display: inline-block;
      float: left;
      position: relative;
    }

    .button-container .fa-plus,
    .button-container .fa-minus {
      height: 100%;
      width: 100%;
      color: #fff;
      display: flex;
    }

    .button-container .fa-plus:before,
    .button-container .fa-minus:before {
      margin: auto;
    }

    .expander span {
      display: inline-block;
      float: left;
      position: relative;
      margin-left: -1px;
      padding: 0 25px;
      border: 3px solid #8b1233;
      line-height: 29px;
      font-weight: bold
    }

    .button-container.active .fa-plus {
      display: none;
    }
    .button-container.active .fa-minus {
      display: flex;
      -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }

    .page-category-filter .btnabc {
      border-color: #8b1233;
      color: #000;
    }

    .page-category-filter .button-container {
      border-color: #8b1233;
    }

  #iframe, #iframe-img {
  width: 80%;
    height: auto;
    margin-bottom: 25px;
  }

  .page-mac-and-cheese-day #page-body>.container, .page-macaroniandcheese #page-body>.container,  .page-macaroni-and-cheese #page-body>.container {
  margin-top: 25px!important;
  }

   .page-mac-and-cheese-day .product-content-two, ..page-macaroniandcheese .product-content-two,  .page-macaroni-and-cheese .product-content-two {
  margin-top: 0!important;
  }
/*	.landing-hide .col-sm-6, .landing-hide .row {
    display: flex;
    flex-direction: column-reverse;
}*/
	.page-macaroniandcheese #landing-coupon img {
    margin-bottom: 15px;
}
	  a.coupon {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
  #page-body>.container.coupons-container {
    margin-top: 0!important;
}
  #page-body>.container.coupon-header {
    margin-top: 0!important;
}
    #page-body>.container.offers-container {
    margin-top: 0!important;
}
	#page-body>.container.offer-header {
    margin-top: 50px!important;
}
	.sc-inner>div {
		width: 100%!important;
		    display: flex;
    flex-direction: column;
	}
	.sc-text h2, .sc-text p {
		text-align: center;
	}
	.sc-text a.animated-button {
    margin-left: auto!important;
    margin-right: auto!important;
    display: inline-block;
}
	.sc-image img {
   width: 50%;
    margin: auto;
    margin-bottom: 15px;
		padding-top: 15px;
    padding-bottom: 15px;
		
}
	#page-body .sweepstakes-cta.container {
		margin-top: 0!important;
	}
	.sc-image {
    background-color: #E87525;
}
}
@media only screen and (max-width: 547px) {
    .page-macaroniandcheese iframe {
		height: 580px;
}
}
