/* @title   MANNA FoodBank Wordpress Home Style
 * @author  Anurja Interactive
 * @created 2022
 * updated 10/24
 */
/* --------------------------------------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------------------------------------- */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
@font-face {
  font-family: "Amatic SC";
  src: url("assets/fonts/amaticsc-regular.woff2") format("woff2"), url("assets/fonts/amaticsc-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Amatic SC";
  src: url("assets/fonts/amaticsc-bold.woff2") format("woff2"), url("assets/fonts/amaticsc-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-regular.woff2") format("woff2"), url("assets/fonts/montserrat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-bold.woff2") format("woff2"), url("assets/fonts/montserrat-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/raleway-regular.woff2") format("woff2"), url("assets/fonts/raleway-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/raleway-medium.woff2") format("woff2"), url("assets/fonts/raleway-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/sourcesanspro-light.woff2") format("woff2"), url("assets/fonts/sourcesanspro-light.woff") format("woff");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/sourcesanspro-regular.woff2") format("woff2"), url("assets/fonts/sourcesanspro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/sourcesanspro-italic.woff2") format("woff2"), url("assets/fonts/sourcesanspro-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/sourcesanspro-semibold.woff2") format("woff2"), url("assets/fonts/sourcesanspro-semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/sourcesanspro-bold.woff2") format("woff2"), url("assets/fonts/sourcesanspro-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("assets/fonts/roboto-condensed-regular.woff2") format("woff2"), url("assets/fonts/roboto-condensed-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("assets/fonts/roboto-condensed-bold.woff2") format("woff2"), url("assets/fonts/roboto-condensed-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* --------------------------------------------------------------------------------------------------------
   Primary
   -------------------------------------------------------------------------------------------------------- */
#content {
  overflow: inherit !important;
}
#inner-content {
  margin-top: 0 !important;
  padding: 0 !important;
}
.fresh-home {
  background-color: #bbbbbb;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 27px;
  font-size: 16px;
}
.fresh-home a:hover {
  text-decoration: none;
}
.fresh-home .preload {
  display: none;
}
.fresh-home .wrapper {
  width: 100%;
  background-color: #ffffff;
}
@media (min-width: 1601px) {
  .fresh-home .wrapper {
    width: 1600px;
    margin: auto;
  }
}
.fresh-home header .top-bar {
  width: 100%;
  background-color: #669933;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
}
.fresh-home header .top-bar a {
  color: #ffffff;
  text-decoration: none;
}
.fresh-home header .top-bar a:visited {
  color: #ffffff;
}
.fresh-home header .top-bar .links {
  overflow: hidden;
  color: #ffffff;
  padding: 2px 0;
}
@media (min-width: 1024px) {
  .fresh-home header .top-bar .links {
    float: right;
    margin-right: 25px;
  }
}
.fresh-home header .top-bar .links ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .fresh-home header .top-bar .links ul {
    display: block;
    float: left;
  }
}
.fresh-home header .top-bar .links ul li {
  display: inline-block;
  margin-right: 8px;
}
.fresh-home header .top-bar .links ul li::after {
  display: inline-block;
  content: "|";
  padding-left: 8px;
}
.fresh-home header .top-bar .links a.translate {
  display: block;
  float: left;
  color: #ffffff;
  text-decoration: none;
}
.fresh-home header .top-bar .links a.translate:visited {
  color: #ffffff;
}
.fresh-home header .main-navigation {
  position: relative;
  width: 100%;
  line-height: 80px;
  background-color: #ffffff;
  height: 80px;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation {
    height: 100px;
    line-height: 100px;
  }
}
.fresh-home header .main-navigation.mobile nav {
  display: block;
  position: relative;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ecad8e;
  line-height: 36px;
  padding: 0 20px 20px 20px;
  overflow: scroll;
}
.fresh-home header .main-navigation.mobile nav > ul {
  display: block;
  padding: 30px 0 0 0;
  margin: 0;
}
.fresh-home header .main-navigation.mobile nav > ul > li {
  display: block;
  /*&:last-of-type { // donate button
                                display: none;
                            }*/

}
.fresh-home header .main-navigation.mobile nav > ul > li a {
  color: #622200;
}
.fresh-home header .main-navigation.mobile nav > ul > li a:visited {
  color: #622200;
}
.fresh-home header .main-navigation .logo {
  position: absolute;
  top: 8px;
  left: 4%;
}
@media (min-width: 474px) {
  .fresh-home header .main-navigation .logo {
    left: 25px;
  }
}
.fresh-home header .main-navigation .logo a {
  display: block;
  width: 100%;
}
.fresh-home header .main-navigation .logo a img {
  height: 60px;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation .logo a img {
    height: 80px;
  }
}
.fresh-home header .main-navigation nav {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
}
@media (min-width: 474px) {
  .fresh-home header .main-navigation nav {
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav {
    float: right;
    margin: 0;
    height: 100px;
    width: auto;
  }
}
.fresh-home header .main-navigation nav .indicator {
  display: none;
  position: absolute;
  top: 75px;
  width: 25px;
  height: 25px;
  clip-path: polygon(50% 50%, 0 100%, 100% 100%);
  background-color: #e8896f;
}
.fresh-home header .main-navigation nav .main-menu-link {
  font-size: 18px;
}
.fresh-home header .main-navigation nav .main-menu-link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  background: no-repeat url('assets/menu-icon-arrow.svg');
  margin: 0 0 0 10px;
}
.fresh-home header .main-navigation nav .main-menu-link.currently-open::after {
  width: 13px;
  height: 8px;
  background: no-repeat url('assets/menu-icon-arrow-down.svg');
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav .main-menu-link {
    display: block;
    font-size: 15px;
  }
  .fresh-home header .main-navigation nav .main-menu-link::after {
    display: none;
  }
}
.fresh-home header .main-navigation nav.mobile-donate {
  display: block;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav.mobile-donate {
    float: right;
  }
}
.fresh-home header .main-navigation nav.mobile-donate > ul {
  display: block;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav.mobile-donate > ul {
    margin-right: 25px;
  }
}
.fresh-home header .main-navigation nav.mobile-donate > ul > li {
  display: block;
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav.mobile-donate > ul > li {
    padding: 30px 0 0 0;
  }
}
.fresh-home header .main-navigation nav.mobile-donate > ul > li > a {
  color: #ffffff;
  display: block;
  width: 33.33%;
  font-size: 13px;
  margin: 0 auto 20px auto;
  background-color: #4f6f19;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
}
.fresh-home header .main-navigation nav.mobile-donate > ul > li > a:visited {
  color: #ffffff;
}
.fresh-home header .main-navigation nav.mobile-donate > ul > li > a::after {
  display: none;
}
@media (min-width: 381px) {
  .fresh-home header .main-navigation nav.mobile-donate > ul > li > a {
    font-size: 14px;
  }
}
@media (min-width: 421px) {
  .fresh-home header .main-navigation nav.mobile-donate > ul > li > a {
    font-size: 15px;
  }
}
@media (min-width: 446px) {
  .fresh-home header .main-navigation nav.mobile-donate > ul > li > a {
    font-size: 16px;
  }
}
@media (min-width: 474px) {
  .fresh-home header .main-navigation nav.mobile-donate > ul > li > a {
    width: 150px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav.mobile-donate > ul > li > a {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.fresh-home header .main-navigation nav.mobile-donate > ul > li > ul > li {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav.mobile-donate > ul > li > ul > li {
    margin-right: 30px;
  }
}
.fresh-home header .main-navigation nav.mobile-donate > ul > li > ul.shown {
  position: absolute;
  background-color: #ecad8e;
  box-shadow: 0 8px 0 rgba(34, 4, 1, 0.6);
  z-index: 50;
  padding: 20px 20px 35px 20px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav.mobile-donate > ul > li > ul.shown {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #e8896f, #ffba5b);
  }
}
.fresh-home header .main-navigation nav > ul {
  display: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 474px) {
  .fresh-home header .main-navigation nav > ul {
    display: block;
  }
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav > ul {
    float: right;
    margin-right: 10px;
    height: 80px;
  }
}
.fresh-home header .main-navigation nav > ul > li {
  display: none;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav > ul > li {
    display: inline-block;
    margin-right: 20px;
  }
}
.fresh-home header .main-navigation nav > ul > li > a {
  text-transform: uppercase;
}
.fresh-home header .main-navigation nav > ul > li a {
  color: #202020;
  text-decoration: none;
}
.fresh-home header .main-navigation nav > ul > li a:visited {
  color: #202020;
}
.fresh-home header .main-navigation nav > ul > li > ul {
  display: none;
  width: 100%;
  left: 0;
  line-height: 20px;
  padding: 10px 0 0 20px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav > ul > li > ul {
    padding: 20px 20px 35px 20px;
    line-height: 32px;
  }
}
.fresh-home header .main-navigation nav > ul > li > ul.shown {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav > ul > li > ul.shown {
    position: absolute;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #e8896f, #ffba5b);
    box-shadow: 0 8px 0 rgba(34, 4, 1, 0.6);
    z-index: 50;
    margin-top: -1px;
    margin-bottom: 0;
  }
}
.fresh-home header .main-navigation nav > ul > li > ul > li {
  margin: 0 30px 0 0;
  padding: 15px 0 0 0;
}
.fresh-home header .main-navigation nav > ul > li > ul > li.menu-item-has-children {
  padding: 0;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav > ul > li > ul > li.menu-item-has-children {
    flex-grow: 1;
  }
}
.fresh-home header .main-navigation nav > ul > li > ul > li.menu-item-has-children > a {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px dotted #2b0000;
  padding-bottom: 10px;
}
.fresh-home header .main-navigation nav > ul > li > ul > li:last-of-type {
  margin: 0;
}
.fresh-home header .main-navigation nav > ul > li > ul > li a {
  color: #622200;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav > ul > li > ul > li a {
    text-align: center;
  }
}
.fresh-home header .main-navigation nav > ul > li > ul > li a:visited {
  color: #622200;
}
.fresh-home header .main-navigation nav > ul > li > ul > li ul {
  margin: 15px 0 20px 20px;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav > ul > li > ul > li ul {
    margin: 10px 0 0 0;
  }
}
.fresh-home header .main-navigation nav > ul > li > ul > li ul li {
  line-height: 36px;
}
.fresh-home header .main-navigation nav > ul > li > ul > li ul li a {
  text-align: left;
  text-transform: uppercase;
  color: #210003;
}
.fresh-home header .main-navigation nav > ul > li > ul > li ul li a:visited {
  color: #210003;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation nav > ul > li > ul > li ul li a {
    text-transform: none;
  }
}
.fresh-home header .main-navigation .nav-burger {
  display: block;
  position: absolute;
  top: 5px;
  right: 25px;
}
@media (min-width: 1024px) {
  .fresh-home header .main-navigation .nav-burger {
    display: none;
  }
}
.fresh-home header .main-navigation .nav-burger a {
  display: block;
  width: 26px;
}
.fresh-home header .main-navigation .nav-burger a.open {
  display: block;
}
.fresh-home header .main-navigation .nav-burger a.close {
  display: none;
}
.fresh-home header .main-navigation .nav-burger a img {
  width: 100%;
}
.fresh-home .content-wrapper {
  width: 100%;
  clear: both;
}
.fresh-home .call-action-pods {
  width: 100%;
}
.fresh-home .call-action-pods a.pod,
.fresh-home .call-action-pods .pod {
  display: inline-block;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Amatic SC", sans-serif;
  font-size: 42px;
  text-transform: uppercase;
}
@media (min-width: 714px) {
  .fresh-home .call-action-pods a.pod,
  .fresh-home .call-action-pods .pod {
    width: 33.33%;
  }
}
.fresh-home .call-action-pods a.pod span,
.fresh-home .call-action-pods .pod span {
  display: block;
  width: 210px;
  height: 210px;
  margin: 20px auto 0 auto;
  padding: 60px 0 0 0;
  border-radius: 50%;
}
.fresh-home .call-action-pods a.pod span.find-food,
.fresh-home .call-action-pods .pod span.find-food {
  background-color: rgba(248, 99, 9, 0.84);
}
.fresh-home .call-action-pods a.pod span.donate,
.fresh-home .call-action-pods .pod span.donate {
  background-color: rgba(79, 111, 25, 0.83);
}
.fresh-home .call-action-pods a.pod span.volunteer,
.fresh-home .call-action-pods .pod span.volunteer {
  background-color: rgba(248, 152, 29, 0.91);
}
.fresh-home .call-action-pods a.pod span strong,
.fresh-home .call-action-pods .pod span strong {
  display: block;
  text-align: center;
}
.fresh-home .call-action-pods a.pod span img,
.fresh-home .call-action-pods .pod span img {
  display: block;
  width: 25px;
  margin: 30px auto 0 auto;
}
.fresh-home .fresh-banner {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.44);
}
.fresh-home .fresh-banner a {
  width: 100%;
  display: block;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  color: #ffffff;
  text-decoration: none;
  padding: 40px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
}
.fresh-home .fresh-banner a.wide {
  display: none;
  height: 300px;
}
@media (min-width: 900px) {
  .fresh-home .fresh-banner a.wide {
    display: block;
  }
}
.fresh-home .fresh-banner a.tall {
  height: 450px;
}
@media (min-width: 900px) {
  .fresh-home .fresh-banner a.tall {
    display: none;
  }
}
.fresh-home .text01,
.fresh-home .text02,
.fresh-home .text03 {
  font-size: 18px;
  line-height: 34px;
}
.fresh-home .text01 a,
.fresh-home .text02 a,
.fresh-home .text03 a {
  font-weight: bold;
  text-decoration: underline;
}
.fresh-home .text01 {
  width: 100%;
  padding: 5%;
  color: #222222;
  background-color: #eff1ec;
}
@media (min-width: 900px) {
  .fresh-home .text01 {
    padding: 60px;
  }
}
.fresh-home .text01 p {
  margin: 0;
  padding: 0;
}
.fresh-home .food-assistance {
  width: 100%;
}
@media (min-width: 820px) {
  .fresh-home .food-assistance {
    height: 300px;
  }
}
.fresh-home .food-assistance .left-pod {
  background-color: #f8981d;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 46px;
  color: #ffffff;
}
@media (min-width: 400px) {
  .fresh-home .food-assistance .left-pod {
    height: 300px;
  }
}
@media (min-width: 820px) {
  .fresh-home .food-assistance .left-pod {
    float: left;
    width: 50%;
  }
}
.fresh-home .food-assistance .left-pod .text-wrap {
  width: 100%;
  text-align: center;
  display: table;
  padding: 40px 0;
}
@media (min-width: 400px) {
  .fresh-home .food-assistance .left-pod .text-wrap {
    width: 270px;
    height: 100%;
    margin: auto;
    padding: 0;
  }
}
@media (min-width: 520px) {
  .fresh-home .food-assistance .left-pod .text-wrap {
    width: 300px;
  }
}
@media (min-width: 820px) {
  .fresh-home .food-assistance .left-pod .text-wrap {
    text-align: left;
  }
}
.fresh-home .food-assistance .left-pod .text-wrap p {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.fresh-home .food-assistance .right-pod {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
@media (min-width: 400px) {
  .fresh-home .food-assistance .right-pod {
    height: 300px;
    padding: 50px 0 0 0;
  }
}
@media (min-width: 820px) {
  .fresh-home .food-assistance .right-pod {
    float: left;
    width: 50%;
  }
}
.fresh-home .food-assistance .right-pod a.distribution_box,
.fresh-home .food-assistance .right-pod .distribution-box {
  width: 90%;
  display: block;
  margin: auto;
  border-radius: 6px;
  background-color: rgba(248, 99, 9, 0.84);
  padding: 30px;
}
@media (min-width: 400px) {
  .fresh-home .food-assistance .right-pod a.distribution_box,
  .fresh-home .food-assistance .right-pod .distribution-box {
    width: 370px;
    padding: 40px;
  }
}
.fresh-home .food-assistance .right-pod a.distribution_box .label,
.fresh-home .food-assistance .right-pod .distribution-box .label {
  width: 100%;
  overflow: hidden;
}
.fresh-home .food-assistance .right-pod a.distribution_box .label h3,
.fresh-home .food-assistance .right-pod .distribution-box .label h3 {
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  width: 88%;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 400px) {
  .fresh-home .food-assistance .right-pod a.distribution_box .label h3,
  .fresh-home .food-assistance .right-pod .distribution-box .label h3 {
    width: 200px;
  }
}
.fresh-home .food-assistance .right-pod a.distribution_box .label .location-pin,
.fresh-home .food-assistance .right-pod .distribution-box .label .location-pin {
  float: right;
  width: 18px;
  height: 40px;
  padding: 6px 0 0 0;
}
@media (min-width: 400px) {
  .fresh-home .food-assistance .right-pod a.distribution_box .label .location-pin,
  .fresh-home .food-assistance .right-pod .distribution-box .label .location-pin {
    width: 25px;
  }
}
.fresh-home .food-assistance .right-pod a.distribution_box .label .location-pin img,
.fresh-home .food-assistance .right-pod .distribution-box .label .location-pin img {
  width: 100%;
}
.fresh-home .food-assistance .right-pod a.distribution_box .search-button,
.fresh-home .food-assistance .right-pod .distribution-box .search-button {
  display: block;
  background-color: #f2f2f2;
  color: #572a00;
  width: 100%;
  margin: 25px auto 0 auto;
  text-align: center;
  padding: 4px 0;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 30px;
}
@media (min-width: 400px) {
  .fresh-home .food-assistance .right-pod a.distribution_box .search-button,
  .fresh-home .food-assistance .right-pod .distribution-box .search-button {
    margin-top: 40px;
  }
}
.fresh-home .mobile-market {
  width: 100%;
  overflow: hidden;
  background-color: #f0b473;
  padding: 20px 0;
  margin: 0 !important;
}
@media (min-width: 661px) {
  .fresh-home .mobile-market {
    padding: 30px 5%;
  }
}
@media (min-width: 770px) {
  .fresh-home .mobile-market {
    padding: 40px;
  }
}
.fresh-home .mobile-market h4 {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #511212;
  font-weight: normal;
  margin: 0 0 20px 30px;
  width: 180px;
}
@media (min-width: 661px) {
  .fresh-home .mobile-market h4 {
    width: 100%;
  }
}
.fresh-home .mobile-market .selected-date {
  display: none;
  float: left;
  width: 70%;
  background-color: #ffffff;
  padding: 30px 4% 15px 5%;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@media (min-width: 770px) {
  .fresh-home .mobile-market .selected-date {
    display: block;
  }
}
@media (min-width: 1024px) {
  .fresh-home .mobile-market .selected-date {
    padding: 30px 2.5% 20px 5%;
  }
}
@media (min-width: 1340px) {
  .fresh-home .mobile-market .selected-date {
    width: 75%;
  }
}
.fresh-home .mobile-market .selected-date .events-for-date {
  display: none;
}
.fresh-home .mobile-market .selected-date .events-for-date.current {
  display: block;
}
.fresh-home .mobile-market .selected-date .events-for-date .date-header {
  text-transform: uppercase;
  color: #b55110;
  font-size: 15px;
  margin: 0;
  padding-bottom: 20px;
}
.fresh-home .mobile-market .selected-date .events-for-date .events-list {
  width: 100%;
  padding: 0 15px 0 0;
  overflow: scroll;
}
.fresh-home .mobile-market .selected-date .events-for-date .events-list .event {
  width: 100%;
  margin: 0 0 20px 0;
  line-height: 25px;
}
@media (min-width: 1024px) {
  .fresh-home .mobile-market .selected-date .events-for-date .events-list .event {
    float: left;
    width: 50%;
    height: 140px;
  }
}
@media (min-width: 1340px) {
  .fresh-home .mobile-market .selected-date .events-for-date .events-list .event {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .fresh-home .mobile-market .selected-date .events-for-date .events-list .event:nth-of-type(2n+1) {
    padding-right: 2.5%;
  }
}
@media (min-width: 1024px) {
  .fresh-home .mobile-market .selected-date .events-for-date .events-list .event:nth-of-type(2n) {
    padding-left: 2.5%;
  }
}
@media (min-width: 1340px) {
  .fresh-home .mobile-market .selected-date .events-for-date .events-list .event:nth-of-type(3n+1) {
    padding-right: 1.25%;
    padding-left: 0;
  }
}
@media (min-width: 1340px) {
  .fresh-home .mobile-market .selected-date .events-for-date .events-list .event:nth-of-type(3n+2) {
    padding-right: 1.25%;
    padding-left: 1.25%;
  }
}
@media (min-width: 1340px) {
  .fresh-home .mobile-market .selected-date .events-for-date .events-list .event:nth-of-type(3n+3) {
    padding-right: 0;
    padding-left: 1.25%;
  }
}
.fresh-home .mobile-market .selected-date .events-for-date .jspVerticalBar {
  width: 8px;
  border-radius: 5px;
  background: none;
}
.fresh-home .mobile-market .selected-date .events-for-date .jspVerticalBar .jspTrack {
  background-color: #adadad;
  border-radius: 5px;
}
.fresh-home .mobile-market .selected-date .events-for-date .jspVerticalBar .jspTrack .jspDrag {
  background-color: #dadada;
  border-radius: 5px;
}
.fresh-home .mobile-market .dates-list {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  background-color: #659832;
  line-height: 30px;
  min-height: 350px;
}
@media (min-width: 661px) {
  .fresh-home .mobile-market .dates-list {
    border-radius: 8px;
  }
}
@media (min-width: 770px) {
  .fresh-home .mobile-market .dates-list {
    position: relative;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 30%;
    background: linear-gradient(#659832, #4f6f19);
  }
}
@media (min-width: 1340px) {
  .fresh-home .mobile-market .dates-list {
    width: 25%;
  }
}
.fresh-home .mobile-market .dates-list .indicator {
  display: none;
  position: absolute;
  top: 21px;
  width: 20px;
  height: 40px;
  clip-path: polygon(0 0, 50% 25%, 0 50%);
  background-color: #ffffff;
}
@media (min-width: 770px) {
  .fresh-home .mobile-market .dates-list .indicator {
    display: block;
  }
}
.fresh-home .mobile-market .dates-list ul {
  width: 100%;
  margin: 0;
  padding: 5px 10px 20px 10px;
  list-style: none;
}
@media (min-width: 661px) {
  .fresh-home .mobile-market .dates-list ul {
    padding: 5px 20px 20px 20px;
  }
}
@media (min-width: 770px) {
  .fresh-home .mobile-market .dates-list ul {
    padding: 5px 12.5% 10px 12.5%;
  }
}
@media (min-width: 1024px) {
  .fresh-home .mobile-market .dates-list ul {
    padding: 15px 12.5% 15px 12.5%;
  }
}
.fresh-home .mobile-market .dates-list ul li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fresh-home .mobile-market .dates-list ul li.selected {
  border-bottom: 0;
  padding-bottom: 20px;
}
@media (min-width: 770px) {
  .fresh-home .mobile-market .dates-list ul li.selected {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 0;
  }
}
.fresh-home .mobile-market .dates-list ul li.selected > a {
  font-weight: bold;
}
.fresh-home .mobile-market .dates-list ul li.selected .events-for-date-card {
  display: block;
  margin-top: 10px;
}
@media (min-width: 770px) {
  .fresh-home .mobile-market .dates-list ul li.selected .events-for-date-card {
    display: none;
  }
}
.fresh-home .mobile-market .dates-list ul li.selected img.on {
  display: block;
}
@media (min-width: 770px) {
  .fresh-home .mobile-market .dates-list ul li.selected img.on {
    display: none;
  }
}
.fresh-home .mobile-market .dates-list ul li.selected img.off {
  display: none;
}
.fresh-home .mobile-market .dates-list ul li:last-of-type {
  border-bottom: none;
}
.fresh-home .mobile-market .dates-list ul li img {
  position: absolute;
  display: block;
  right: 5px;
}
@media (min-width: 770px) {
  .fresh-home .mobile-market .dates-list ul li img {
    display: none;
  }
}
.fresh-home .mobile-market .dates-list ul li img.on {
  top: 13px;
  display: none;
  width: 12px;
}
.fresh-home .mobile-market .dates-list ul li img.off {
  top: 12px;
  width: 6px;
}
.fresh-home .mobile-market .dates-list ul li a {
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 0 5px 5px;
}
.fresh-home .mobile-market .dates-list ul li a:visited {
  color: #ffffff;
}
.fresh-home .mobile-market .dates-list ul li .events-for-date-card {
  display: none;
  background-color: #ffffff;
  margin: 5px 0 0 0;
  padding: 30px 15px;
  overflow: scroll;
  color: #222222;
}
@media (min-width: 660px) {
  .fresh-home .mobile-market .dates-list ul li .events-for-date-card {
    padding: 30px;
  }
}
.fresh-home .mobile-market .dates-list ul li .events-for-date-card .date-header {
  text-transform: uppercase;
  color: #b55110;
  font-size: 15px;
  margin: 0 0 20px 0;
}
.fresh-home .mobile-market .dates-list ul li .events-for-date-card .events-list .event {
  vertical-align: top;
  width: 100%;
  margin: 20px 0;
  line-height: 25px;
}
@media (min-width: 900px) {
  .fresh-home .mobile-market .dates-list ul li .events-for-date-card .events-list .event {
    display: inline-block;
    width: 50%;
  }
}
.fresh-home .video-panel {
  width: 100%;
  background-color: #669933;
  padding: 40px 5%;
}
@media (min-width: 970px) {
  .fresh-home .video-panel {
    padding: 70px 5% 0 5%;
    height: 520px;
  }
}
.fresh-home .video-panel .video-wrapper {
  width: 100%;
}
@media (min-width: 970px) {
  .fresh-home .video-panel .video-wrapper {
    width: 865px;
    margin: auto;
    overflow: hidden;
  }
}
.fresh-home .video-panel .left-part {
  text-align: center;
}
@media (min-width: 360px) {
  .fresh-home .video-panel .left-part {
    padding: 0 20px;
  }
}
@media (min-width: 970px) {
  .fresh-home .video-panel .left-part {
    float: left;
    width: 33.33%;
    padding: 0 60px 0 0;
    text-align: left;
  }
}
.fresh-home .video-panel .left-part h2 {
  font-family: "Amatic SC", sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 54px;
  text-transform: uppercase;
  margin: 0;
  line-height: 62px;
}
@media (min-width: 580px) {
  .fresh-home .video-panel .left-part h2 {
    padding: 0 20px;
  }
}
@media (min-width: 970px) {
  .fresh-home .video-panel .left-part h2 {
    padding: 0;
  }
}
.fresh-home .video-panel .left-part h4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #002305;
  margin: 20px 0 0 0;
  text-transform: none;
  line-height: 32px;
  font-size: 24px;
  font-weight: normal;
  padding: 0 15px;
}
@media (min-width: 970px) {
  .fresh-home .video-panel .left-part h4 {
    padding: 0;
  }
}
.fresh-home .video-panel .right-part {
  margin: 30px 0 0 0;
}
@media (min-width: 970px) {
  .fresh-home .video-panel .right-part {
    float: left;
    width: 66.66%;
    margin: 0;
  }
}
.fresh-home .video-panel .right-part .vid-embed, .video-container {
 /* margin: auto; edited 10/9 bob marteal */
	height: 0;
    max-width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
.fresh-home .video-panel .right-part iframe,
.video-container iframe,
.fresh-home .video-panel .right-part video {
 /* width: 100%;
  box-shadow: 5px 5px 1px #0d05013c; edited bobmarteal 10/9 for responsive */
	    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	box-shadow: 5px 5px 1px #0d05013c;
}
@media (min-width: 970px) {
  .fresh-home .video-panel .right-part iframe,
  .fresh-home .video-panel .right-part video {
    width: 560px;
  }
}
.fresh-home .text02 {
  width: 100%;
  padding: 5%;
  color: #381200;
  background-color: #f9d4ae;
}
@media (min-width: 900px) {
  .fresh-home .text02 {
    padding: 60px;
  }
}
.fresh-home .text02 p {
  margin: 0;
  padding: 0;
}
.fresh-home .fresh-news {
  width: 100%;
  background-color: #c48fcc;
}
.fresh-home .fresh-news h3 {
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 40px 0 0 40px;
  text-transform: uppercase;
}
.fresh-home .fresh-news.home {
  padding-bottom: 40px;
}
.fresh-home .fresh-news.home h3 {
  padding-bottom: 40px;
}
.fresh-home .fresh-news.home .news-pods {
  padding-bottom: 0;
}
.fresh-home .fresh-news .fresh-pagination {
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
  padding: 0 0 40px 0;
  color: #ffffff;
}
@media (min-width: 550px) {
  .fresh-home .fresh-news .fresh-pagination h3 {
    float: left;
  }
}
.fresh-home .fresh-news .fresh-pagination a {
  color: #ffffff;
  text-decoration: none;
}
.fresh-home .fresh-news .fresh-pagination a:visited {
  color: #ffffff;
}
.fresh-home .fresh-news .fresh-pagination.top .mobile,
.fresh-home .fresh-news .fresh-pagination.top .desktop {
  margin: 10px 0 0 40px;
}
@media (min-width: 550px) {
  .fresh-home .fresh-news .fresh-pagination.top .mobile,
  .fresh-home .fresh-news .fresh-pagination.top .desktop {
    float: right;
    margin: 40px 40px 0 0;
  }
}
.fresh-home .fresh-news .fresh-pagination.top ul.page-numbers {
  display: block;
  margin: 0;
  font-size: 15px;
}
.fresh-home .fresh-news .fresh-pagination.top ul.page-numbers li {
  display: inline;
}
.fresh-home .fresh-news .fresh-pagination.top ul.page-numbers li:first-of-type {
  padding-right: 8px;
}
.fresh-home .fresh-news .fresh-pagination.top ul.page-numbers li:last-of-type {
  padding-left: 8px;
}
.fresh-home .fresh-news .fresh-pagination.bottom ul.page-numbers {
  display: flex;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 5%;
  margin: 0;
}
.fresh-home .fresh-news .fresh-pagination.bottom ul.page-numbers li {
  margin: 0 1.75%;
}
@media (min-width: 830px) {
  .fresh-home .fresh-news .fresh-pagination.bottom ul.page-numbers li:first-of-type {
    padding: 0;
    border: 0;
  }
}
.fresh-home .fresh-news .fresh-pagination .mobile {
  display: block;
}
@media (min-width: 830px) {
  .fresh-home .fresh-news .fresh-pagination .mobile {
    display: none;
  }
}
.fresh-home .fresh-news .fresh-pagination .desktop {
  display: none;
}
@media (min-width: 830px) {
  .fresh-home .fresh-news .fresh-pagination .desktop {
    display: block;
  }
}
.fresh-home .fresh-news .fresh-pagination ul.page-numbers .current {
  padding: 0 5px;
  background-color: #ffffff;
  color: #c48fcc;
}
.fresh-home .fresh-news .news-pods {
  width: 100%;
}
@media (min-width: 364px) {
  .fresh-home .fresh-news .news-pods {
    padding: 0 30px 30px 30px;
  }
}
@media (min-width: 490px) {
  .fresh-home .fresh-news .news-pods {
    padding: 0 10% 30px 10%;
  }
}
@media (min-width: 540px) {
  .fresh-home .fresh-news .news-pods {
    padding: 0 13% 30px 13%;
  }
}
@media (min-width: 580px) {
  .fresh-home .fresh-news .news-pods {
    padding: 0 15% 30px 15%;
  }
}
@media (min-width: 830px) {
  .fresh-home .fresh-news .news-pods {
    overflow: hidden;
    padding: 0 40px 30px 40px;
  }
}
.fresh-home .fresh-news .news-pods a.story-pod,
.fresh-home .fresh-news .news-pods .story-pod {
  width: 100%;
  display: block;
  margin: 0 0 40px 0;
  color: #1a1a1a;
  text-decoration: none;
}
.fresh-home .fresh-news .news-pods a.story-pod:visited,
.fresh-home .fresh-news .news-pods .story-pod:visited {
  color: #1a1a1a;
}
@media (min-width: 830px) {
  .fresh-home .fresh-news .news-pods a.story-pod:last-of-type,
  .fresh-home .fresh-news .news-pods .story-pod:last-of-type {
    margin: 0;
  }
}
@media (min-width: 830px) {
  .fresh-home .fresh-news .news-pods a.story-pod,
  .fresh-home .fresh-news .news-pods .story-pod {
    float: left;
    width: 50%;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .fresh-home .fresh-news .news-pods a.story-pod,
  .fresh-home .fresh-news .news-pods .story-pod {
    width: 33.33%;
  }
}
@media (min-width: 830px) {
  .fresh-home .fresh-news .news-pods a.story-pod:nth-child(2n+1),
  .fresh-home .fresh-news .news-pods .story-pod:nth-child(2n+1) {
    padding-right: 2.5%;
  }
}
@media (min-width: 830px) {
  .fresh-home .fresh-news .news-pods a.story-pod:nth-child(2n),
  .fresh-home .fresh-news .news-pods .story-pod:nth-child(2n) {
    padding-left: 2.5%;
  }
}
@media (min-width: 1200px) {
  .fresh-home .fresh-news .news-pods a.story-pod:nth-child(3n+1),
  .fresh-home .fresh-news .news-pods .story-pod:nth-child(3n+1) {
    padding-right: 1.25%;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .fresh-home .fresh-news .news-pods a.story-pod:nth-child(3n+2),
  .fresh-home .fresh-news .news-pods .story-pod:nth-child(3n+2) {
    padding-right: 1.25%;
    padding-left: 1.25%;
  }
}
@media (min-width: 1200px) {
  .fresh-home .fresh-news .news-pods a.story-pod:nth-child(3n+3),
  .fresh-home .fresh-news .news-pods .story-pod:nth-child(3n+3) {
    padding-right: 0;
    padding-left: 1.25%;
  }
}
.fresh-home .fresh-news .news-pods a.story-pod .story,
.fresh-home .fresh-news .news-pods .story-pod .story {
  display: block;
  background-color: #ffffff;
}
@media (min-width: 364px) {
  .fresh-home .fresh-news .news-pods a.story-pod .story,
  .fresh-home .fresh-news .news-pods .story-pod .story {
    border-radius: 8px;
  }
}
.fresh-home .fresh-news .news-pods a.story-pod .story .image,
.fresh-home .fresh-news .news-pods .story-pod .story .image {
  display: block;
}
.fresh-home .fresh-news .news-pods a.story-pod .story .image img,
.fresh-home .fresh-news .news-pods .story-pod .story .image img {
  width: 100%;
}
@media (min-width: 364px) {
  .fresh-home .fresh-news .news-pods a.story-pod .story .image img,
  .fresh-home .fresh-news .news-pods .story-pod .story .image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media (min-width: 830px) {
  .fresh-home .fresh-news .news-pods a.story-pod .story .image img,
  .fresh-home .fresh-news .news-pods .story-pod .story .image img {
    height: 218px;
    object-fit: cover;
  }
}
.fresh-home .fresh-news .news-pods a.story-pod .story .title,
.fresh-home .fresh-news .news-pods .story-pod .story .title {
  display: table-cell;
  vertical-align: top;
  padding: 20px 30px 0 30px;
  font-weight: 500;
  line-height: 25px;
  height: 80px;
  font-size: 20px;
}
.fresh-home .fresh-news .news-pods a.story-pod .story p,
.fresh-home .fresh-news .news-pods .story-pod .story p {
  display: block;
  padding: 0 30px 25px 30px;
  line-height: 27px;
  font-size: 16px;
  min-height: 140px;
}
.fresh-home .fresh-news .news-pods a.story-pod .story p .excerpt-more,
.fresh-home .fresh-news .news-pods .story-pod .story p .excerpt-more {
  display: block;
  text-transform: uppercase;
  color: #e86420;
  text-decoration: none;
  font-weight: bold;
}
.fresh-home .fresh-news .more-link {
  width: 100%;
  overflow: hidden;
}
.fresh-home .fresh-news .more-link a {
  display: block;
  float: right;
  margin-right: 40px;
  color: #ffffff;
  text-decoration: none;
}
.fresh-home .fresh-news .more-link a:visited {
  color: #ffffff;
}
.fresh-home .text03 {
  width: 100%;
  padding: 5%;
  color: #1a1a1a;
  background-color: #ffffff;
}
@media (min-width: 900px) {
  .fresh-home .text03 {
    padding: 60px;
  }
}
.fresh-home .text03 p {
  margin: 0;
  padding: 0;
}
.fresh-home .promo-tiles01,
.fresh-home .promo-tiles02 {
  width: 100%;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.fresh-home .promo-tiles01 a.button,
.fresh-home .promo-tiles02 a.button {
  display: block;
  width: 280px;
  margin: auto;
  border-radius: 5px;
  color: #ffffff;
  height: 80px;
  line-height: 80px;
  font-size: 15px;
}
@media (min-width: 900px) {
  .fresh-home .promo-tiles01 a.button,
  .fresh-home .promo-tiles02 a.button {
    width: 85%;
  }
}
.fresh-home .promo-tiles01 .left-tile,
.fresh-home .promo-tiles02 .left-tile {
  padding: 5%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 900px) {
  .fresh-home .promo-tiles01 .left-tile,
  .fresh-home .promo-tiles02 .left-tile {
    width: 50%;
    float: left;
  }
}
.fresh-home .promo-tiles01 .left-tile a.button,
.fresh-home .promo-tiles02 .left-tile a.button {
  background-color: rgba(248, 99, 9, 0.84);
}
.fresh-home .promo-tiles01 .right-tile,
.fresh-home .promo-tiles02 .right-tile {
  padding: 5%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 900px) {
  .fresh-home .promo-tiles01 .right-tile,
  .fresh-home .promo-tiles02 .right-tile {
    width: 50%;
    float: left;
  }
}
.fresh-home .promo-tiles01 .right-tile a.button,
.fresh-home .promo-tiles02 .right-tile a.button {
  background-color: rgba(79, 111, 25, 0.84);
}
.fresh-home .newsletter {
  width: 100%;
  background-color: #4c6fbb;
  color: #ffffff;
  padding: 5%;
}
@media (min-width: 750px) {
  .fresh-home .newsletter {
    padding: 5%;
  }
}
@media (min-width: 900px) {
  .fresh-home .newsletter {
    padding: 40px;
  }
}
.fresh-home .newsletter #success_message {
  display: none;
}
.fresh-home .newsletter form {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 720px) {
  .fresh-home .newsletter form {
    width: 640px;
    margin: auto;
  }
}
@media (min-width: 900px) {
  .fresh-home .newsletter form {
    width: 855px;
  }
}
.fresh-home .newsletter form .subscribe-label {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 20px 0;
}
@media (min-width: 900px) {
  .fresh-home .newsletter form .subscribe-label {
    display: block;
    float: left;
    margin: 0 40px 0 0;
  }
}
.fresh-home .newsletter form .subscribe-label p {
  padding: 5px 0 0 0;
}
.fresh-home .newsletter form .subscribe-label p span.emp {
  display: block;
  margin-top: 3px;
  font-family: "Amatic SC";
  font-size: 38px;
}
@media (min-width: 900px) {
  .fresh-home .newsletter form p.surround {
    display: block;
    margin-right: 15px;
    float: left;
  }
}
.fresh-home .newsletter form p.surround label {
  text-transform: uppercase;
  font-size: 13px;
}
.fresh-home .newsletter form p.surround input[type=text] {
  max-width: 100%;
  margin: 0 0 20px 0;
  line-height: 35px;
  height: 35px;
  appearance: none;
  border: 1px solid #808080;
  background-color: #ececec;
  padding: 3px;
  color: #192235;
}
.fresh-home .newsletter form button {
  display: block;
  appearance: none;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #192235;
  text-align: center;
  line-height: 30px;
  padding: 0 25px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  width: 140px;
  margin: auto;
}
@media (min-width: 900px) {
  .fresh-home .newsletter form button {
    float: left;
    margin: 30px 0 0 0;
  }
}
.fresh-home footer {
  background-color: #669933;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
.fresh-home footer img {
  width: 100%;
}
.fresh-home footer .foot-wrapper {
  width: 100%;
  padding: 40px 5%;
}
@media (min-width: 340px) {
  .fresh-home footer .foot-wrapper {
    width: 275px;
    margin: auto;
    padding: 40px 0;
  }
}
@media (min-width: 675px) {
  .fresh-home footer .foot-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0 20px 40px 20px;
  }
}
@media (min-width: 750px) {
  .fresh-home footer .foot-wrapper {
    padding: 40px 10% 40px 10%;
  }
}
@media (min-width: 1000px) {
  .fresh-home footer .foot-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 1200px) {
  .fresh-home footer .foot-wrapper {
    padding: 40px 50px;
  }
}
.fresh-home footer .foot-wrapper .equity {
  margin: 0 0 40px 0;
  font-size: 16px;
}
@media (min-width: 675px) {
  .fresh-home footer .foot-wrapper .equity {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1000px) {
  .fresh-home footer .foot-wrapper .equity {
    margin: 0 0 40px 0;
  }
}
.fresh-home footer .extra-nav {
  display: none;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 675px) {
  .fresh-home footer .extra-nav {
    display: block;
  }
}
@media (min-width: 1000px) {
  .fresh-home footer .extra-nav {
    display: none;
  }
}
.fresh-home footer .extra-nav a {
  color: #ffffff;
  text-decoration: none;
}
.fresh-home footer .extra-nav a:visited {
  color: #ffffff;
}
.fresh-home footer .extra-nav ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  line-height: 20px;
}
.fresh-home footer .extra-nav ul li {
  flex-grow: 1;
  border-right: 1px solid #ffffff;
}
.fresh-home footer .extra-nav ul li:first-of-type {
  padding-left: 0;
}
.fresh-home footer .extra-nav ul li:last-of-type {
  padding-right: 0;
  border-right: 0;
}
.fresh-home footer .left-col {
  font-size: 18px;
  padding: 0;
}
@media (min-width: 675px) {
  .fresh-home footer .left-col {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 750px) {
  .fresh-home footer .left-col {
    padding: 0 5% 0 0;
  }
}
@media (min-width: 1000px) {
  .fresh-home footer .left-col {
    width: 33.33%;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .fresh-home footer .left-col {
    padding: 0 100px 0 0;
  }
}
.fresh-home footer .left-col.tallest {
  border-right: 1px solid #cccccc;
}
.fresh-home footer .left-col .title {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.fresh-home footer .left-col p {
  font-size: 18px;
  margin: 25px 0 40px 0;
}
.fresh-home footer .left-col .follow .title {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}
.fresh-home footer .left-col .follow ul {
  margin: 25px 0 0 0;
}
.fresh-home footer .left-col .follow ul li {
  display: inline-block;
  width: 15%;
  margin-right: 2.5%;
  max-width: 60px;
}
.fresh-home footer .left-col .follow ul li:last-of-type {
  margin: 0;
}
.fresh-home footer .left-col .follow ul li a {
  display: block;
  width: 100%;
}
.fresh-home footer .left-col .follow ul li a img {
  width: 100%;
  clip-path: circle(50%);
}
.fresh-home footer .middle-col {
  width: 100%;
  padding: 40px 0;
  margin: 40px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 675px) {
  .fresh-home footer .middle-col {
    display: none;
  }
}
@media (min-width: 1000px) {
  .fresh-home footer .middle-col {
    display: block;
    width: 33.33%;
    float: left;
    padding: 0 1%;
    margin: 0;
    border-top: 0;
    border-right: 1px solid #cccccc;
    border-bottom: 0;
    border-left: 1px solid #cccccc;
  }
}
.fresh-home footer .middle-col .menu {
  line-height: 38px;
}
@media (min-width: 1000px) {
  .fresh-home footer .middle-col .menu {
    width: 275px;
    margin: auto;
  }
}
.fresh-home footer .middle-col .menu a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  padding: 0 5px;
}
.fresh-home footer .middle-col .menu a:visited {
  color: #ffffff;
}
.fresh-home footer .right-col {
  padding: 0;
  margin: 0;
}
@media (min-width: 675px) {
  .fresh-home footer .right-col {
    width: 50%;
    float: left;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 750px) {
  .fresh-home footer .right-col {
    padding: 0 0 0 5%;
  }
}
@media (min-width: 1000px) {
  .fresh-home footer .right-col {
    width: 33.33%;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .fresh-home footer .right-col {
    padding: 0 0 0 100px;
  }
}
.fresh-home footer .right-col.tallest {
  border-left: 1px solid #cccccc;
}
.fresh-home footer .right-col .logos {
  max-width: 270px;
  margin: auto;
}
.fresh-home footer .right-col .logos a {
  display: inline-block;
  width: 47%;
}
.fresh-home footer .right-col .logos a:first-of-type {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.fresh-home footer .right-col .logos a:last-of-type {
  margin-left: 6%;
}
.fresh-home footer .right-col .logos a img {
  max-width: 100%;
}
.fresh-home footer .right-col .logos > img {
  display: block;
  width: 100%;
}
.fresh-home footer .right-col a.btn {
  display: block;
  width: 100%;
  margin: 30px auto 0 auto;
  text-align: center;
  line-height: 38px;
  height: 38px;
  color: #668000;
  background-color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.fresh-home footer .right-col a.btn:visited {
  color: #668000;
}
.fresh-home .top-featured-image {
  width: 100%;
  max-width: 1024px;
}


/*
 * added by bobmarteal 10/9/24
*/
.spotlight{
	background: yellow;
	padding: .5em;
}
  .grid {
background: #f8981d;
    display: grid;
    
    gap: 2em;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
@media (min-width: 675px) {
	.grid{
		grid-template-columns: 1fr 1fr;
	}
	
}
.grid > div > p{
	margin-bottom: 1em;
}
.grid > div > ul{
	list-style-type:disc;
	padding-left: 1em;
}
  .grid > div {
    background: #ffffff;
	  color: #000000;
    border-radius: 12px;
    padding: 1em;
  }
  .span-2 {
    grid-column: 1 / -1;
  }
  .link-button {
    padding: .5em 1em;
    background: #4f6f19;
    color: white;
    border-radius: 1em;
  }
.top-banner > h2{
max-width: max-content;
    margin: 1rem auto;
    color: white;
	text-align: center;
	text-transform:none;
	font-size: 3rem;
}
.button-list{
	    display: flex;
	flex-wrap:wrap;
    gap: 1em;
    font-size: 1.5rem;
    justify-content: center;
}
.top-banner h3{
	font-size: 2rem;
	margin-bottom: .5em;
}