/* CSS Document */

/*
Theme Name: Sahms Catering
Theme URI: 
Description: Custom Theme for Sahms
Author: DD
Version: 1.0
Tags: custom
*/

/* CSS Document */


/*-------------------------------------------
	Sticky Quote Button
-------------------------------------------*/


/* Normal state */
#stickyBar {
  width: 100%;
  text-align: center;
  z-index: 9998;
  transition: background-color 0.3s, box-shadow 0.3s;
}

/* Fixed state when scrolled past */
#stickyBar.stuck {
  position: fixed;
  top: 10px; /* adjust for navbar height */
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/*-------------------------------------------
	Historic Photo Re-Do
-------------------------------------------*/
#story-topcallout-R {
  width: 100%;           /* scale with parent */
  max-width: 400px;      /* never larger than 400px */
  height: auto;
  margin: 20px 0 20px 50px;
  float: right;
}

#story-topcallout-R img {
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile version: stack and crop to square */
@media (max-width: 768px) {
  #story-topcallout-R {
    float: none;
    margin: 20px auto;
    width: 90%;
    height: 0;
    padding-top: 100%;       /* square aspect ratio */
    position: relative;
    overflow: hidden;        /* crop overflowing part of image */
  }

  #story-topcallout-R img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;            /* fill the square container */
    object-fit: cover;       /* crop image to fit square */
  }
}

/*-------------------------------------------
	Homepage Fancy Divider
-------------------------------------------*/

.dot-divider {
  width: 60%;                /* adjust width */
  height: 5px;               /* dot size */
  margin: 36px auto;
  background-image: radial-gradient(circle, #284d0c 40%, transparent 41%);
  background-size: 20px 8px; /* spacing between dots */
  background-repeat: repeat-x;
  background-position: center; /* keeps dots centered */
}


/*-------------------------------------------
	Homepage Gallery Preview
-------------------------------------------*/

.gallery-preview {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
  padding: 0 15px;
}


.gallery-heading {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #222;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

.gallery-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1; /* keeps them square */
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.gallery-thumbs img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.view-gallery-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff6600;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}

.view-gallery-btn:hover {
  background-color: #e65500;
}




/*-------------------------------------------
	Rating Stars
-------------------------------------------*/

.fa-star {
  color: #006938 !important;

  
}
.checked {
  color: #006938 !important;
}

/*-------------------------------------------
	New Button
-------------------------------------------*/

.mainBTN {
  margin: 0 0 25px 0; /* space above the button */
  padding: 0;
}

.mainBTN a {
  display: block;
  width: 100%;                  
  background-color: #006938;    
  color: #ffffff !important;               
  text-align: center;           
  padding: 16px 24px !important;  /* force space around text */
  line-height: 1.4;               /* ensures vertical spacing shows */
  text-decoration: none;   
  font-family: "Barlow", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;    
  border: none;                 
  border-radius: 0;             
  transition: all 0.3s ease;
  box-sizing: border-box;        /* keeps padding inside width */
}

.mainBTN a:hover {
  background-color: #000000;    
  color: #ffffff !important;               

}

/* Mobile adjustments */
@media (max-width: 600px) {
  .mainBTN a {
    font-size: 0.9rem;    /* slightly smaller text */
    padding: 12px 16px;   /* less padding for compact look */
  }
}

/*-------------------------------------------
	Gallery Lightbox
-------------------------------------------*/


    .gallery-venues {
    padding: 2rem;
    margin: auto;
    background: white;
  }



  .gallery-venues h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #333;
  }

    .gallery {
    padding: 2rem;
    max-width: 1200px;
    margin: auto;
    background: white;
  }

  .gallery h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #333;
  }

  .venue-name {
    font-family: "Barlow", sans-serif;
	font-weight: 600;
	color: #fff;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 22px;
    letter-spacing: 1px;
	line-height: 36px;
	margin: 0;
	text-transform: uppercase;
  }
  


  .venue-name-container {
   background: black;
   width: 100%;
   height: 100%;
   padding-bottom: 0.6rem;
   padding-top: 0.6rem;
  }


#venue-icons { 
	max-width: 500px;

	margin: 30px 15px 0 15px;
	padding: 0;
	position: relative; 
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #111;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#venue-icons a {
	display: block;
	height: auto;
	padding-top: 0;
}
#venue-icons a:link { color: #fff; text-decoration: none; }
#venue-icons a:visited { color: #fff; text-decoration: none; }
#venue-icons a:hover { color: #fff; text-decoration: none; }
#venue-icons a:active { color: #fff; text-decoration: none; }


#venue-icons p {
	margin: 0;
}

#venue-icons img{
	
	top:0;
	left:0;
	z-index:0;
}


  .filter-buttons {
    text-align: center;
    margin-bottom: 2rem;
  }

  .filter-btn {
    background: #006938;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0 20px 20px 0;
    cursor: pointer;
    font-size: 1rem;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: white;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
    transition: background 0.3s;
  }

  .filter-btn:hover,
  .filter-btn.active {
    background: #333;
    color: white;
  }

  .masonry {
    column-count: 1;
    column-gap: 1rem;
  }

  @media (min-width: 600px) {
    .masonry {
      column-count: 2;
    }
  }

  @media (min-width: 900px) {
    .masonry {
      column-count: 3;
    }
  }

  .masonry-item {
    margin-bottom: 1rem;
    break-inside: avoid;
    display: block;
  }

  .overlay-container {
    position: relative;
    overflow: hidden;
 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .overlay-container img {
    width: 100%;
    display: block;
    transition: transform 0.2s ease, filter 0.2s ease;
  }

  .overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    color: white;
    font-size: 1.1rem;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
  }



  .overlay-container:hover img {
    filter: brightness(60%);
    transform: scale(1.02);
  }

  .overlay-container:hover .overlay-text {
    opacity: 1;
  }


/*-------------------------------------------
  Testimonials Carousel - FINAL POLISHED
-------------------------------------------*/

/* Carousel container */
.testimonial-carousel {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 30px auto;
  padding: 30px 0; /* vertical spacing for top and bottom */
  background: #f9f9f9;
  border-radius: 10px;
}

/* Track container */
.carousel-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

/* Individual slide */
.testimonial {
  flex: 0 0 100%; /* one slide per view */
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center slide content if needed */
  align-items: center;
}

/* Inner slide padding (horizontal) */
.testimonial-inner {
  padding: 0 40px; /* horizontal padding for text content */
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .testimonial-inner {
    padding: 0 20px;
  }
}

/* Images / stars / content */
.testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 10px;
}

.testimonial-text {
  font-style: normal;
  font-size: 1.1rem;
  color: #555;
  margin: 20px 0; /* spacing above/below text */
}

.testimonial h3 {
  margin: 10px 0 0 0;
  font-size: 1.2rem;
  color: #222;
  line-height: 20px;
}

.testimonial span {
  font-size: 0.95rem;
  color: #777;
  display: inline-block;
  margin-top: 5px;
}

/* Carousel buttons */
.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background 0.3s;
  z-index: 5;
}

.carousel-button:hover {
  background-color: #f0f0f0;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}

/* Carousel dots */
.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 30px; /* space between slides and dots */
  gap: 10px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-indicators button.active {
  background-color: #333;
}

/*-------------------------------------------
	Font
-------------------------------------------*/

.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*-------------------------------------------
	End Font
-------------------------------------------*/


html, body {
	height: 100%;
}

body {
	font-family: almanach, sans-serif;
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	color: #111;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #006938;
	border: 0px;
	padding: 15px;
	color: #fff;
	font-family: korolev-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	
}

body .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #333033;
	cursor: pointer;
}

h1 {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 40px;
    letter-spacing: 1px;
	line-height: 46px;
	margin: 0;
}

h2 {
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 25px;
    letter-spacing: 1px;
	line-height: 36px;
	margin: 0;
	text-transform: uppercase;
}

h3 {
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
    font-size: 24px;
    letter-spacing: 1px;
	line-height: 40px;
	margin: 0;
	color: #312825;
}

h4 {
	font-weight: normal;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 1px;
	line-height: 0;
}

.date {
	font-size: 14px;
	color: #444;
}

hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin: 25px 0 25px 0;
}

a:link { color: #006938; text-decoration: underline; }
a:visited { color: #006938; text-decoration: underline; }
a:hover { color: #111; text-decoration: underline; }
a:active { color: #111; text-decoration: underline; }

#navSM {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: left;
	font-size: 40px;
	color: #111;
}
#navSM a { margin: 0; }
#navSM a:link { color: #fff; text-decoration: none; }
#navSM a:visited { color: #fff; text-decoration: none; }
#navSM a:hover { color: #006938; text-decoration: none; }
#navSM a:active { color: #006938; text-decoration: none; }

.uppercase { text-transform: uppercase; }

/*-------------------------------------------
	header
-------------------------------------------*/

.skip-link {
	position: fixed;
	top: -200px;
	left: 20px;
	background-color: #fff;
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px;
	z-index: 999;
}
.skip-link:focus {
    top: 0; /* Now the link will appear */
}

.header {
	width: 100%;
	height: 110px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #fff;
	z-index: 9997s;
	border-bottom: 1px solid #eee; 
}

#mHeader {
	display: none;
}

#logoContainer {
	width: 200px;
	height: 110px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#logoTop {
	width: 295px;
	height: 110px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(images/sahms-hospitality-group-logo.png);
	background-repeat: no-repeat;
	background-size: 295px 96px;
}
#Lnav {
    width: 295px; height: 110px;
    margin: 0;
	padding: 0;
    position: relative;
}
#Lnav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#Lnav li a { height: 0px; display: block; padding-top: 110px; overflow: hidden; }
#Lnav1 { left: 0; width: 295px; }
#Lnav li a:focus {
  text-decoration: inherit;
  outline: auto;
}

#navBG {
	width: 1000px;
	height: 60px;
	padding: 0;
	margin: 20px 0 0 0;
	text-align: right;
	display: inline;
	float: right;
}
#navContainer {
	display: inline-block;
	width: auto;
	height: 60px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#mNavContainer {
	display: none;
}

/* - - - Navigation - - - */

#navContainer nav {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#navContainer ul {
  background: #fff;
  list-style: none;
  margin: 47px 0 0 0;
  padding-left: 0;
}

#navContainer li {
  display: block;
  float: left;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
  
#navContainer li a {
  color: #111;
  text-decoration: none;
  padding: 15px;
}
#navContainer li a:hover {
  color: #006938;
}
#navContainer li a:focus {
  color: #006938;
  background-color: #111;
}

#navContainer li:hover,
#navContainer li:focus-within {
  color: #006938;
  cursor: pointer;
}

#navContainer li:focus-within a {
  outline: none;
}

#navContainer ul li ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 19px;
  left: 0;
  display: none;
  text-align: left;
  min-width: 300px;
}

#navContainer ul li ul li {
  padding: 5px 15px 5px 15px;
}

#navContainer ul li:hover > ul,
#navContainer ul li:focus-within > ul,
#navContainer ul li ul:hover,
#navContainer ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

#navContainer ul li ul li {
  clear: both;
  width: 100%;
}

#navContainer li.nav-item-Donate {
  background-color: #006938;
  padding: 20px 30px 19px 30px;
}
#navContainer li.nav-item-Donate:hover,
#navContainer li.nav-item-Donate:focus-within {
  background: #ccc;
  cursor: pointer;
}

#navContainer li.nav-item-Search {
  padding: 20px 20px 19px 20px;
}
#navContainer li.nav-item-Search:hover,
#navContainer li.nav-item-Search:focus-within {
  cursor: pointer;
}

#navContainer li.nav-item-Last {
  padding: 20px 30px 19px 15px;
}
#navContainer li.nav-item-Last:hover,
#navContainer li.nav-item-Last:focus-within {
  cursor: pointer;
}


  

/*-------------------------------------------
	page structure
-------------------------------------------*/

#homePhotoContainer { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
}



.cycle-slideshow { 
	margin: 0;
	padding: 0;
}

#homeCopy { 
	width: 850px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}

#homeCopy2 { 
	width: 1050px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}

#contactCopy { 
	width: 500px;
	height: auto;
	margin: 70px auto;
	padding: 0 40px 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}

#contactCopy-R { 
	width: 500px;
	height: auto;
	margin: 70px auto;
	padding: 0 0 0 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #ccc;
}
	
#storyCopy { 
	width: 850px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-topcontainer { 
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-topcallout-L { 
	width: 400px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	line-height: 36px;
}

#story-container { 
	width: 1200px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 600px;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 600px;
	height: auto;
	margin: 100px 0 0 0;
	padding: 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}
#subTeam-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 50px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#team-Icons { 
	width: 260px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	line-height: 18px;
}
#team-Icons a {
	display: block;
	height: auto;
	padding: 0;
}
#team-Icons a:link { color: #111; text-decoration: none; }
#team-Icons a:visited { color: #111; text-decoration: none; }
#team-Icons a:hover { color: #006938; text-decoration: none; }
#team-Icons a:active { color: #006938; text-decoration: none; }


#quoteBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px auto;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


#quoteBTN a {
	display: block;
	height: auto;
	padding: 15px 20px 15px 20px;
}


#quoteBTN a:link { color: #fff; background-color: #006938; text-decoration: none; }
#quoteBTN a:visited { color: #fff; background-color: #006938; text-decoration: none; }
#quoteBTN a:hover { color: #fff; background-color: #111; text-decoration: none; }
#quoteBTN a:active { color: #fff; background-color: #111; text-decoration: none; }

#greenBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px auto;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


#greenBTN a {
	display: block;
	height: auto;
	padding: 15px 20px 15px 20px;
}


#greenBTN a:link { color: #fff; background-color: #006938; text-decoration: none; }
#greenBTN a:visited { color: #fff; background-color: #006938; text-decoration: none; }
#greenBTN a:hover { color: #fff; background-color: #111; text-decoration: none; }
#greenBTN a:active { color: #fff; background-color: #111; text-decoration: none; }

#greenBTN-Left {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px 0 40px 0;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#greenBTN-Left a {
	display: block;
	height: auto;
	padding: 15px 20px 15px 20px;
}
#greenBTN-Left a:link { color: #fff; background-color: #006938; text-decoration: none; }
#greenBTN-Left a:visited { color: #fff; background-color: #006938; text-decoration: none; }
#greenBTN-Left a:hover { color: #fff; background-color: #111; text-decoration: none; }
#greenBTN-Left a:active { color: #fff; background-color: #111; text-decoration: none; }

#greenBTN-full {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px auto;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#greenBTN-full a {
	display: block;
	height: auto;
	padding: 15px 20px 15px 20px;
}
#greenBTN-full a:link { color: #fff; background-color: #006938; text-decoration: none; }
#greenBTN-full a:visited { color: #fff; background-color: #006938; text-decoration: none; }
#greenBTN-full a:hover { color: #fff; background-color: #111; text-decoration: none; }
#greenBTN-full a:active { color: #fff; background-color: #111; text-decoration: none; }

#greenBTN-Carousel {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#greenBTN-Carousel a {
	display: block;
	height: auto;
	padding: 10px 15px 10px 15px;
}
#greenBTN-Carousel a:link { color: #fff; background-color: #006938; text-decoration: none; }
#greenBTN-Carousel a:visited { color: #fff; background-color: #006938; text-decoration: none; }
#greenBTN-Carousel a:hover { color: #fff; background-color: #111; text-decoration: none; }
#greenBTN-Carousel a:active { color: #fff; background-color: #111; text-decoration: none; }


#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 50px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 800px;
	height: auto;
	margin: 20px auto;
	padding: 20px auto;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inline;
	float: left;
}
#eventSlideText { 
	width: 430px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

.example-pager { text-align: right; width: 100%; z-index: 500; overflow: hidden; }
.example-pager span { font-size: 60px; width: 16px; height: 16px; line-height: 10px; margin: 0; display: inline-block; color: #ccc; }
.example-pager span.cycle-pager-active { color: #111;}
.example-pager > * { cursor: pointer;}



#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding-bottom: 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}

  


#contact-container { 
	width: 600px;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#mapContainer { 
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 0;
}

#career-callout { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	font-size: 28px;
}


#homeRestaurants-Icons { 
	width: 400px;
	height: 267px;
	margin: 30px 15px 0 15px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #111;
	line-height: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#homeRestaurants-Icons a {
	display: block;
	height: auto;
	padding: 0;
}
#homeRestaurants-Icons a:link { color: #fff; text-decoration: none; }
#homeRestaurants-Icons a:visited { color: #fff; text-decoration: none; }
#homeRestaurants-Icons a:hover { color: #fff; text-decoration: none; }
#homeRestaurants-Icons a:active { color: #fff; text-decoration: none; }

#homeRestaurants-Icons p{
	margin: 120px 0 0 0;
	z-index:10;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 22px;
}
#homeRestaurants-Icons a:link p { opacity: 0; }
#homeRestaurants-Icons a:hover p { opacity: 1; }

#homeRestaurants-Icons img{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

#homeRestaurants-Icons a:hover img { 
	opacity: 0.05;
}

#subRestaurants-Icons { 
	width: 400px;
	height: auto;
	margin: 30px 15px 40px 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#subRestaurants-Icons a {
	display: block;
	height: auto;
	padding: 0;
}
#subRestaurants-Icons a:link { color: #111; text-decoration: none; }
#subRestaurants-Icons a:visited { color: #111; text-decoration: none; }
#subRestaurants-Icons a:hover { color: #006938; text-decoration: none; }
#subRestaurants-Icons a:active { color: #006938; text-decoration: none; }

#subRestaurants-Icons img {
	margin: 0 0 25px 0;
}
#subRestaurants-Icons p {
	margin: 0;
}

#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	width: 400px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#subRestaurants-Icons2 a {
	display: block;
	height: auto;
	padding: 30px;
}
#subRestaurants-Icons2 a:link { color: #fff; text-decoration: none; }
#subRestaurants-Icons2 a:visited { color: #fff; text-decoration: none; }
#subRestaurants-Icons2 a:hover { background-color: #333033; text-decoration: none; border-radius: 15px 50px;}
#subRestaurants-Icons2 a:active { background-color: #333033; text-decoration: none; border-radius: 15px 50px;}

#subRestaurants-Icons2 img {
	margin: 0 0 25px 0;
}
#subRestaurants-Icons2 p {
	margin: 0;
}
.restaurants-title {
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-style: uppercase !important;
	color: #284d04;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 35px;
}

.restaurants-title2 {
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 32px;
}


#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeCallouts-container-M { 
	display: none;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 80px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}

#greenBTN-L {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px 0 0 0;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#greenBTN-L a {
	display: block;
	height: auto;
	padding: 20px 20px 15px 20px;
}
#greenBTN-L a:link { color: #fff; background-color: #006938; text-decoration: none; }
#greenBTN-L a:visited { color: #fff; background-color: #006938; text-decoration: none; }
#greenBTN-L a:hover { color: #fff; background-color: #111; text-decoration: none; }
#greenBTN-L a:active { color: #fff; background-color: #111; text-decoration: none; }


#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #006938;
}

#whiteBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px auto;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#whiteBTN a {
	display: block;
	height: auto;
	padding: 20px 20px 15px 20px;
}
#whiteBTN a:link { color: #111; background-color: #fff !important; text-decoration: none; }
#whiteBTN a:visited { color: #111; background-color: #fff !important; text-decoration: none; }
#whiteBTN a:hover { color: #fff; background-color: #333033 !important; text-decoration: none; }
#whiteBTN a:active { color: #fff; background-color: #333033 !important; text-decoration: none; }

#whiteBTN2 {
	width: fit-content;
    margin-left: 0;
    margin-right: auto;
	height: auto;
	padding: 0;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 18px;
	letter-spacing: 1px;
}
#whiteBTN2 a {
	display: block;
	height: auto;
	padding: 10px 15px 10px 15px;
}
#whiteBTN2 a:link { color: #111; background-color: #fff !important; text-decoration: none; }
#whiteBTN2 a:visited { color: #111; background-color: #fff !important; text-decoration: none; }
#whiteBTN2 a:hover { color: #fff; background-color: #333033 !important; text-decoration: none; }
#whiteBTN2 a:active { color: #fff; background-color: #333033 !important; text-decoration: none; }



#map-container {
  width: 1200px;
  height: auto;
  min-height: 700px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  margin: 0;
  padding: 0;
  width: 400px;
  height: auto;
  text-align: left;
  display: inline;
  float: left;
  font-size: 18px;
}
#resturantMapRight {
  width: 800px;
  height: 100vh;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline;
  float: left;
  box-sizing: border-box;
  background-color: #f1f1f1;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

/* !Store Locator - - - - - */

#bh-sl-map { 
	width: 100%;
	height: 100vh;
}

#bh-sl-user-location ul {
  padding: 0px;
  margin: 0;
}

#bh-sl-user-location li {
 display: inline-block;
 text-transform: uppercase;
 vertical-align: top;
 padding: 0px;
 margin: 0;
}

#bh-sl-user-location input {
  width: 15px;
  height: 15px;
}

.checkType {
 display: inline-block;
 text-transform: uppercase;
 vertical-align: top;
 padding: 12px 0 0 0;
 margin: 0;
}

.checkHeadline {
 	color: #00acc8;
}

.xlist-content {
 padding: 0;
 margin: 0;
 text-align: left;
}
.loc-name { padding: 0 0 0 35px; }

.loc-space { margin: 10px 0 0 0;}

.loc-product { font-size: 12px; color: #ccc; margin-top: 10px; }

.upper { text-transform: uppercase;}

ul.clean { list-style: none; margin: 0; padding: 0;}

.bold { font-weight: bold;}

.italic { font-style: italic;}

.search-headline { font-size: 110%; padding-bottom: 5px;}

.bh-sl-loc-list { padding: 0;}

ul.finder-list li.list-result { padding-left: 0px; position: relative; margin-bottom: 30px; }

ul.finder-list li.list-result:last-child { border: none; padding-bottom: 0; margin-bottom: 0;}

.list-label { width: 25px; height: 25px; line-height: 24px; padding-top: 2px; padding-left: 1px; text-align: center; background: #e56355; border-radius: 120%; position: absolute; top: 0; left: 0; color: #fff; font-family: "Barlow", sans-serif; font-weight: 500; font-style: normal; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; -moz-font-smoothing: none; font-smoothing: antialiased;}

.bh-sl-noresults-title { font-weight: bold; font-size: 130%;}

a.external { color: #111; text-transform: uppercase; font-weight: normal; text-decoration: none; }
a.external:hover { color: #ccc; }

a.directions { color: #00acc8; text-transform: uppercase; font-weight: bold; text-decoration: none; }
a.directions:hover { color: #111; }

.showmap { font-size: 10px; color: #111; text-transform: uppercase; cursor: pointer; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}


#fvpp-blackout {
	display: none;
	z-index: 499;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
}


#stickyContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9998;
}
#stickyContent {
	width: 600px;
	height: auto;
	margin: 200px auto;
	padding: 20px 20px 50px 50px;
	position: relative; 
	box-sizing: border-box;
	color: #111;
	text-align: right;
	background-color: #EEF6E8;
	position: relative;
	z-index: 9999;
	box-shadow: 0 2px 5px #000;
}
#stickyCopy {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	box-sizing: border-box;
	color: #111;
	text-align: left;
	line-height: 22px;
}
.closepop {
  background-color: #EEF6E8; /* Green */
  border: 0px;
  color: #006938;
  padding: 8px 10px 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.closepop:hover {
  background-color: #111; /* Green */
  color: #fff;
}



/*--- Clear ---*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--- Footer ---*/



.footer {
	width: 100%;
	height: auto;
	padding: 50px 20px;
	box-sizing: border-box;
	margin: 0;
	text-align: left;
	background-color: #333;
}
#footerL {
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #fff;
}

#footerR {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #fff;
}

#sahms-hospitality-group-container {
	width: 100%;
	height: auto;
	padding: 50px 20px 40px 20px;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	background-color: #000;
}


#sahms-hospitality-group {
	width: 140px;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #fff;
	float: right;
	display: inline;
}


#footerR a {
  display: inline-block;
  color: #fff;
  padding: 0px 20px 0px 0;
  margin: 0 0 10px 0;
  text-decoration: none;
}

#footerR a:hover { color: #006938; }

#footer-Address {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 0 10px;
	text-align: left;
}

#footer-Copyright {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	color: #fff;
}



/* tablet Wide
--------------------------------------------- */
@media (min-width: 1180px) and (max-width: 1299px) {



#story-container { 
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 500px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 500px;
	height: auto;
	margin: 0;
	padding: 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
#homeRestaurants-Icons p{
	margin: 80px 0 0 0;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 22px;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 15px 40px 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
	
	#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	padding: 30px;
	width: 300px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#map-container {
  width: 1000px;
  height: auto;
  min-height: 700px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  margin: 0;
  padding: 0;
  width: 300px;
  height: auto;
  text-align: left;
  display: inline;
  float: left;
}
#resturantMapRight {
  width: 700px;
  height: 100vh;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline;
  float: left;
  box-sizing: border-box;
  background-color: #f1f1f1;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}




}


/* tablet Wide
--------------------------------------------- */
@media (min-width: 1020px) and (max-width: 1179px) {

#homeCopy2 { 
	width: 950px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}	

#story-container { 
	width: 1000px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 500px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 500px;
	height: auto;
	margin: 0;
	padding: 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
#homeRestaurants-Icons p{
	margin: 80px 0 0 0;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 22px;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 15px 40px 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
	
	#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	padding: 30px;	
	width: 300px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 60px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: 396px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#map-container {
  width: 900px;
  height: auto;
  min-height: 700px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  margin: 0;
  padding: 0;
  width: 300px;
  height: auto;
  text-align: left;
  display: inline;
  float: left;
}
#resturantMapRight {
  width: 600px;
  height: 100vh;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline;
  float: left;
  box-sizing: border-box;
  background-color: #f1f1f1;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}


}



/* tablet Wide
--------------------------------------------- */
@media (min-width: 960px) and (max-width: 1019px) {

#homeCopy2 { 
	width: 900px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}		

#story-container { 
	width: 950px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 475px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 475px;
	height: auto;
	margin: 0;
	padding: 20px 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
#homeRestaurants-Icons p{
	margin: 80px 0 0 0;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 22px;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 15px 40px 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
	
	#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	padding: 30px;
	width: 300px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#map-container {
  width: 900px;
  height: auto;
  min-height: 700px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  margin: 0;
  padding: 0;
  width: 300px;
  height: auto;
  text-align: left;
  display: inline;
  float: left;
}
#resturantMapRight {
  width: 600px;
  height: 100vh;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline;
  float: left;
  box-sizing: border-box;
  background-color: #f1f1f1;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}


#contactCopy-R { 
	border-left: 0px solid #ccc;
}	
	
}



/* tablet Wide
--------------------------------------------- */
@media (min-width: 870px) and (max-width: 959px) {


#homeCopy { 
	width: 750px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}

#homeCopy2 { 
	width: 800px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}	
	
#contactCopy { 
	width: 750px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}
#storyCopy { 
	width: 750px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-topcallout-L { 
	width: 400px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	line-height: 36px;
}

#story-container { 
	width: 850px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 425px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 425px;
	height: auto;
	margin: 0;
	padding: 0 0 0 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 50px 0 50px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 800px;
	height: auto;
	margin: 20px auto;
	padding: 20px auto;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inline;
	float: left;
}
#eventSlideText { 
	width: 430px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
	
#homeRestaurants-Icons2 { 
	width: 300px;
	height: 200px;
	margin: 10px 15px 25 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
	
#homeRestaurants-Icons p{
	margin: 80px 0 0 0;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 22px;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 15px 40px 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
	
#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	padding: 30px;
	width: 300px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}	
	
	

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeCallouts-container-M { 
	display: none;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #006938;
}

#map-container {
  width: 800px;
  height: auto;
  min-height: 700px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  margin: 0;
  padding: 0;
  width: 300px;
  height: auto;
  text-align: left;
  display: inline;
  float: left;
}
#resturantMapRight {
  width: 500px;
  height: 100vh;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline;
  float: left;
  box-sizing: border-box;
  background-color: #f1f1f1;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

#contactCopy-R { 
	border-left: 0px solid #ccc;
}
	
	

}



/* tablet
--------------------------------------------- */
@media (min-width: 768px) and (max-width: 869px) {
	

#homeCopy { 
	width: 700px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}
	
#homeCopy2 { 
	width: 750px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}	
	
#contactCopy { 
	width: 700px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}
#storyCopy { 
	width: 700px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-topcallout-L { 
	width: 300px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	line-height: 36px;
}

#story-container { 
	width: 750px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 375px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline;
	float: left;
}
#story-callout-R { 
	width: 375px;
	height: auto;
	margin: 0;
	padding: 0 0 0 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 50px 0 50px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 700px;
	height: auto;
	margin: 20px auto;
	padding: 20px auto;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 280px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inline;
	float: left;
}
#eventSlideText { 
	width: 300px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
#homeRestaurants-Icons p{
	margin: 80px 0 0 0;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 22px;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 15px 40px 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
	
#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	padding: 30px;
	width: 300px;
	height: auto;
	margin: 30px 15px 0 15px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}	
	
	

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeCallouts-container-M { 
	display: none;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #006938;
}

#map-container {
  width: 750px;
  height: auto;
  min-height: 700px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  margin: 0;
  padding: 0;
  width: 300px;
  height: auto;
  text-align: left;
  display: inline;
  float: left;
}
#resturantMapRight {
  width: 450px;
  height: 100vh;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline;
  float: left;
  box-sizing: border-box;
  background-color: #f1f1f1;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
	
#contactCopy-R { 
	border-left: 0px solid #ccc;
}

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 668px) and (max-width: 767px) {

/* Fixed state when scrolled past */
#stickyBar.stuck {
  position: fixed;
  top: 20px; /* adjust for navbar height */
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}	

#homeCopy { 
	width: 600px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}
	
#homeCopy2 { 
	width: 650px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}	
	
#contactCopy { 
	width: 600px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}
#storyCopy { 
	width: 600px;
	height: auto;
	margin: 50px auto;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-topcallout-L { 
	width: 600px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	line-height: 36px;
}

#story-container { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 400px;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 650px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 280px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inline;
	float: left;
}
#eventSlideText { 
	width: 300px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 70px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}

#homeRestaurants-Icons { 
	width: 300px;
	height: 200px;
	margin: 20px 10px 0 10px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #333;
}
#homeRestaurants-Icons p{
	margin: 80px 0 0 0;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 22px;
}
#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 20px 10px 0 10px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	padding: 30px;
	width: 300px;
	height: auto;
	margin: 20px 10px 0 10px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}	
	
	

#homeCallouts-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeCallouts-container-M { 
	display: none;
}

#homeCallout-Ltext { 
	width: 50%;
	height: auto;
	margin: 0;
	padding: 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 50%;
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #006938;
}

#map-container {
  width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  width: 600px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
}
#resturantMapRight {
  width: 600px;
  height: 600px;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
  box-sizing: border-box;
  position: relative;
}
	
#contactCopy-R { 
	border-left: 0px solid #ccc;
}

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 568px) and (max-width: 667px) {


#homeCopy { 
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0 50px 0 50px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}

#homeCopy2 { 
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0 50px 0 50px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}
	
#contactCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 50px 0 50px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 36px;
}
#storyCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 50px 0 50px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-topcallout-L { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	line-height: 36px;
}

#story-container { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 500px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 240px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	display: none;
}
#eventSlideText { 
	width: 500px;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;

	color: #fff;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#contact-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#homeRestaurants-title { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#homeRestaurants-Icons { 
	width: 50%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #222;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#homeRestaurants-Icons p { display: none; }

#homeRestaurants-Icons img{
	position: relative;
	top: inherit;
	left: inherit;
	z-index: inherit;
}

#homeRestaurants-Icons a:hover img { opacity: inherit; }

#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 10px 0 10px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
	
	
#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	padding: 30px;
	width: 300px;
	height: auto;
	margin: 30px 10px 0 10px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}	
	

#homeCallouts-container { 
	display: none;
}
#homeCallouts-container-M { 
	display: inherit;
	width: 400px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}

#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #006938;
}

#map-container {
  width: 500px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
}
#resturantMapRight {
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
  box-sizing: border-box;
  position: relative;
}

#stickyContent {
	width: 450px;
	margin: 50px auto;
}

#contactCopy-R { 
	border-left: 0px solid #ccc;
}	
	
}



/* wide mobile
--------------------------------------------- */
@media (min-width: 481px) and (max-width: 567px) {


#homeCopy { 
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
	
#homeCopy2 { 
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}	
	
#contactCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}
	
#storyCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-topcallout-L { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	line-height: 36px;
}

#story-container { 
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 26px;
}
#team-Icons { 
	width: 200px;
	height: auto;
	margin: 30px 15px 0 15px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 400px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	max-height: 240px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	display: none;
}
#eventSlideText { 
	width: 400px;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;

	color: #fff;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#contact-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#homeRestaurants-title { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 30px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#homeRestaurants-Icons { 
	width: 50%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #222;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#homeRestaurants-Icons p { display: none; }

#homeRestaurants-Icons img{
	position: relative;
	top: inherit;
	left: inherit;
	z-index: inherit;
}

#homeRestaurants-Icons a:hover img { opacity: inherit; }

#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
	#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	padding: 30px;
	width: 300px;
	height: auto;
	margin: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
	

#homeCallouts-container { 
	display: none;
}
#homeCallouts-container-M { 
	display: inherit;
	width: 400px;
	height: auto;
	margin: 70px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}

#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #006938;
}

#mapContainer { 
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 0;
}

#resturantMapLeft {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
}
#resturantMapRight {
  width: 100%;
  height: 400px;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
  box-sizing: border-box;
  position: relative;
}

#stickyContent {
	width: 350px;
	margin: 50px auto;
}


}



/* wide mobile
--------------------------------------------- */
@media (min-width: 400px) and (max-width: 480px) {


#homeCopy { 
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0 40px 0 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
	
#homeCopy2 { 
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0 40px 0 40px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}	
	
#contactCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}
	
#contactCopy-R { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	border-left: 0px solid #ccc;
}	
	
#storyCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-topcallout-L { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	line-height: 36px;
}

#story-container { 
	width: 350px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 350px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 350px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 22px;
}
#subTeam-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 50px 0 50px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#team-Icons { 
	width: 180px;
	height: auto;
	margin: 20px 5px 0 5px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 300px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	height: auto;
	max-height: inherit;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inherit;
	float: none;
}
#eventSlideText { 
	width: 300px;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;

	color: #fff;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#contact-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#homeRestaurants-title { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#homeRestaurants-Icons { 
	width: 50%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #222;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#homeRestaurants-Icons p { display: none; }

#homeRestaurants-Icons img{
	position: relative;
	top: inherit;
	left: inherit;
	z-index: inherit;
}

#homeRestaurants-Icons a:hover img { opacity: inherit; }

#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#subRestaurants-Icons img {
	margin: 0 0 15px 0;
}

	#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	padding: 30px;	
	width: 300px;
	height: auto;
	margin: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
	
#mapContainer { 
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 0;
}	
	
#homeCallouts-container { 
	display: none;
}
#homeCallouts-container-M { 
	display: inherit;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}

#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #006938;
}

#greenBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px 0 40px 0;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#greenBTN-full {
	width: 100%;
    margin-left: 0;
    margin-right: 0;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#map-container {
  width: 400px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
}
#resturantMapRight {
  width: 100%;
  height: 400px;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
  box-sizing: border-box;
  position: relative;
}

#stickyContent {
	width: 350px;
	margin: 50px auto;
	padding: 20px 20px 20px 20px;
}

}



/* wide mobile
--------------------------------------------- */
@media (min-width: 360px) and (max-width: 399px) {


#homeCopy { 
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
	
#homeCopy2 { 
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}	
	
#contactCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}
#storyCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}

#contactCopy-R { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	border-left: 0px solid #ccc;
}
	
#story-topcallout-L { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 15;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	line-height: 36px;
}

#story-container { 
	width: 350px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 350px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 350px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 22px;
}
#subTeam-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 50px 0 50px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#team-Icons { 
	width: 180px;
	height: auto;
	margin: 20px 5px 0 5px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 300px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	height: auto;
	max-height: inherit;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inherit;
	float: none;
}
#eventSlideText { 
	width: 300px;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;

	color: #fff;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#contact-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#homeRestaurants-title { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#homeRestaurants-Icons { 
	width: 50%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #222;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#homeRestaurants-Icons p { display: none; }

#homeRestaurants-Icons img{
	position: relative;
	top: inherit;
	left: inherit;
	z-index: inherit;
}

#homeRestaurants-Icons a:hover img { opacity: inherit; }

#subRestaurants-Icons { 
	width: 300px;
	height: auto;
	margin: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
	
	#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	padding: 30px;
	width: 300px;
	height: auto;
	margin: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
	
		

#homeCallouts-container { 
	display: none;
}
#homeCallouts-container-M { 
	display: inherit;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}

#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#mapContainer { 
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 0;
}	
	
#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #006938;
}

#greenBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px 0 40px 0;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#greenBTN-full {
	width: 100%;
    margin-left: 0;
    margin-right: 0;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#map-container {
  width: 350px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
}
#resturantMapRight {
  width: 100%;
  height: 350px;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
  box-sizing: border-box;
  position: relative;
}

#stickyContent {
	width: 300px;
	margin: 50px auto;
	padding: 20px 20px 20px 20px;
}

}



/* mobile
--------------------------------------------- */
@media (max-width: 359px) {
	

#contactCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}

#contactCopy-R { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	border-left: 0px solid #ccc;
}	
	
#storyCopy { 
	width: 100%;
	height: auto;
	margin: 40px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 36px;
}
#story-topcallout-L { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline;
	float: left;
	line-height: 36px;
}

#story-container { 
	width: 280px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#story-callout-L { 
	width: 280px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inherit;
	float: none;
}
#story-callout-R { 
	width: 280px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
	font-size: 22px;
}
#subTeam-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 50px 0 50px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#team-Icons { 
	width: 180px;
	height: auto;
	margin: 20px 5px 0 5px;
	padding: 0 0 15px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

#mapContainer { 
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	line-height: 0;
}	
	
#homeEvents-container { 
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	padding: 30px 0 30px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}
#homeEvents { 
	width: 300px;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}

.eventSlide { 
	width: 100%;
	height: auto;
	max-height: inherit;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
#eventSlideImage { 
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	display: inherit;
	float: none;
}
#eventSlideText { 
	width: 300px;
	height: auto;
	margin: 0;
	padding: 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inherit;
	float: none;
}

#homeRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 30px 0 0 0;
	position: relative; 
	text-align: left;
	box-sizing: border-box;

	color: #fff;
}
#subRestaurants-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
}
#contact-container { 
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
}

#homeRestaurants-title { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 30px;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#homeRestaurants-Icons { 
	width: 100%;
	height: auto;
	margin: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background-color: #222;
	border-bottom: 1px solid #fff;
	border-right: 0px solid #fff;
}
#homeRestaurants-Icons p { display: none; }

#homeRestaurants-Icons img{
	position: relative;
	top: inherit;
	left: inherit;
	z-index: inherit;
}

#homeRestaurants-Icons a:hover img { opacity: inherit; }

#subRestaurants-Icons { 
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#subRestaurants-Icons2 { 
	background-color:#006938;
	border-radius: 15px 50px;
	padding: 30px;
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
		

	

#homeCallouts-container { 
	display: none;
}
#homeCallouts-container-M { 
	display: inherit;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #EEF6E8;
}

#homeCallout-Ltext { 
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	padding: 0 20px 0 20px;
	position: relative; 
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#homeCallout-Lphoto { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	overflow: hidden;
}

#homeSubscribe-container { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 80px 0 40px 0;
	position: relative; 
	text-align: center;
	box-sizing: border-box;
	background-color: #006938;
}

#greenBTN {
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	padding: 0;
	margin: 40px 0 40px 0;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#greenBTN-full {
	width: 100%;
    margin-left: 0;
    margin-right: 0;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#map-container {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 50px 0;
  text-align: left;
  background-color: #fff;
}
#resturantMapLeft {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
}
#resturantMapRight {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inherit;
  float: none;
  box-sizing: border-box;
  position: relative;
}

#stickyContent {
	width: 300px;
	margin: 50px auto;
	padding: 20px 20px 20px 20px;
}

}



@media (max-width: 1210px) {

.header {
	display: none;
}

#mHeader {
	display: inherit;
	width: 100%;
	height: 70px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #fff;
}

#headerWrap { 
	width: 100%;
	height: 70px;
	margin: 0; 
	position: relative;
	text-align: left;
}

#headerL { 
	width: 188px;
	height: 70px;
	text-align: left;
	margin: 0px;
	padding: 0;
	display: inline;
	float: left;
}
#headerR { 
	width: 50px;
	height: 50px;
	text-align: left;
	margin: 10px 10px 0 0;
	padding: 0;
	display: inline;
	float: right;
}

.menu-icon {
  background-color: transparent;
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.button1 {
  background-color: transparent;
  color: white;
}

.button1:focus {
  text-decoration: inherit;
  background-color: #ccc;
  outline: auto;
}

.button1:hover {
  background-color: #ccc;
  color: white;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #111;
}

.overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
  text-align: center;
  margin-top: 0px;
}

#oHeaderWrap {
	width: 100%;
	height: 70px;
	padding: 0;
	text-align: center;
}
#oHeader { 
	display: block !important;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
}	

#oHeaderL { 
	width: 188px;
	height: 70px;
	text-align: left;
	margin: 0px;
	padding: 0;
	display: inline;
	float: left;
}

#oHeaderR { 
	width: 50px;
	height: 50px;
	text-align: left;
	margin: 10px 10px 0 0;
	padding: 0;
	display: inline;
	float: right;
	font-size: 36px;
	color: #fff;
}

#navHeader { 
	width: 100%;
	height: auto;
	margin: 0; 
	position: relative; 
	text-align: left;
}

#oNavContainer {
	display: inherit;
	width: 100%;
	height: auto;
	padding: 0 30px 0 30px;
	box-sizing: border-box;
	margin: 30px 0 0 0;
	text-align: left;
}

ul.nav-list,
nav { 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	display: block; 
	height: auto; 
	float: none;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul.nav-list li.nav-item,
ul.nav-list li.nav-item-ON { 
	display: block !important; 
	text-align: left; 
	float: none !important;
}

ul.nav-list li.nav-item a { 
	display: block; 
	line-height: auto; 
	height: auto; 
	margin: 0; 
	color: #fff; 
	border-top: 1px solid #333; 
	padding: 10px 20px !important;
	text-decoration: none;
}

ul.nav-list li.nav-item a:hover { background-color: #006938; color: #fff; }
ul.nav-list li.nav-item a:focus { background-color: #006938; }

ul.nav-list li.nav-item-ON a { padding: 10px 20px; color: #fff; border-top: 1px solid #000;}
	
ul.nav-list li.nav-item:first-child a,
ul.nav-list li.nav-item-ON:first-child a
{ border: none;}

#footerR {
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
	text-align: left;
	color: #fff;
	float: left;
	display: inline;
}

}

