<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	overflow-x: hidden;
}

.home {
	padding-top: 100vh!important;
}

body#product, body.page-id-82 {
	padding-top: 90px;
}

* {
    box-sizing: border-box;
}

h1, h2, h3 {
	font-family: 'Nunito', sans-serif;
}

.page-id-64 h3, .page-id-64 h2, .page-id-64 h4 {
	color: #e1261c!important;
}

.page-id-64 p {
  margin-bottom: 1.75em;
}

.page-id-64 h4 {
  font-size: 1.33rem;
  margin-bottom: .5em;
}

.page-id-64 ul {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}

p, a, span, div {
	font-family: 'Lato', sans-serif;

}

i:hover {
	color: #e1261c!important;
	cursor: pointer;
}

.home #nav-bar a {
	color: #fff;
}

.home #nav.scrolled a {
	color: #282323;
}

#nav {
	height: 130px;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: flex;
	transition: .7s;
	z-index: 999;
	flex-direction: column;
}

#nav.scrolled, #product #nav, .page #nav, .single #nav {
	background-color: #fff;
	height: 90px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#nav-bar {
	display: flex;
	margin: auto;
	flex-direction: row;
	width: 100%;
    max-width: 1400px;
}

#nav-bar #nav-logo {
	background-image: url('resers2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	height: 77.5px;
	width: 115px;
	display: block;
	color: transparent;
	margin-left: 15px;
}

#nav.scrolled #nav-logo, #product #nav #nav-logo, .page #nav #nav-logo, .single #nave #nav-logo {
	height: 50px;
}

#nav-bar a {
	margin: auto;
	text-decoration: none;
	color: #282323;
	margin-left: 15px;
	margin-right: 15px;
    font-size: 24px;
    transition: 0.3s;
    text-align: center;
    text-shadow: 0 0 10px #282323;
    align-self: center;
}

#nav-bar a:hover {
	color: #e1261c;
}

#nav.scrolled a, #product #nav a, .page #nav a, .single #nav a {
	font-size: 18px;
	font-weight: normal;
	text-shadow: none;
}

#nav-bar a.right-align {
	margin-left: auto;
}

#nav-bar .nav-button a {
	background-color: #e1261c;
	border-radius: 15px;
	padding: 10px 15px;
	color: #fff!important;
	text-shadow: none;
}

#nav-bar a:hover {
	color: #e1261c!important;
}

#nav-bar .nav-button:hover a {
	    background-color: #f2cb4e;
	    color: #fff!important;
}

#nav .nav-mega {
	display: none;
}

.nav-mega {
	background-color: #fff;
    padding: 50px 0;
        position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}

.nav-mega&gt;div {
	margin: auto;
    max-width: 1050px;
    flex-direction: row;
    display: none;
    width: 100%;
    flex-wrap: wrap;

}

#nav.scrolled .nav-mega.mega-active {
	display: flex;
}

#nav-products {
	display: flex;
}

.nav-mega&gt;div&gt;a {
	margin: auto;
	width: 30%;
	text-align: center;
	    margin-bottom: 25px;
	    margin-top: 25px;
}

.nav-mega&gt;div&gt;a:first-of-type,
.nav-mega&gt;div&gt;a:nth-of-type(4) {
	margin-left: 0;
}

.nav-mega&gt;div&gt;a:last-of-type,
.nav-mega&gt;div&gt;a:nth-of-type(3) {
	margin-right: 0;
}

.nav-mega&gt;div&gt;a&gt;div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.nav-mega #deli-salads {
	background-image: url('images/mac-salad.jpg');
}

.nav-mega #deli-sides {
	background-image: url('images/sweet-mashed.jpg');
}

.nav-mega #dips {
	background-image: url('images/dip.jpg');
}

.nav-mega #mexican {
	background-image: url('images/mexican.jpg');
}

.nav-mega #desserts {
	background-image: url('images/Ambrosia_Delight.jpg');
}

.nav-mega #cut-potatoes {
	background-image: url('images/hashbrowns.jpg');
}

.nav-mega a {
	text-decoration: none;
}

.nav-mega a span {
	    font-size: 18px;
    margin-top: 10px;
    display: block;
}

#header {
	background-image: url(fpo-tall.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    display: flex;
    padding-top: 200px;
    padding-bottom: 50px;
    height: 100vh;
}

.home #header {
	background-image: none;
	padding: 0!important;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    overflow: hidden;
}

i.fas.fa-chevron-left, i.fas.fa-chevron-right {
    position: absolute;
    left: 15px;
    top: calc(50% + 55px);
    font-size: 35px;
    cursor: pointer;
    color: #fff;
    display: none;
}

i.fas.fa-chevron-right {
	right: 15px;
	left: auto;
}

.home-header {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    z-index: 5;
    background-color: rgba(255, 84, 0,0.05)
}

#product #header {
	background-image: none;
	background-color: #efeadf;
	padding-top: 50px;
	height: unset;
}

.intro {
	background-image: url("images/gradient-yellow2.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-id-82 .intro {
	height: 450px;
	background-image: url("https://www.resers.com/wp-content/uploads/Brands_Header_V2_FPO.jpg");
	background-position: center 15%;
	display: flex;
}

#header .container, .home-header .container {
	padding-left: 15px;
	padding-right: 15px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
}

.home-header .product-image {
	flex: 50%;
    margin: auto;
    background-image: url(images/original-potato.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 400px;
    margin-top: auto;
    text-align: center;
    display: flex;
}

.home-header .product-image .img-text {
	color: #282323;
	margin: auto;
}

.home-header .product-text {
	flex: 50%;
    margin: auto;
    height: 400px;
    margin-top: auto;
    text-align: center;
    display: flex;
}

#product #header .product-text, #product #header .product-image {
	margin-bottom: 0;
}

.home-header .product-text .text-box {
	margin: auto;
	display: 	flex;
	flex-direction: column;
}
.home-header .container h1 {
	margin-top: auto;
    color: #fff;
    font-weight: bold;
		text-shadow: 2px 2px 35px #000;
		font-size: 4em;
    font-weight: 700;
}

.home-header .text-links {
	margin-bottom: auto;
}

#header-down {
	position: absolute;
	font-size: 50px;
	left: calc(50% - 25px);
	bottom: 15px;
	cursor: pointer;
	color: #fff;
}

.text-links {
	display: flex;
}

.text-links a {
	    margin: auto;
    padding: 10px 45px;
    text-decoration: none;
    color: #fff!important;
    font-size: 22px;
    background-color: #e1261c;
    border-radius: 15px;
}

.text-links a:hover {
	background-color: #f2cb4e;
}

#product .text-links a {

    color: #fff;
}

#page-container {

}

.container.aligned {
	padding-left: 15px;
	padding-right: 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    max-width: 1400px;
    flex-wrap: wrap;
}

/*.container h1, .container span {
	text-align: center;
	display: block;
}*/

.home .container h1, .home .container span, .at-a-glance h1, .fl-heading span {
	text-align: center;
	display: block;
}

.container h1 {
	margin-top: 50px;
}

#product-intro p {
	text-align: center;
}

#social-feed {
	display: block;
	margin-bottom: 50px;
}

#social-feed h1 {
	color: #e1261c;
}

#social-feed hr {
	    margin-top: 25px;
    margin-bottom: 25px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
}

.product-carousel {
    padding-bottom: 75px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding-top: 15px;
}

.product-carousel&gt;div {
	margin: auto;
	padding-bottom: 25px;
	position: relative;
}

.product-carousel h2 {
	text-align: center;
}



.product2 .product-car-image.scrolled {
	    position: relative;
    bottom: auto;
    width: 300px;
    height: 250px;
    left: auto;
}
#find,#split, #coupon {
	background-color: #f2cb4e;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.find-box {
	margin: auto;
    display: flex;
    margin-bottom: 50px;
}

.find-box form {
	    display: flex;
}

.find-box .where-to-buy input#zip, .find-box .where-to-buy input#email,.find-box .where-to-buy input#email2 {
	background-color: #fff;
    color: #888;
    border-radius: 15px 0 0 15px;
    border: none;
}

.find-box .where-to-buy input:last-of-type {
	padding: 10px 15px;
    background-color: #a9ccd8;
    color: #fff;
    cursor: pointer;
    border-radius: 0 15px 15px 0;
}

.find-box .where-to-buy input:last-of-type:hover {
	background-color: #e1261c;
}

#find h1, #split h1 {
    color: #fff;
    width: 100%;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    font-size: 2.6em;
    margin-bottom: 10px;
}

#split h1 {
	font-size: 1.8em;
}


#split #compass, #find #compass2, #split #compass3 {
	height: 150px;
	background-image: url(https://www.resers.com/wp-content/uploads/RESE7406_Resers_Homepage_Refresh_2024_Website_Assets_Icons_Where_to_Buy.png);
	margin-left: auto;
    margin-right: 0;
}

#compass, #compass2, #split #compass3 {
    background-image: url(https://www.resers.com/wp-content/uploads/RESE7406_Resers_Homepage_Refresh_2024_Website_Assets_Icons_Where_to_Buy.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 30%;
    margin: auto;
    margin-left: 0;
}

#find #compass2, #split #compass3 {
	background-image: url(https://www.resers.com/wp-content/uploads/cpu-1.png)!important;
}

.find-inner {
	max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.find-text {
	display: flex;
	flex-wrap: wrap;
	margin-left: -75px;
}


#split .find-inner {
	max-width: 1400px;
	padding-left: 100px;
	padding-right: 100px;
}

.zip-box, .email-box {
    display: flex;
    flex-direction: column;
	width: 50%!important;
}
.zip-box {
    border-right: 1px solid;
}
.email-box {
    border-left: 1px solid;
}

#split #compass, #split #compass3 {
    margin-left: auto!important;
    margin-right: auto!important;
	    height: 100px;
	    margin-top: 50px!important;
margin-bottom: 15px;
}


#split .find-text {
    margin-left: auto!important;
    margin-right: auto!important;
}
#split h1 {
    margin-top: 0;
}

form#mc4wp-form-1 {
    padding: 0;
}

#mc_embed_signup form {
    padding: 0!important;
      flex-wrap: wrap;
}

.mc4wp-form-fields {
    margin-left: auto;
    margin-right: auto;
}
.mc4wp-response {
  width: 100%;
}

.mc4wp-response .mc4wp-alert {
    padding: 0 35px;
    margin-top: 15px;

}
.mc4wp-response p {
    color: #fff;
    font-size: 1rem;
    text-shadow: 0 0 10px #000;
}

#mc_embed_signup {
  background-color: transparent!important;
}
#mc4wp-form-1 input#mce-EMAIL {
border: none!important;
    padding: 10px 0;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1rem!important;
  line-height: 1rem;
  border-radius: 15px 0 0 15px;
}

#mc4wp-form-1 input#mc-embedded-subscribe {
background-color: #a9ccd8;
  border: none!important;
    padding-top: 4px;
  padding-bottom: 4px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1rem!important;
box-sizing: content-box;
  border-radius: 0 15px 15px 0;
}


#mc4wp-form-1 input#mc-embedded-subscribe:hover {
background-color: #e6312b;
}
  

div.hf-block:nth-of-type(3n + 1), .hf-block:nth-of-type(3n + 2), .hf-block:nth-of-type(3n + 3) {
    width: 100%;
}

div.hf-block:nth-of-type(3n + 1)&gt;div, .hf-block:nth-of-type(3n + 2)&gt;div, .hf-block:nth-of-type(3n + 3)&gt;div {
    width: 100%;
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

div.hf-block:nth-of-type(odd)&gt;div {
    flex-direction: row-reverse;
}

div.hf-block:nth-of-type(3n + 1) .hf-img, .hf-block:nth-of-type(3n + 2) .hf-img, .hf-block:nth-of-type(3n + 3) .hf-img {
    background-color: #F2CB4E;
    display: flex;
}

.hf-block:nth-of-type(3n + 2) .hf-img {
background-color: #e1261c;
}
.hf-block:nth-of-type(3n + 3) .hf-img {
background-color: #a9ccd8;
}

div.hf-block:nth-of-type(3n + 1)&gt;div&gt;div, .hf-block:nth-of-type(3n + 2)&gt;div&gt;div, .hf-block:nth-of-type(3n + 3)&gt;div&gt;div {
    width: 50%;
    padding: 25px;
	    display: flex;
    flex-direction: column;
}
div.hf-block:nth-of-type(3n + 1)&gt;div&gt;div h1, .hf-block:nth-of-type(3n + 2)&gt;div&gt;div h1, .hf-block:nth-of-type(3n + 3)&gt;div&gt;div h1 {
	    font-weight: bold;
    font-size: 35px;
    margin-bottom: 5px;
}

div.hf-block:nth-of-type(3n + 1) img, .hf-block:nth-of-type(3n + 2) img, .hf-block:nth-of-type(3n + 3) img, div.hf-block:nth-of-type(3n + 1) video, .hf-block:nth-of-type(3n + 2) video, .hf-block:nth-of-type(3n + 3) video {
        /*max-height: 350px;*/
    margin: auto!important;
    display: block;
    object-fit: cover;
    width: 100%!important;
}
.hf-img video {
    object-fit: contain!important;
    height: 100%!important;
}
div.hf-block:nth-of-type(odd) {
    margin-bottom: 25px;
    margin-top: 25px;
}
.hf-text * {
    text-align: left!important;
    color: #000!important;
}

.hf-text .learn-more {
    color: #fff!important;
	margin-bottom: auto;
	margin-right: auto;
}

.hf-block h1 {
margin-top: auto!important;
}

#coupon h1 {
	    margin-top: 0;
    width: 100%;
    text-align: left!important;
    color: #fff;
}

#coupon p {
	color: #fff;
}

.coupon-img {
	height: 400px;
	width: 40%;
	margin: auto;
	background-image: url(https://www.resers.com/wp-content/uploads/RESE6188_2020_Website_Updates-20JUL14_FeaturedContent.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.coupon-text {
	width: 30%;
	margin: auto;
}

.button-container, .learn-more, .featured-post .featured-content a {
	border-radius: 15px;
    background-color: #e1261c;
    color: #fff!important;
    float: left;
    cursor: pointer;
    position: relative;
    padding: 10px 15px;
    /*display: flex;*/
    padding: 0 25px;
    text-decoration: none;
}

.learn-more, .featured-post .featured-content a {
	line-height: 38px;
}

.learn-more:hover {
	background-color: #f2cb4e;
}

.button-inner {
	   height: 200%;
    display: flex;
    flex-direction: column;

    transition: 0.3s;
}

.button-container:hover .button-inner {
	transform: translateY(-50%);
}

.button-inner span {
	margin: auto;
}

.button-inner span i {
	color: #fff!important;
}

#home-about {
	background-color: #fff;
	padding: 100px 0px;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.about-container {
	display: flex;
	margin: auto;
	max-width: 1200px;
	width: 100%;
	flex-wrap: wrap;
}

.about-box {
	margin: auto;
	max-width: 350px;
	width: 30%;
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

.about-image {
	height: 175px;
	width: 100%;
	background-image: url("fpo-wide.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 7;
}

.about-box:first-of-type .about-image {
	background-image: url("images/family_reunion_potluck__D5M0065.jpg");
}

.about-box:nth-of-type(2) .about-image {
	background-image: url("images/mashed.jpeg");
}

.about-box:last-of-type .about-image {
	background-image: url("images/about-us.jpg");
}

.about-box p {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 25px;
	text-align: justify;
}

.about-box h1 {
	padding: 15px 25px;
    background-color: #e6312b;
    margin-top: 0;
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    position: relative;
    transition: 0.3s;
}

.about-box:hover h1 {
	transform: translateY(-54px);
}

.about-box span {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 18px 25px;
	top: 0;
	background-color: #e6312b;
	color: #fff;
	transition: 0.3s;
}

.about-box:hover span {
	top: calc(100% - 54px);

}

.page-id-47 .about-nav {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-id-47 .about-box:first-of-type {
	margin-left: 10px;
}

.page-id-47 .about-box:last-of-type {
	margin-right: 10px;
}

.img-box {
	flex: 45%;
	background-image: url("images/mac-salad.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 400px;
}

.img-box:first-of-type {
	background-image: url("images/about-us.jpg");
}


.img-box:first-child {
	margin-right: 10%;
}

.img-box .overlay {
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	cursor: pointer;
	transition: 0.3s;
}

.img-box .overlay:hover {
	background-color: rgba(0,0,0,0.5);
}

.img-box h1 {
	margin: auto;
	color: #fff;
}

.page-id-82 .intro h1 {
margin: auto;
    text-align: center;
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    position: relative;
    min-width: 200px;
    font-family: 'Hind', sans-serif;
    background-size: contain;
    padding: 15px 20px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding-top: 20px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    align-self: center;
}



.page-id-82 .intro h1::before, .page-id-82 .intro h1::after {
    /*content: "";*/
    height: 3px;
    top: -3px;
    background-color: #e1261c;
    width: 100%;
    position: absolute;
    left: 0;
}
.page-id-82 .intro h1::after {
    bottom: -3px;
    top: unset!important;
}

.home #brands {
	padding-top: 50px;
	flex-direction: column;
}

#brands&gt;div {
	max-width: 1150px;
    margin: auto;
    display: flex;
    padding: 50px 0;
    flex-wrap: wrap;
}

.home #brands&gt;div {
	padding: 20px 0;
}


#brands h1 {
	width: 100%;
	margin-top: 0;
	color: #e1261c;
}

#brands .mobile-content {
	display: none;
}

.home #brands p {
	display: none;
}

.home #brands .mobile-content {
	display: block;
}


/*.flip-card {
  background-color: transparent;
  width: 30%;
  height: 300px;
  perspective: 1000px;
  margin: auto;
}

.flip-card {
	height: 450px;
}

.home .flip-card {
	height: 400px;
	width: 33%;
}

.flip-card:first-of-type {
	margin-left: 0;
}

.flip-card:last-of-type {
	margin-right: 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
    padding: 15px 25px;
    transition: 0.3s;
}

.flip-card-front {
  border: solid 2px #f2cb4e;
    background-color: #fff;
  color: black;
}

.flip-card-back {
  border: solid 2px #f2cb4e;
    background-color: #fff;
    color: #282323;
  transform: rotateY(180deg);
}

.flip-card img {
	width: 70%;
	height: auto;
	margin: auto;
}

.flip-card-back p {
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	font-size: 1em;
}

.flip-card-back h2 {
	color: #282323;
}

.flip-card-back h1 {
	text-align: center;
	font-size: 2em;
}

.flip-card-back .learn-more {
	margin: auto;
}

*/

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	/*transform-style: preserve-3d;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
		transform: rotateY(0deg);
	}
	.flip-container:hover .front {
	    transform: rotateY(180deg);
	}

.flip-container {
	    height: 450px;
    width: 31%;
    display: flex;
}

.home .flip-container {
	height: 375px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
height: 100%;
    width: 100%;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
		height: 100%;
		display: flex;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 2px #f2cb4e;
	padding: 15px;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
	    width: 100%;
    height: 100%;
}

.front .ie-fix {
    width: 50%;
    margin: auto;
    align-self: center;
}

.front img {
	width: 100%;
	height: auto;
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
	flex-direction: column;
	width: 100%;
}

.back h2 {
	color: #000;
}

.back * {
	text-align: center;
}

.back .learn-more {
	margin-left: auto;
	margin-right: auto;
	align-self: center;
	flex-shrink: 0;
}

/* 
	Some vertical flip updates 
*/
.vertical.flip-container {
	position: relative;
}

	.vertical .back {
		transform: rotateX(180deg);
	}

	.vertical.flip-container:hover .back {
	    transform: rotateX(0deg);
	}

	.vertical.flip-container:hover .front {
	    transform: rotateX(180deg);
	}

#footer {
	background-color: #e1261c;
	padding-top: 100px;
    padding-bottom: 100px;
	display: flex;
	flex-direction: column;
}

.footer-row {
	padding-left: 15px;
	padding-right: 15px;
	width: 90%;
    max-width: 1400px;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

.foot-col {
	display: flex;
	flex-direction: column;
	margin-left: auto;
}

#foot-left {
	margin-left: 0;
}

.foot-col a {
	color: #fff;
	text-decoration: none;
	margin-bottom: 5px;
	margin-left: 15px;
	position: relative;
}

.foot-col a:first-child {
	font-size: 22px;
	color: #fff;
	border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    margin-bottom: 15px;
    margin-left: 0;
}

.foot-col#foot-left a {
	font-size: 22px;
	margin-bottom: 15px;
	border-bottom: none;
	padding-bottom: 0;
	color: #fff;
	margin-left: 0;
}

.foot-col a::before {
	    content: '▶';
    position: absolute;
    left: -15px;
    transition: 0.3s;
      transform: scale(.7);
}

.foot-col a:hover::before {
	left: -10px;
	    transform: rotate(180deg) scale(.7);
}

.foot-col#foot-left a::before, .foot-col a:first-child::before {
	content: none;
}

.foot-col a:last-child {
    margin-bottom: 0px!important;
}

.foot-col a:hover {
	color: #e1261c;
}

#copy-bar {
	margin-top: 50px;
	padding-top: 25px;
	border-top: 1px solid #fff;
}

#copy-bar .copy-left {
	margin: auto;
	margin-left: 0;
}

#copy-bar .copy-right {
	margin: auto;
	margin-right: 0;
}

#copy-bar .small-links {
	flex: 100%;
	display: flex;
    margin-bottom: 25px;
}

#copy-bar a, #copy-bar span {
	color: #fff;
	text-decoration: none;
}

.small-links a {
	padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.small-links a:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.small-links a:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.small-links a:hover {
	color: #e1261c;
}

#copy-bar #foot-logo {
	background-image: url('images/resers2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	height: 77.5px;
	width: 175px;
	display: block;
	margin-bottom: 15px;
}

#copy-bar .social {
	display: flex;
}

#copy-bar .social a {
	margin-left: 15px;
	font-size: 25px;
}

#copy-bar .social a:first-child {
	margin-left: auto;
}

/*!!!Product Page!!!*/

.product-header {
	height: 400px;
	width: 100%;
	display: flex;
	background-image: url('fpo-wide.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.product-header h1 {
	margin: auto;
	text-align: center;
}

.product-background {
	display: flex;
	/*background-image: url('fpo-alt.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
	width: 100%;
	background-color: #fff;
}

.product-container {
	width: 90%;
	max-width: 1050px;
	margin: auto;
	display: flex;
	color: #282323;
	flex-wrap: wrap;
	padding-bottom: 50px;
	padding-top: 50px;
}

#related, #recipes {
	width: 90%;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

#recipes {
	margin-bottom: 50px;
}

.product-right {
	width: 50%;
    display: flex;
    flex-direction: column;
}

.product-container .features {
	width: 50%;
}

.features ul {
	padding-left: 20px;
	float: left;
}

.features li {
	list-style: square;
}

.features .nutrition {
	background-color: #e6312b;
	padding: 10px 15px;
	float: left;
	cursor: pointer;
	color: #fff;
}

.features .nutrition:hover {
	background-color: #92211f;
}

.product-nut {
	float: left;
    width: 40%;
    margin-top: 25px;
    display: flex;
    margin: auto;
    margin-right: 0;
}

.nutrition-ingredients {
	display: none;
	    width: 90%;
    max-width: 1050px;
    margin: auto;
}

.nutrition-ingredients.active {
	display: flex;
}

.nutrition-table {
	background-color: #fff;
	color: #282323;
	border: 1px solid;
	margin-right: 0;
    margin: auto;
    width: 100%;
}

.nutrition-table h2 {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	    margin-left: 5px;
    margin-right: 5px;
    border-bottom: 1px solid #000000;
}

.buy-buttons {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.where-to-buy {
	display: block;
    margin: auto;
    margin-left: 0;
    margin-right: 0;
}

.where-to-buy input#zip {
        color: #999;
    border: 1px solid #e6312b;
    padding: 9px 0px;
    text-align: center;
        font-family: 'Lato', sans-serif;
        font-size: 1em;
        height: 40px;
}

.where-to-buy input#zip:focus {
	outline: none;
}

.where-to-buy input:last-of-type {
    background-color: #e6312b;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
        font-family: 'Lato', sans-serif;
        font-size: 1em;
        height: 40px;
}

.buy-buttons a {
	background-color: #e6312b;
    color: #fff;
    padding: 12px 15px;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    margin-left: 15px;
}

.where-to-buy input:last-of-type:hover, .buy-buttons a:hover {
	background-color: #f2cb4e;
}

.ingredients {
	width: 50%;
}

.serving-row {
	    margin-left: 5px;
    margin-right: 5px;
        border-bottom: 7px solid #000000;
}

.serving-row span {
    display: block;
    padding: 0 15px;
    margin-bottom: 5px;
}

.serving-row span:last-of-type {
	font-weight: bold;
}

.nutrition-row {
	display: flex;
	border-bottom: solid 1px;
    padding: 5px 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.nutrition-row span:first-of-type {
	font-weight: bold;
}

.calories {
	font-size: 26px;
	font-weight: bold;
	border-bottom: 5px solid #282323;
}

.daily-value {
	border-bottom: 3px solid #282323;
}

.nutrition-row.vitamin span:first-of-type {
	font-weight: normal;
}

.nutrition-row.vitamin.vitamin-top {
	border-top: 7px solid #282323;
}

.nutrition-row.vitamin.vitamin-bottom {
	border-bottom: 5px solid #282323;
}

.nutrition-row.fat span {
	margin-left: 10px!important;
	font-weight: normal;
}

.nutrition-row.added-sugar span {
	margin-left: 20px!important;
	font-weight: normal;
}

.nutrition-row span {
	margin: auto;
}

.nutrition-row span:first-child {
	margin-left: 0;
}

.nutrition-row span:last-child {
	margin-right: 0;
	font-weight: 700;
}

.nutrition-row:first-of-type {
	border-top: 2px solid;
}

.nutrition-row:last-of-type {
	border-bottom: 0;
}

.nutrition-row.daily-value-note span {
	font-weight: normal;
}

.product-container .product-image {
	background-image: url(images/original-potato.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	margin-top: 0;
	width: 100%;
	height: 450px;
}

.product-image .caption {
	margin: auto;
}

#related&gt;.inner-container,
#recipes&gt;.inner-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#related&gt;div&gt;div {
    width: 33%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

#related&gt;.inner-container .related-image,
#recipes&gt;.inner-container&gt;div {
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	width: 90%;
	margin: auto;
	display: flex;
	cursor: pointer;
}

#related h1, #recipes h1 {
    margin-top: 50px;
    margin-bottom: 25px;
    width: 100%;
}

#related&gt;.inner-container .related-image {
	background-size: contain;
}

#related&gt;.inner-container a {
	    color: #000;
    text-decoration: none;
}

#recipes&gt;.inner-container&gt;div {
	background-size: cover;
}

#recipes&gt;.inner-container&gt;div {
	background-image: url("images/dinner3.jpg");
}

#recipes&gt;.inner-container&gt;div:first-of-type {
	background-image: url("images/slaw.jpg");
}

#recipes&gt;.inner-container&gt;div:last-of-type {
	background-image: url("images/mac-salad.jpg");
}

#related&gt;.inner-container&gt;div:first-of-type,
#recipes&gt;.inner-container&gt;div:first-of-type {
	margin-left: 0;
}

#related&gt;.inner-container&gt;div:last-of-type,
#recipes&gt;.inner-container&gt;div:last-of-type {
	margin-right: 0;
}

#recipes&gt;.inner-container&gt;div div {
	margin: auto;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
}

.related-product span {
	font-weight: bold;
}

#recipes&gt;.inner-container&gt;div {
	width: 45%;
}

.sizes {
	margin-right: 0;
    margin-left: auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

.size-header {
	margin-left: 0;
    font-weight: bold;
    margin: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.sizes div {
	margin: auto;
	display: flex;
	font-size: 15px;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom: 0;
}

.sizes div span {
	font-style: italic;
	margin: auto;
	margin-bottom: 0;
}

.sizes i {
	margin: auto;
	margin-left: 5px;
	color: #e6312b;
}

.medium i {
	font-size: 20px;
}

.sizes img {
	margin-left: 5px;
}

.page-id-82 #page-container {
	max-width: unset;
	width: 100%;
	padding: 0;
}

.brand-logo-container {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    background-color: #efeadf;
}

.brand-logo-inner {
	display: flex;
    margin: auto;
    flex-direction: row;
    width: 100%;
}

.brand-inner {
	display: none;
    margin: auto;
    flex-direction: row;
    width: 100%;
}

.brand-inner.active {
	display: flex;
}

.brand-logo-container&gt;div&gt;div {
	background-color: #efeadf;
	padding: 25px;
	width: 25%;
	cursor: pointer;
}

.brand-logo-container&gt;div&gt;div.active {
	background-color: #f4f3f2;
}

.brand {
	margin: auto;
	background-image: url(images/smk.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	width: 100%;
}

.brand-logo-inner&gt;div:first-of-type {
	margin-left: auto;
}

.brand-logo-inner #msb .brand {
	background-image: url(images/msb.png);
}

.brand-logo-inner&gt;div:last-of-type {
	margin-right: auto;
}

.brand-logo-inner #dp .brand {
	background-image: url(images/dp.png);
}

.brand-logo-inner #resers .brand {
	background-image: url(resers.png);
}

.brand-logo-inner #baja .brand {
	background-image: url(images/baja.png);
}

.brand-logo-inner #foodservice .brand {
	background-image: url(images/foodservice.png);
}


.brand-description-container {
	background-color: #f4f3f2;
	padding: 50px 0;
	    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.brand-description-container h1 {
	margin: 0;
}

.brand-inner&gt;div {
	margin: auto;
	width: 50%;
	max-width: 600px;
}

.brand-inner&gt;.brand-left {
	margin-left: 0;
	padding-right: 50px;
}

.brand-inner&gt;.brand-right {
	margin-right: 0;
}

.brand-inner h1 {
	text-align: left;
}

.brand-image {
	height: 350px;
    width: 100%;
background-image: url(images/msb-prod.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.resers .brand-image {
	background-image: url(images/resers-family.png);
}

.msb .brand-image {
	background-image: url(images/msb-prod.png);
}

.smk .brand-image {
	background-image: url(images/smk-prod.png);
}

.brand-family {
	background-image: url(images/msb-prod.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 15!important;
    margin-bottom: 15!important;
    height: 200px;
}

.resers.brand-family {
	background-image: url(images/resers-family.png);
}

.msb.brand-family {
	background-image: url(images/msb-prod.png);
}

.smk.brand-family {
	background-image: url(images/smk-prod.png);
}

.dp.brand-family {
	background-image: url(https://www.resers.com/wp-content/uploads/dp-family.png);
}

.baja.brand-family {
	background-image: url(https://www.resers.com/wp-content/uploads/salsa-family.png);
}

.foodservice.brand-family {
	background-image: url(https://www.resers.com/wp-content/uploads/foodservice-family.png);
}

.expander {
	display: none!important;
    margin: auto;
    font-size: 36px;
    margin-right: 15px;
    cursor: pointer;
}

.mobile-nav {
	display: 	none;
    width: 100%;
    background-color: #f4f3f2;
    position: fixed;
    top: 90px;
    flex-direction: column;
    padding: 50px;
    height: calc(100vh - 90px);
}

.mobile-nav a {
	margin: auto;
	padding: 10px 0;
	text-decoration: none;
	color: #282323;
	font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.fa-bars.clicked:before {
	content: "\f00d";
}

@media only screen and (max-width: 940px) {
.where-to-buy input:last-of-type {
	margin-right: 15px;
}

.buy-buttons&gt;a {
    margin-left: 0;
    margin-top: 5px;
}
  a.the-buy-button {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 15px;
}
}



@media only screen and (max-width: 767px) {
      .product-carousel {
        grid-template-columns: repeat(2, 1fr);
    }
  	.product3, .product2, .product1 {
    padding-bottom: 25px!important;
}
  #split .find-inner {
    padding-left: 20px;
    padding-right: 20px;
}
  .find-box .where-to-buy input:last-of-type {
    margin-right: 0;
}
  	.find-inner {
    flex-direction: column;
}
  
  .mc4wp-form-fields {
    flex-wrap: nowrap!important;
  }
	#find #compass2, #split #compass, #split #compass3 {
		    margin-left: auto!important;
    margin-right: auto!important;
    height: 75px;
    margin-top: 50px;
	}
	.zip-box, .email-box {
    display: flex;
    flex-direction: column;
    width: 100%!important;
    border: 0!important;
}
	.zip-box {
    border-bottom: 1px solid #fff!important;
}
	#find h1, #split h1 {
    margin-top: 0!important;
}



#header {
	padding-top: 120px;
    padding-bottom: 30px;
}

#header .product-image {
	margin-left: auto;
    margin-right: auto;
    height: 250px;
    width: 75%;
    flex: unset;
    margin-bottom: 0;
}

#header video {
	height: 100%;
	top: 0;
	left: 0;
	min-height: unset;
	width: unset;
	transform: none!important;
	-webkit-transform: none!important;
}

#header .product-text {
	height: auto;
    margin-top: 0px;
}

#header h1 {
	font-size: 26px;
}




.img-box {
	margin-right: auto!important;
	margin-left: auto;
	flex: 100%;
	max-width: 400px;
	height: 250px;
}

.img-box:first-of-type {
	margin-bottom: 50px;
}

#find #compass {
	display: none;
}

.find-text {
	margin-left: 0;
}

#brands, #brands2 {
	flex-direction: column;
	    width: 90%;
    margin: auto;
}

#brands p {
	display: none;
}

#brands p.mobile-content {
	display: block;
}



.flip-container {
    height: 350px;
    width: 100%;
    display: flex;
}


.page-id-82 .intro {
		height: 260px;
		margin-bottom: 25px;
	}

	.page-id-82 .container {
		padding: 0!important;
	}

	.page-id-82 #brands2 {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	#brands {
		padding-bottom: 25px;
	}

	#brands2 {
		padding-top: 0;
	}

#footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-row {
	flex-direction: column-reverse;
}

.foot-col {
	flex: 1 1 auto;
	margin-left: 0;
}

.foot-col a {
	max-width: 150px;
	margin-bottom: 15px;
	border: none!important;
	padding-bottom: 0!important;
}

#copy-bar .small-links {
	margin-top: 25px;
}

.product-container {
	padding-top: 0;
    flex-direction: column-reverse;
}

.product-left, .features, .product-right {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	flex: 1 1 auto;
	width: 100%!important;
}

.product-right {
	margin-top: 25px;
	width: 100%;
}

.product-container .product-image {
	height: 330px;
}

.nutrition-ingredients  {
	flex-direction: column;
}

.nutrition-ingredients&gt;div {
	width: 100%;
	flex: 1 1 auto;
}

.description-image {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.brand-logo-container&gt;div&gt;div {
	padding: 15px;
}

.foot-col a {
	display: none;
}

.foot-col a:first-of-type,
#foot-left a {
	display: block;
}

.coupon-inner {
	flex-direction: column-reverse;
}

#coupon h1, .coupon-text, .coupon-img {
	width: 80%;
}

.coupon-text {
	margin-top: 25px;
}

.coupon-img {
	height: 200px;
}

.product-container .features&gt;p, .product-container .buy-buttons p {
    width: 100%;
}

.buy-buttons {
	flex-direction: column;
}

.buy-buttons&gt;a {
    height: auto;
    margin-left: 0;
    margin-right: auto;
    margin-top: 5px;
    align-self: center;
}

#related&gt;.inner-container&gt;div, #recipes&gt;.inner-container&gt;div {
	margin-left: auto!important;
	margin-right: auto!important;
}

#recipes&gt;.inner-container&gt;div {
	margin-bottom: 25px;
}

#related&gt;.inner-container&gt;div, #recipes&gt;.inner-container&gt;div {
	height: 200px;
	margin-bottom: 25px;
	width: 100%;
}

#recipes&gt;.inner-container&gt;div:last-of-type {
	display: none;
}




.flip-card {
	height: 540px;
	width: 100%!important;
}
	
	div.hf-block:nth-of-type(3n + 1)&gt;div&gt;div h1, .hf-block:nth-of-type(3n + 2)&gt;div&gt;div h1, .hf-block:nth-of-type(3n + 3)&gt;div&gt;div h1 {
		margin-top: 0;
	}
	
div.hf-block:nth-of-type(odd)&gt;div {
    flex-direction: column-reverse;
}
  
  div.hf-block:nth-of-type(even)&gt;div {
    flex-direction: column-reverse;
}
	
	div.hf-block:nth-of-type(3n + 1)&gt;div&gt;div, .hf-block:nth-of-type(3n + 2)&gt;div&gt;div, .hf-block:nth-of-type(3n + 3)&gt;div&gt;div {
		width: 100%;
	}


}

#footer div a:hover {
	    color: #f2cb4e;
    border-color: #f2cb4e;
}

#footer div a i:hover {
	color: #f2cb4e!important;
}
</pre></body></html>