/* CSS Document */
/*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
/*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
/*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-family: "Avenir LT W01_35 Light1475496";
  font-size: 18px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #555759;
  list-style-type: none;
  font-weight: 300;
  border: none;
  background-repeat: no-repeat;
}

html {
  width: 100%;
}

body {
  background-color: white;
  width: 100%;
  padding-top: 120px;
}

@media screen and (max-width: 1000px) {
  body {
    padding-top: 65px;
  }
}

form input, form textarea {
  border: 1px solid black;
}

strong, .strong {
  font-family: "Avenir LT W01_55 Roman1475520";
}

h2 {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 43px;
  margin-bottom: 20px;
}

@-moz-document url-prefix() {
  h2 {
    line-height: 40px;
  }
}

_::-webkit-:not(:root:root), h2 {
  line-height: 40px;
}

h1, h2, h3 {
  font-family: "Trade Gothic W01 Cn_18";
  letter-spacing: 4px;
}

h1 strong, h1 .strong, h2 strong, h2 .strong, h3 strong, h3 .strong {
  font-family: "Trade Gothic W01 Cn_18";
  letter-spacing: inherit;
}

h1 span, h2 span, h3 span {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
}

h3 {
  letter-spacing: 1px;
}

table {
  border-collapse: collapse;
}

a, strong, .strong {
  font-size: inherit;
  color: inherit;
}

p a, p strong, li a, li strong {
  font-size: inherit;
}

p a, li a {
  text-decoration: underline;
}

p {
  font-weight: 300;
  line-height: 24px;
}

section {
  width: 100%;
}

/*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
/*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
/*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  .mobileOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .desktopOnly {
    display: none !important;
  }
}

@media screen and (min-width: 1251px) {
  .mobileOnly1250 {
    display: none !important;
  }
}

@media screen and (max-width: 1250px) {
  .desktopOnly1250 {
    display: none !important;
  }
}

.noMargin {
  margin: 0;
}

.noMarginLeft {
  margin-left: 0 !important;
}

.relative {
  position: relative;
}

.button {
  color: #555759;
  background-color: transparent;
  min-width: 100px;
  height: 86px;
  line-height: 86px;
  margin: 10px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #555759;
  transition: color 0.2s, background-color 0.2s;
  display: inline-block;
  cursor: pointer;
}

.button.rightArrow:before {
  content: "";
  background-image: url("../assets/right-arrow.png");
  background-size: 80px 80px;
  background-position: center center;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  display: inline-block;
  margin: 3px 0 0 3px;
}

.button.leftArrow:before {
  content: "";
  background-image: url("../assets/right-arrow.png");
  background-size: 80px 80px;
  background-position: center center;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  display: inline-block;
  margin: 3px 0 0 3px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.button.rightArrow.white:before {
  background-image: url("../assets/right-arrow-white.png");
}

.button.leftArrow.white:before {
  background-image: url("../assets/right-arrow-white.png");
}

.button.square {
  min-width: 0;
  height: 35px;
  width: 35px;
  padding: 0;
  margin-left: 0;
  overflow: hidden;
}

.button.square.rightArrow:before {
  display: block;
  margin: 0;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
}

.button.square.leftArrow:before {
  display: block;
  margin: 0;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
}

.button.rightArrow:not(.square):after {
  content: "";
  margin: 3px 0 0 3px;
}

.button.leftArrow:not(.square):before {
  content: "";
  margin: 3px 0 0 3px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.button.white {
  border: 1px solid white;
}

.button.square:not(.white):hover {
  background-color: #555759;
}

.button.square:not(.white):hover.rightArrow:before {
  background-image: url("../assets/right-arrow-white.png");
}

.button.square:not(.white):hover.leftArrow:before {
  background-image: url("../assets/right-arrow-white.png");
}

.button.square.white:hover.rightArrow:before {
  background-image: url("../assets/right-arrow-white.png");
}

.button.square.white:hover.leftArrow:before {
  background-image: url("../assets/right-arrow-white.png");
}

.buttonRectangle {
  font-family: "Trade Gothic W01 Cn_18";
  color: #555759;
  background-color: transparent;
  min-width: 100px;
  height: 48px;
  line-height: 50px;
  margin: 35px 0 0 0;
  padding: 0 5px 0 18px;
  text-align: center;
  border: 1px solid #555759;
  transition: color 0.2s, background-color 0.2s;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.buttonRectangle.rightArrow.after:after {
  content: "";
  background-image: url("../assets/right-arrow.png");
  background-size: 40px 40px;
  background-position: center center;
  width: 40px;
  height: 40px;
  vertical-align: -11px;
  display: inline-block;
}

.buttonRectangle.white {
  border: 1px solid white;
  color: white;
}

.buttonRectangle.white.rightArrow.after:after {
  background-image: url("../assets/right-arrow-white.png");
}

.buttonRectangle:hover {
  color: white;
  background-color: #555759;
  border: 1px solid #555759;
}

.buttonRectangle:hover.rightArrow.after:after {
  background-image: url("../assets/right-arrow-white.png");
}

#findBox .buttonRectangle:hover, #b2b .buttonRectangle:hover {
  color: #555759 !important;
  background-color: white !important;
  border: 1px solid white !important;
}

#findBox .buttonRectangle:hover.after:after, #b2b .buttonRectangle:hover.after:after {
  background-image: url("../assets/right-arrow.png") !important;
}

.b_close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.b_close:before, .b_close:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: white;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  left: 50%;
  top: 50%;
}

.b_close:before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.b_close:after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}

.ui-tooltip {
  width: auto !important;
  max-width: 1000px !important;
  border: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(80, 80, 80, 0.7);
  -moz-box-shadow: 0px 2px 5px 0px rgba(80, 80, 80, 0.7);
  box-shadow: 0px 2px 5px 0px rgba(80, 80, 80, 0.7);
}

.ui-tooltip, .arrow:after {
  background: white;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(80, 80, 80, 0.7);
  -moz-box-shadow: 0px 2px 5px 0px rgba(80, 80, 80, 0.7);
  box-shadow: 0px 2px 5px 0px rgba(80, 80, 80, 0.7);
}

.ui-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  bottom: -16px;
}

.ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}

.ui-tooltip .arrow.left {
  left: 20%;
}

.ui-tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}

.toolTip {
  font-size: 17px;
  padding: 30px 40px 30px 40px;
}

.toolTip * {
  font-size: 17px;
}

.toolTip table {
  width: 390px;
  margin-bottom: 15px;
}

.toolTip table th, .toolTip table td {
  padding-right: 5px;
  text-align: left;
}

.toolTip table th {
  font-family: "Trade Gothic W01 Cn_18" !important;
}

.toolTip table th {
  height: 30px;
}

.toolTip table td {
  height: 25px;
}

.toolTip table * {
  font-size: 18px;
}

.toolTip > span {
  font-size: 17px;
  font-family: "Avenir LT W01_55 Roman1475520";
}

.toolTip .icons {
  display: inline-block;
}

.toolTip .icons span {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  background-color: #555759;
  margin-right: 7px;
  display: inline-block;
  border-radius: 50%;
  text-transform: uppercase;
}

.toolTip .part1 {
  max-width: 500px;
}

.toolTip .allergens {
  max-width: 375px;
  margin-bottom: 10px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-radius: 0;
}

.ui-state-default {
  background: none;
  border: 1px solid white;
}

.ui-state-default .ui-icon {
  width: 30px;
  height: 20px;
  background-image: url("../assets/select-arrow.png");
  background-size: 30px 20px;
}

.ui-state-default .ui-icon-triangle-1-s {
  background-position: center center;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0 20px;
  height: 83px;
  font-size: 25px;
  line-height: 83px;
}

.ui-selectmenu-button span.ui-icon {
  right: 30px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none;
  background-color: #FFC627;
}

.page_contact .ui-state-default {
  background: none;
  border: 1px solid #555759;
}

.page_contact .ui-state-hover, .page_contact .ui-widget-content .ui-state-hover, .page_contact .ui-widget-header .ui-state-hover, .page_contact .ui-state-focus, .page_contact .ui-widget-content .ui-state-focus, .page_contact .ui-widget-header .ui-state-focus {
  background: none;
  background-color: #555759;
}

.page_contact .ui-state-hover .ui-selectmenu-text, .page_contact .ui-widget-content .ui-state-hover .ui-selectmenu-text, .page_contact .ui-widget-header .ui-state-hover .ui-selectmenu-text, .page_contact .ui-state-focus .ui-selectmenu-text, .page_contact .ui-widget-content .ui-state-focus .ui-selectmenu-text, .page_contact .ui-widget-header .ui-state-focus .ui-selectmenu-text {
  color: white;
}

.page_contact .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0 20px;
  font-size: 25px;
}

.ui-menu .ui-menu-item {
  padding: 10px 20px;
}

/*
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
*/
/* checkbox */
.cl_checkbox {
  display: inline-block;
  margin-left: 0 !important;
}

.cl_checkbox .fa {
  display: inline-block;
  text-align: center;
  color: #555759;
  font-family: "Avenir LT W01_55 Roman1475520";
}

.cl_checkbox .fa-stack {
  width: 20px;
}

.cl_checkbox .fa-square-o:before {
  color: transparent;
  content: "X";
  display: inline-block;
  width: 19px;
  height: 20px;
  border: 2px solid #555759;
  padding: 0 0 0 1px;
}

.cl_checkbox > .fa-check-square-o:before {
  content: "X";
  display: inline-block;
  width: 19px;
  height: 20px;
  border: 2px solid #555759;
  padding: 0 0 0 1px;
}

@media screen and (max-width: 768px) {
  .button.square {
    height: 40px;
    width: 40px;
  }
  .button.square.rightArrow {
    height: 40px;
    width: 40px;
  }
  .button.rightArrow:before {
    background-size: 46px 46px;
    width: 46px;
    height: 46px;
    margin: 0 0 0 2px;
    vertical-align: 8px;
  }
  .button.leftArrow:before {
    background-size: 46px 46px;
    width: 46px;
    height: 46px;
    margin: 0 0 0 2px;
    vertical-align: 8px;
  }
  .button.rightArrow:after {
    background-size: 46px 46px;
    width: 46px;
    height: 46px;
    margin: 0 0 0 2px;
    vertical-align: 8px;
  }
  .button.leftArrow:after {
    background-size: 46px 46px;
    width: 46px;
    height: 46px;
    margin: 0 0 0 2px;
    vertical-align: 8px;
  }
  .button.square.rightArrow:before, .button.square.leftArrow:before, .button.square:before {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
  .buttonRectangle {
    letter-spacing: 0.5px;
  }
  .ui-selectmenu-button span.ui-selectmenu-text {
    height: 43px;
    font-size: 16px;
    line-height: 43px;
  }
  .ui-menu .ui-menu-item {
    font-size: 16px;
  }
  .ui-selectmenu-button span.ui-icon {
    right: 10px;
  }
}

/*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
/*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
/*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
body.home.cookies-not-accepted {
  padding-top: 165px;
}

body.home.cookies-not-accepted header {
  top: 75px !important;
}

#cookie-notice {
  height: 75px !important;
  background-color: #555759 !important;
}

#cookie-notice .cookie-notice-container {
  padding: 0;
  color: white;
  font-size: 17px;
  position: relative;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
}

#cookie-notice .cookie-notice-container a {
  text-decoration: underline;
  margin: 0 5px;
  white-space: nowrap;
}

#cookie-notice span {
  color: white;
  font-size: 17px;
}

#cookie-notice #cn-accept-cookie {
  text-decoration: none;
  font-size: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -30px;
  cursor: pointer;
}

#cookie-notice #cn-accept-cookie:before, #cookie-notice #cn-accept-cookie:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: white;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  left: 50%;
  top: 50%;
}

#cookie-notice #cn-accept-cookie:before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

#cookie-notice #cn-accept-cookie:after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #cookie-notice {
    height: 150px;
    line-height: normal;
  }
}

#mainNav {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: white;
  z-index: 10;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#mainNav *:not(.fa) {
  font-family: "TradeGothicW01-BoldCn20_675334";
}

#mainNav .content {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}

#mainNav #logoHeader {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 21px;
}

#mainNav #logoHeader img {
  display: block;
  width: 200px;
}

#mainNav .menu-header-menu-container {
  display: inline-block;
  height: 100%;
}

#mainNav ul.menu {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  height: 120px;
}

#mainNav ul.menu > li {
  display: inline-block;
  margin: 0 38px 0 0;
  text-align: center;
  height: 100%;
  position: relative;
  line-height: 120px;
}

#mainNav ul.menu > li a {
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
}

#mainNav ul.menu > li a:hover {
  opacity: .6;
}

#mainNav ul.menu > li:last-child {
  display: none;
}

#mainNav .icons {
  float: right;
  margin-right: 28px;
  line-height: 120px;
}

#mainNav .icons a:hover {
  opacity: .6;
}

#mainNav .icons i.fa {
  color: #555759;
  font-size: 23px;
  margin-left: 7px;
}

#mainNav .icons a:first-child {
  text-transform: uppercase;
  color: #555759;
  margin-right: 40px;
  font-size: 20px;
}

#mainNav .icons a:first-child i.fa {
  margin-right: 15px;
}

#mainNav #searchMagnifier {
  width: 90px;
  height: 120px;
  cursor: pointer;
  float: right;
  background-color: #555759;
  position: relative;
  z-index: 10;
}

#mainNav #searchMagnifier > img {
  display: block;
  width: 100%;
  margin-top: 15px;
}

#mainNav #searchMagnifier:hover {
  opacity: .6;
}

#mainNav #searchMagnifier:hover * {
  opacity: .6;
}

#mainNav #searchArea {
  display: none;
  background-color: white;
  min-width: calc(50% - 120px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 110px;
  text-align: right;
  z-index: 1;
  /*
		//small laptops
		@media screen and (max-width:1150px){
			top:90px;
			width:100%;
			background-color:#f6f6f6;
		}
		*/
}

#mainNav #searchArea form {
  border-bottom: 1px solid #999999;
  width: 280px;
  height: 30px;
  margin-top: 43px;
  float: right;
  margin-left: 10px;
}

#mainNav #searchArea form input {
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606060;
  border: none;
  font-family: "Avenir LT W01_35 Light1475496";
  background-color: transparent;
}

#mainNav #searchArea form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #606060;
}

#mainNav #searchArea form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #606060;
  opacity: 1;
}

#mainNav #searchArea form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #606060;
}

.backDim {
  display: none;
}

#mobileNavContent {
  transition: left 0.3s;
  left: -100% !important;
}

#mobileNavBody {
  left: -100% !important;
  transition: left 0.3s;
}

body.mobileMenuOpened #mobileNav > header {
  background-color: #f3f4f6 !important;
}

body.mobileMenuOpened .backDim {
  display: block;
}

body.mobileMenuOpened #mobileNavContent {
  left: 0 !important;
}

body.mobileMenuOpened #mobileNavBody {
  left: 0 !important;
}

@media screen and (min-width: 769px) {
  .backDim {
    display: none !important;
  }
}

.backDim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

#mobileNav {
  height: 65px;
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#mobileNav #logoHeaderMobile {
  width: 110px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

#mobileNav #logoHeaderMobile img {
  width: 100%;
  display: block;
}

#mobileNav #searchAreaMobile {
  display: none;
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 65px;
  left: 0;
  height: 65px;
  background-color: #555759;
}

#mobileNav #searchAreaMobile * {
  color: white;
}

#mobileNav #searchAreaMobile form {
  margin-top: 18px;
  margin-left: 25px;
}

#mobileNav #searchAreaMobile form input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-family: "Avenir LT W01_35 Light1475496";
  background-color: #555759;
}

#mobileNav #searchAreaMobile form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
}

#mobileNav #searchAreaMobile form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}

#mobileNav #searchAreaMobile form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

#mobileNav #searchAreaMobile .b_close {
  top: 14px;
}

#mobileNav > header {
  width: 100%;
  background-color: white;
  height: 65px;
  line-height: 65px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4px;
  position: relative;
}

#mobileNav > header .fa-bars {
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 8px;
}

#mobileNav > header .search {
  margin-left: 15px;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}

#mobileNav > header .search img {
  width: 100%;
  display: block;
}

#mobileNav > header .delivery {
  float: right;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  margin-top: 15px;
}

#mobileNav > header .delivery img {
  width: 100%;
  display: block;
}

#mobileNav > header .find {
  float: right;
  margin-right: 8px;
  font-size: 30px;
}

#mobileNav .content {
  width: 80%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#mobileNav .content header {
  position: relative;
  z-index: 1;
  height: 65px;
  line-height: 65px;
  background-color: white;
  display: block;
  text-align: right;
}

#mobileNav .content header .fa-bars {
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

#mobileNav .content #mobileNavBody {
  overflow: auto;
  top: 65px;
  left: 0;
  bottom: 0;
  position: fixed;
  background-color: #f1f1f1;
  width: 80%;
}

#mobileNav .content #mobileNavBody ul {
  display: block;
  padding: 0 26px;
}

#mobileNav .content #mobileNavBody ul li {
  display: block;
  min-height: 95px;
  line-height: 95px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #909090;
}

#mobileNav .content #mobileNavBody ul li span {
  width: 100%;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.5px;
}

#mobileNav .content #mobileNavBody ul li a {
  font-family: "Trade Gothic W01 Cn_18";
  text-transform: uppercase;
  text-decoration: none;
}

#mobileNav .content #mobileNavBody .menu-footer-menu-container ul li {
  height: 65px;
  line-height: 65px;
  min-height: 65px;
}

#mobileNav .content #mobileNavBody .menu-footer-menu-container ul li a {
  font-size: 16px;
  text-transform: none;
}

#mobileNav .content #mobileNavBody .menu-footer-menu-container li:last-of-type {
  border: none;
}

#mobileNav .content #mobileNavBody .icons {
  text-align: center;
  padding: 12px 0;
}

#mobileNav .content #mobileNavBody .icons span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

#mobileNav .content #mobileNavBody .icons a {
  margin: 0 3px;
}

#mobileNav .content #mobileNavBody .icons i {
  font-size: 28px;
}

@media screen and (min-width: 1001px) {
  #mainNav {
    display: block;
  }
  #mobileNav {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  #mainNav {
    display: none;
  }
  #mobileNav {
    display: block;
  }
}

@media screen and (max-width: 1350px) {
  #mainNav ul.menu {
    margin-left: 20px;
  }
  #mainNav ul.menu > li {
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 1130px) {
  #mainNav ul.menu {
    margin-left: 10px;
  }
  #mainNav ul.menu > li {
    margin: 0 10px 0 0;
  }
  #mainNav .icons {
    margin-right: 15px;
  }
  #mainNav .icons a:first-child {
    margin-right: 30px;
  }
}

/*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
/*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
/*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  height: 165px;
  border-bottom: 3px solid #555759;
  padding-top: 30px;
}

footer #backToTop {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 30px;
  color: #555759;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-family: "Trade Gothic W01 Cn_18";
  background-color: transparent;
  min-width: 100px;
  height: 48px;
  line-height: 49px;
  padding: 0 5px 0 12px;
  text-align: center;
  border: 1px solid #555759;
  transition: color 0.2s, background-color 0.2s;
}

footer #backToTop:after {
  content: "";
  background-image: url("../assets/right-arrow.png");
  background-size: 40px 40px;
  background-position: center center;
  width: 40px;
  height: 40px;
  vertical-align: -12px;
  display: inline-block;
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}

footer #backToTop:hover {
  background-color: #555759;
  color: white;
}

footer #backToTop:hover:after {
  background-image: url("../assets/right-arrow-white.png");
}

footer .left {
  float: left;
  margin-left: 50px;
  min-height: 70px;
}

footer .left .icons {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 25px;
}

footer .left .icons a:hover {
  opacity: .6;
}

footer .left .icons i.fa {
  color: #555759;
  font-size: 23px;
  margin-left: 7px;
}

footer .left .icons a:first-child {
  text-transform: uppercase;
  color: #555759;
  margin-right: 40px;
  font-size: 20px;
  font-family: "Trade Gothic W01 Cn_18";
}

footer .left .icons a:first-child i.fa {
  margin-right: 15px;
}

footer .right {
  margin-right: 50px;
  float: right;
  width: 250px;
  text-align: right;
}

footer .right img {
  width: 160px;
}

footer .bottom {
  clear: both;
}

footer .bottom #copyright {
  float: left;
  margin-left: 50px;
  font-size: 14px;
}

footer .bottom #footerNav {
  float: right;
  text-align: right;
  margin-right: 50px;
}

footer .bottom #footerNav li {
  padding: 0 0 0 22px;
  display: inline-block;
  font-size: 0;
}

footer .bottom #footerNav a {
  text-decoration: none;
  font-size: 14px;
}

footer .bottom #footerNav a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  footer #footerNav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 8px;
    height: 110px;
    border-bottom: none;
  }
  footer #backToTop {
    position: relative;
    top: auto;
    font-size: 16px;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
  }
  footer #backToTop:after {
    display: none;
  }
  footer #backToTop:hover {
    background-color: transparent;
    color: #555759;
  }
  footer .left, footer .right {
    display: none;
  }
  footer .bottom #copyright {
    float: none;
    margin: 5px 0 0 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
  }
  footer .bottom #copyright span {
    display: inline-block;
    margin-top: 8px;
  }
}

/*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
/*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
/*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
span.edit-link {
  display: none;
}

.w1140 {
  max-width: 1140px;
  margin: 0 auto;
}

#container > .w1140 {
  max-width: 3000px;
}

#welcome {
  height: 270px;
  background-color: #eeeeee;
  position: relative;
}

#welcome > img {
  display: none;
}

#welcome .vignetteContent {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px 40px 30px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  /*
		*:not(br){
			text-transform:uppercase;
			display:inline;
		}*/
}

#welcome .vignetteContent:hover {
  background-color: white;
}

#welcome .vignetteContent h1, #welcome .vignetteContent h2, #welcome .vignetteContent p {
  text-transform: uppercase;
  display: inline;
}

#welcome h1, #welcome h2 {
  font-size: 50px;
}

#welcome p {
  font-family: "Trade Gothic W01 Cn_18";
  font-size: 19px;
}

@media screen and (max-width: 1000px) {
  #welcome {
    height: 190px;
  }
  #welcome .vignetteContent {
    line-height: 35px;
    padding: 20px;
  }
  #welcome h1, #welcome h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  #welcome {
    height: 190px;
  }
  #welcome .vignetteContent {
    line-height: 30px;
    padding: 31px 40px;
  }
  #welcome h1, #welcome h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  #welcome .button {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.innerVignette > img {
  display: none;
}

#signUp {
  clear: both;
  background-color: #FFC627;
  padding: 45px 210px 10px 210px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#signUp .w1140 {
  max-width: 1010px;
}

#signUp .w1140 > h2 {
  font-size: 45px;
  margin-bottom: 22px;
}

#signUp .w1140 > p {
  line-height: 30px;
  font-size: 22px;
}

#signUp .w1140 {
  /*
			h2{
				font-size:60px;
				line-height:50px;
			}*/
}

#signUp * {
  color: white;
}

#signUp form {
  padding: 32px 0 0 0;
  width: 100%;
  margin: 0 auto;
}

#signUp form label {
  display: none;
}

#signUp form input[type=text], #signUp form input[type=email] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 85px;
  line-height: 85px;
  padding: 0 20px;
  border: 1px solid white;
  width: 100%;
  font-size: 22px;
  background-color: transparent;
}

#signUp form input[type=email] {
  width: 100%;
}

#signUp form input::-webkit-input-placeholder {
  color: white;
}

#signUp form input::-moz-placeholder {
  color: white;
  opacity: 1;
}

#signUp form input:-ms-input-placeholder {
  color: white;
}

#signUp form span#send {
  text-transform: uppercase;
  margin-right: 20px;
  font-family: "Avenir LT W01_55 Roman1475520";
}

#signUp form input[type=submit] {
  background-color: transparent;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border: 1px solid white;
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  background-image: url("../assets/right-arrow-white.png");
  background-size: 80px 80px;
  background-position: center center;
}

#signUp form input[type=submit]:hover {
  background-image: url("../assets/right-arrow.png");
  background-color: white;
}

#signUp form p {
  margin-bottom: 36px;
  overflow: auto;
}

#signUp form p:first-of-type {
  /*
				input:last-of-type{
					width:calc(50% - 18px);//49%;
					float:right;
				}	*/
}

#signUp form p:first-of-type > input:first-of-type {
  width: calc(50% - 18px);
  float: left;
}

#signUp form p:last-of-type {
  overflow: hidden;
}

#signUp form p:last-of-type > input:first-of-type {
  width: calc(50% - 18px);
  float: left;
  margin-right: 36px;
}

#signUp form p:last-of-type select {
  width: calc(50% - 138px);
  float: left;
}

#signUp form p:last-of-type input:last-of-type {
  float: right;
}

#signUp form p span.birthday {
  width: calc(50% - 18px);
  float: right;
  display: inline-block;
  position: relative;
}

#signUp form p span.birthday input {
  width: calc(50% - 18px);
}

#signUp form p span.birthday input:last-of-type {
  float: right;
}

#signUp form p span.birthday:after {
  content: "/";
  color: white;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

#signUp form .ui-selectmenu-button {
  width: 100%;
  box-sizing: border-box;
}

#signUp iframe {
  width: 100%;
  height: 350px;
}

#signUp .ui-selectmenu-button span.ui-selectmenu-text {
  font-size: 22px;
}

#instagramFeed {
  padding: 5px 0 3px 0;
}

#instagramFeed .AlpinePhotoTiles_inpost_container {
  padding-bottom: 0;
}

#instagramFeed a {
  background-color: #8dc63f;
  position: relative;
}

#instagramFeed a img {
  margin: 0 !important;
  display: block;
  width: 100%;
}

#instagramFeed a:hover img {
  opacity: 0.1;
}

#instagramFeed a .hover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
  overflow: hidden;
}

#instagramFeed a .hover i {
  font-size: 32px;
  color: white;
  margin-right: 10px;
  vertical-align: -4px;
}

#instagramFeed a .hover span {
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Cn_18";
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  font-size: 23px;
  color: white;
}

.halfWidth {
  width: 50%;
  height: 530px;
  float: left;
}

.promoBox {
  height: 100% !important;
  background-color: #eeeeee;
}

.promoBox > img {
  display: none;
}

.promoBox .vignetteContent {
  font-size: 64px;
  text-transform: uppercase;
  padding: 0 70px 0 110px;
  color: #555759;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 40px 45px 45px 45px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s;
  width: 60%;
  font-family: "Trade Gothic W01 Cn_18";
  font-size: 50px;
  line-height: 45px;
  padding-right: 100px;
}

.promoBox .vignetteContent:hover {
  background-color: white;
}

.promoBox .vignetteContent strong {
  font-family: inherit;
}

.promoBox .button {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 35px;
  display: block;
  margin: 0;
}

.halfWidth:nth-child(2n+1) .button {
  /*
		&:before{
			//flip
			-webkit-transform: scale(-1, 1);
			-ms-transform: scale(-1, 1);
			transform: scale(-1, 1);
		}
		*/
}

#findBox {
  height: 525px;
  clear: both;
  position: relative;
  background-color: #eeeeee;
}

#findBox > img {
  display: none;
}

#findBox .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(141, 198, 63, 0.8);
}

#findBox .text {
  position: relative;
  margin: 0 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 425px;
  border: 1px solid white;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 45px 60px 0 60px;
  /*
		@media screen and (max-width:1415px){
			
			h2{
				font-size:60px;
				line-height:50px;
			}

			h2{ @-moz-document url-prefix() {line-height:38px;}}//firefox only
			_::-webkit-:not(:root:root), h2 {line-height:38px;}//safari only

		}
		*/
}

#findBox .text .innerText {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
}

#findBox .text * {
  color: white;
}

#findBox .text h2 {
  font-size: 50px;
  line-height: 50px;
}

@-moz-document url-prefix() {
  #findBox .text h2 {
    line-height: 45px;
  }
}

#findBox .text _::-webkit-:not(:root:root), #findBox .text h2 {
  line-height: 45px;
}

#findBox .text h2, #findBox .text p {
  max-width: 45%;
}

.item {
  float: left;
  width: 360px;
  height: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}

.item .header {
  min-height: 195px;
  margin-bottom: 20px;
}

.item h3, .item p {
  font-size: 21px;
  line-height: 22px;
}

.item h3 {
  font-family: "Trade Gothic W01 Cn_18";
  text-transform: uppercase;
  margin-bottom: 10px;
}

.item p {
  font-size: 17px;
}

.item .price {
  font-family: "Trade Gothic W01 Cn_18";
  min-height: 35px;
  margin: 0;
}

.item .infoButton {
  display: block;
  cursor: pointer;
  width: 30px;
}

.item .data {
  display: none;
}

@media screen and (min-width: 769px) {
  .item.hoverEffect:hover {
    background-color: #F1F1F1;
  }
}

@media screen and (max-width: 1250px) {
  #signUp {
    padding: 55px 100px;
  }
}

@media screen and (max-width: 768px) {
  .halfWidth {
    width: 100%;
    height: 375px;
    float: none;
  }
  .promoBox .vignetteContent {
    padding: 30px 25px !important;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    width: 70%;
  }
  .promoBox .vignetteContent .button {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-top: 15px;
    position: relative;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
  }
  #signUp {
    padding: 25px;
    min-height: 0;
  }
  #signUp * {
    text-shadow: none !important;
  }
  #signUp .w1140 > h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  #signUp .w1140 > p {
    font-size: 18px;
    line-height: 21px;
  }
  #signUp form {
    padding: 30px 0 0 0;
  }
  #signUp form input[type=text], #signUp form input[type=email] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  #signUp form p {
    margin-bottom: 20px;
  }
  #signUp form p:first-of-type input:first-of-type {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #signUp form p:first-of-type input:last-of-type {
    width: 100%;
    float: none;
  }
  #signUp form p span.birthday {
    width: 100%;
  }
  #signUp form p span.birthday:after {
    display: none;
  }
  #signUp form p:last-of-type > input:first-of-type {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #signUp form p:last-of-type select {
    width: 100%;
    float: none;
  }
  #signUp form p:last-of-type input:last-of-type {
    float: none;
  }
  #signUp form input[type=submit] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-size: 45px 45px;
    margin-top: 20px;
  }
  #instagramFeed .mobileOnly {
    padding: 20px 25px;
    font-size: 22px;
    background-color: white;
    color: #555759;
  }
  #instagramFeed .mobileOnly i {
    font-size: 40px;
    color: #555759;
    margin-right: 10px;
    margin-bottom: 2px;
    vertical-align: -4px;
    display: block;
  }
  #instagramFeed .mobileOnly a {
    font-family: "Trade Gothic W01 Cn_18";
    text-transform: uppercase;
    background-color: white;
    font-size: 29px;
    color: #555759;
    letter-spacing: 3px;
  }
  #instagramFeed .AlpinePhotoTiles_cascade_column {
    width: 100% !important;
  }
  #instagramFeed .AlpinePhotoTiles_cascade_column a {
    margin-bottom: 5px !important;
  }
  #instagramFeed .AlpinePhotoTiles_cascade_column a img {
    width: 100%;
  }
  #instagramFeed .AlpinePhotoTiles_cascade_column a .hover {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px;
    text-align: left;
    overflow: hidden;
  }
  #instagramFeed .AlpinePhotoTiles_cascade_column a .hover span {
    display: none;
  }
  #instagramFeed .AlpinePhotoTiles_cascade_column a:hover .hover {
    display: block;
  }
  #instagramFeed .AlpinePhotoTiles_container_class .AlpinePhotoTiles_cascade_column {
    display: none;
  }
  #instagramFeed .AlpinePhotoTiles_container_class .AlpinePhotoTiles_cascade_column:nth-child(1) {
    display: block;
  }
  #findBox {
    height: 270px;
  }
  #findBox > img {
    display: none;
  }
  #findBox .left {
    width: 100%;
  }
  #findBox .text {
    height: 215px;
    margin: 0 25px;
    padding: 40px 20px;
    max-width: 100%;
  }
  #findBox .text h2 {
    font-size: 32px;
    line-height: 32px;
  }
  #findBox .text p {
    display: none;
  }
  #findBox .text h2, #findBox .text p {
    max-width: 100%;
  }
  #findBox .text a {
    margin: 0;
  }
  .item {
    width: 100% !important;
    height: auto;
    float: none;
    padding: 23px 25px 0 25px !important;
    margin-bottom: 20px;
  }
  .item .header {
    min-height: 0;
    margin-bottom: 18px;
  }
  .item .price {
    min-height: 30px;
  }
  .item h3 {
    font-size: 16px;
  }
  .item p {
    font-size: 16px;
    line-height: 20px;
  }
  #tableSliderCategories {
    position: relative;
    margin: 0px auto;
    overflow: auto;
    display: block;
    height: 180px;
    border: none;
    border-collapse: collapse;
  }
  #tableSliderCategories .sliderContent td div {
    display: block;
    width: 106px;
    height: 180px;
    text-align: center;
    padding: 40px 3px 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tableSliderCategories .sliderContent td a {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Trade Gothic W01 Cn_18";
    display: inline-block;
    line-height: 15px;
    letter-spacing: 1px;
  }
  #tableSliderCategories .sliderContent td img {
    width: 100px;
    max-width: 100%;
  }
  #tableSliderCategories .sliderContent td .title {
    padding: 0 3px;
  }
  #tableSliderCategories .sliderContent td.active * {
    color: #8dc63f;
  }
  #tableSliderCategories td {
    border: none;
  }
  #tableSliderCategories td.prev, #tableSliderCategories td.next {
    width: 30px;
    text-align: center;
    vertical-align: middle;
  }
  #tableSliderCategories td.prev i, #tableSliderCategories td.next i {
    cursor: pointer;
    font-size: 46px;
  }
  #tableSliderCategories td.prev.disabled, #tableSliderCategories td.next.disabled {
    opacity: 0.3;
    cursor: auto;
  }
  #tableSliderCategories .sliderContent {
    display: block;
  }
  #tableSliderCategories .sliderContent > div {
    overflow: hidden;
  }
  #tableSliderCategories .sliderContent table {
    transition: margin-left 0.4s;
    border-collapse: collapse;
  }
  .greenBar {
    height: 37px;
    line-height: 37px;
    color: white;
    font-family: "Trade Gothic W01 Cn_18";
    background-color: #8dc63f;
    cursor: pointer;
    text-align: left;
    padding: 0 25px;
  }
  .greenBar > span {
    font-size: 18px;
    font-family: inherit;
    text-transform: uppercase;
  }
  .greenBar > span span {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: 1px;
  }
  .greenBar * {
    color: inherit;
  }
}

#container.home {
  /*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
  /*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
  /*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
}

#container.home #homeSlider h2 {
  font-size: 50px !important;
  display: block !important;
  padding: 40px;
  margin: 0 auto;
  color: #555759 !important;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s;
  text-align: left !important;
  line-height: 48px;
  position: relative;
  padding-right: 150px !important;
  text-transform: none;
}

#container.home #homeSlider h2:hover {
  background-color: white;
}

@media screen and (max-width: 1415px) {
  #container.home #homeSlider h2 {
    padding: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1250px) {
  #container.home #homeSlider h2 {
    padding: 20px;
    line-height: 50px;
  }
}

#container.home #homeSlider h2:after {
  content: "";
  background-image: url("../assets/right-arrow.png");
  background-size: 40px 40px;
  background-position: center center;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  display: block;
  border: 1px solid #555759;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 40px;
}

#container.home #homeSlider h2.noArrow {
  padding-right: 45px !important;
}

#container.home #homeSlider h2.noArrow:after {
  display: none;
}

#container.home #homeSlider h2:hover:after {
  background-color: #555759;
  background-image: url("../assets/right-arrow-white.png");
}

#container.home #homeSlider img {
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s;
}

#container.home #homeSlider .n2-ss-layer {
  margin-top: -3% !important;
}

#container.home #homeSlider .locator {
  width: 100% !important;
  left: 0 !important;
  top: auto !important;
  bottom: 20px !important;
  background-color: rgba(141, 198, 63, 0.8);
  height: 70px;
  line-height: 70px;
}

#container.home #homeSlider .locator a {
  font-size: 19px;
  color: white;
  border: 1px solid white;
  padding: 14px 30px;
  font-family: "Trade Gothic W01 Cn_18";
  text-transform: uppercase;
}

#container.home #homeVignette {
  height: 520px;
  position: relative;
}

#container.home #homeVignette > img {
  display: none;
}

#container.home #homeVignette h2 {
  display: inline;
}

#container.home #homeVignette .vignetteContent {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s;
}

#container.home #homeVignette .vignetteContent .button {
  margin: 40px 0 0 0;
  display: block;
}

#container.home #homeVignette .vignetteContent:hover {
  background-color: white;
}

#container.home #follow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 540px;
  background-image: url(../assets/bg-follow.png);
  background-repeat: repeat;
  float: left;
  padding: 0 50px;
  position: relative;
}

#container.home #follow .widgettitle {
  display: none;
}

#container.home #follow .tweet-details {
  display: none;
}

#container.home #follow .latest-tweets p {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 28px;
}

#container.home #follow .latest-tweets p a {
  word-break: break-all;
}

#container.home #follow > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #555759;
  padding: 42px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*
		@media screen and (max-width:1470px){
			padding:35px 50px;
		}
		
		@media screen and (max-width:1350px){
			padding:30px 40px;
		}
		*/
  /*
		h2{
			font-size:64px;
			margin-bottom:20px;
			line-height: 50px;
		//	font-family:$bold;
		}
		*/
}

#container.home #follow > div h2 {
  font-size: 45px;
  line-height: 43px;
  margin-bottom: 10px;
}

@-moz-document url-prefix() {
  #container.home #follow > div h2 {
    line-height: 40px;
  }
}

#container.home #follow > div _::-webkit-:not(:root:root), #container.home #follow > div h2 {
  line-height: 40px;
}

#container.home #follow > div > a:first-of-type {
  color: #97c539;
  font-family: "Trade Gothic W01 Cn_18";
  font-size: 29px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
}

#container.home #follow > div > p {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 22px;
}

#container.home #follow > div .button {
  margin-bottom: 0;
}

#container.home #promoBox {
  width: 50%;
  height: 540px;
  float: right;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#container.home #promoBox > img {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

#container.home #promoBox h2 {
  margin-bottom: 0;
}

@-moz-document url-prefix() {
  #container.home #promoBox h2 {
    line-height: 40px;
  }
}

#container.home #promoBox _::-webkit-:not(:root:root), #container.home #promoBox h2 {
  line-height: 40px;
}

#container.home #promoBox {
  /*
		h2{
			font-size:60px;
			line-height:50px;
		}
		
		h2{ @-moz-document url-prefix() {line-height:38px;}}//firefox only
		_::-webkit-:not(:root:root), h2 {line-height:38px;}//safari only
*/
}

#container.home #promoBox > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s;
}

#container.home #promoBox > div:hover {
  background-color: white;
}

@media screen and (max-width: 1250px) {
  #container.home {
    /*
#findBox .text{
	max-width:45%;
	padding: 25px 25px 0 25px;
	
	h2 {
	    font-size: 55px;
	    line-height: 42px;
	}
}
*/
  }
  #container.home #homeSlider h2 {
    font-size: 65px !important;
  }
  #container.home #categoriesMenu ul li .title span {
    font-size: 19px;
    line-height: 20px;
  }
  #container.home #homeVignette h2 {
    font-size: 50px;
    line-height: 55px;
  }
  #container.home #homeVignette p {
    font-size: 40px;
  }
  @-moz-document url-prefix() {
    #container.home #homeVignette h2 {
      line-height: 40px;
    }
  }
  #container.home #homeVignette _::-webkit-:not(:root:root), #container.home #homeVignette h2 {
    line-height: 40px;
  }
}

@media screen and (max-width: 1250px) and (max-width: 1415px) {
  #container.home #homeVignette h2 {
    font-size: 60px;
    line-height: 50px;
  }
  @-moz-document url-prefix() {
    #container.home #homeVignette h2 {
      line-height: 38px;
    }
  }
  #container.home #homeVignette _::-webkit-:not(:root:root), #container.home #homeVignette h2 {
    line-height: 38px;
  }
}

@media screen and (max-width: 1250px) {
  #container.home #follow {
    padding: 0 40px;
  }
  #container.home #follow .latest-tweets p {
    font-size: 20px;
    line-height: 30px;
  }
  #container.home #follow > div {
    padding: 20px;
  }
  #container.home #follow > div h2 {
    font-size: 50px;
    line-height: 40px;
  }
  #container.home #follow > div > p {
    font-size: 26px;
    line-height: 30px;
  }
  #container.home #follow > div .button {
    margin-bottom: 0;
  }
  #container.home #promoBox h2 {
    font-size: 50px;
    line-height: 42px;
  }
}

@media screen and (max-width: 768px) {
  #container.home #follow > div {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  #container.home #homeSlider h2 {
    font-size: 40px !important;
    line-height: 36px;
    padding: 15px;
    padding-right: 15px !important;
    text-align: center !important;
  }
  #container.home #homeSlider h2.noArrow {
    padding-right: 15px !important;
  }
  #container.home #homeSlider h2:after {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-top: 15px;
    position: relative;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
  }
}

body.menuFiltersOpen .fwp-load-more {
  visibility: hidden;
}

body.hotFoodMenu #categoriesMenuMobile {
  display: none !important;
}

#container.archive {
  /*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
  /*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
  /*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
}

#container.archive.notGlobal .common-menu {
  display: none;
}

@media screen and (min-width: 769px) {
  #container.archive #filters, #container.archive #results, #container.archive .notCTA {
    display: block !important;
  }
  #container.archive #welcome .CTA {
    display: none !important;
  }
}

#container.archive #welcome .CTA {
  display: none;
}

#container.archive #dailyMenu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container.archive #dailyMenu > div:not(.greenBar) {
  height: 480px;
  border: 3px solid #555759;
  margin: 25px;
  text-align: center;
  position: relative;
}

#container.archive #dailyMenu .button {
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 240px;
  padding: 0;
  margin: 0;
  height: 80px;
  line-height: 80px;
}

#container.archive #dailyMenu .button span {
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Cn_18";
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 130px;
  line-height: 19px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 10px;
}

#container.archive #dailyMenu #newStreetMenuButton.button:before {
  display: none;
}

#container.archive #dailyMenu #newStreetMenuButton.button:after {
  content: "";
  background-image: url("../assets/right-arrow.png");
  background-size: 80px 80px;
  background-position: center center;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 3px;
}

#container.archive #dailyMenu #newStreetMenuButton.button span {
  margin-left: 20px;
}

#container.archive #dailyMenu #regularMenuButton {
  display: none;
}

#container.archive #dailyMenu ul#week {
  display: inline-block;
  margin: 38px auto 42px 0;
  height: 40px;
}

#container.archive #dailyMenu ul#week li {
  display: inline-block;
  width: 70px;
  text-align: center;
  line-height: 40px;
}

#container.archive #dailyMenu ul#week li span {
  display: inline-block;
  font-family: "Trade Gothic W01 Cn_18";
  text-transform: uppercase;
  cursor: pointer;
  font-size: 24px;
}

#container.archive #dailyMenu ul#week li.active span {
  border-bottom: 4px solid #555759;
}

#container.archive #dailyMenu #weekend {
  display: none;
}

#container.archive #dailyMenu #weekend h2 {
  text-align: center;
  font-family: "Avenir LT W01_55 Roman1475520";
  margin: 0 auto 30px 0;
  font-size: 32px;
}

#container.archive #dailyMenu #weekend p {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  line-height: 35px;
  font-size: 32px;
}

#container.archive #dailyMenu #weekDay {
  overflow: auto;
  display: inline-block;
}

#container.archive #dailyMenu #weekDay #newStreetMenu, #container.archive #dailyMenu #weekDay #newStreetMenu, #container.archive #dailyMenu #weekDay .day {
  font-size: 0;
}

#container.archive #dailyMenu #weekDay #regularMenu {
  display: inline-block;
}

#container.archive #dailyMenu #weekDay #newStreetMenu {
  display: inline-block;
}

#container.archive #dailyMenu #weekDay .tableSlider {
  position: relative;
  margin: 0px auto;
  overflow: auto;
  display: block;
  height: 380px;
  border: none;
  border-collapse: collapse;
}

#container.archive #dailyMenu #weekDay .tableSlider.empty {
  display: none !important;
}

#container.archive #dailyMenu #weekDay .tableSlider td {
  border: none;
}

#container.archive #dailyMenu #weekDay .sliderContent > div {
  width: 1120px !important;
}

#container.archive #dailyMenu #weekDay .tableSlider td.prev, #container.archive #dailyMenu #weekDay .tableSlider td.next {
  width: 50px;
  text-align: center;
}

#container.archive #dailyMenu #weekDay .tableSlider td.prev.disabled, #container.archive #dailyMenu #weekDay .tableSlider td.next.disabled {
  opacity: 0.3;
  cursor: auto;
}

#container.archive #dailyMenu #weekDay .tableSlider td.prev i, #container.archive #dailyMenu #weekDay .tableSlider td.next i {
  cursor: pointer;
  font-size: 60px;
}

#container.archive #dailyMenu #weekDay .tableSlider .sliderContent {
  display: block;
}

#container.archive #dailyMenu #weekDay .tableSlider .sliderContent > div {
  overflow: hidden;
}

#container.archive #dailyMenu #weekDay .tableSlider .sliderContent table {
  transition: margin-left 0.4s;
  border-collapse: collapse;
}

@media screen and (min-width: 1760px) {
  #container.archive #dailyMenu #weekDay .tableSlider {
    width: auto;
  }
  #container.archive #dailyMenu #weekDay .sliderContent > div {
    width: auto !important;
  }
}

@media screen and (max-width: 1250px) {
  #container.archive #dailyMenu #weekDay .sliderContent > div {
    width: 840px !important;
  }
}

@media screen and (max-width: 1000px) {
  #container.archive #dailyMenu #weekDay .sliderContent > div {
    width: 560px !important;
  }
}

@media screen and (max-width: 768px) {
  #container.archive #dailyMenu #weekDay .tableSlider {
    height: auto !important;
  }
  #container.archive #dailyMenu #weekDay .sliderContent > div {
    width: auto !important;
  }
  #container.archive #dailyMenu #weekDay .items {
    margin-left: 0 !important;
  }
  #container.archive #dailyMenu #weekDay .sliderContent td {
    display: block;
  }
  #container.archive #dailyMenu #weekDay .prev, #container.archive #dailyMenu #weekDay .next {
    display: none !important;
  }
}

#container.archive #selections {
  background-color: #8dc63f;
  height: 45px;
  line-height: 45px;
  padding: 0 75px;
}

#container.archive #selections * {
  color: white;
  text-transform: uppercase;
}

#container.archive #selections span {
  font-size: 19px;
  font-family: "Avenir LT W01_55 Roman1475520";
}

#container.archive #selections #toggleHotFoodMenu span {
  font-size: 19px;
  cursor: pointer;
  font-family: "Trade Gothic W01 Cn_18";
  letter-spacing: 1px;
}

#container.archive #selections #toggleHotFoodMenu span i {
  margin-left: 30px;
  /*
				font-family:$trade;
				color:white;
				font-style:normal;
				font-size:22px;
				*/
  font-size: 0;
  position: relative;
}

#container.archive #selections #toggleHotFoodMenu span i:before, #container.archive #selections #toggleHotFoodMenu span i:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: white;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  left: 50%;
  top: 50%;
  margin-top: -7px;
}

#container.archive #selections #toggleHotFoodMenu span i:before {
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
  -ms-transform: rotate(90deg) translate(-50%, -50%);
  transform: rotate(90deg) translate(-50%, -50%);
}

#container.archive #selections #toggleHotFoodMenu span i:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#container.archive #selections #toggleHotFoodMenu span:last-child i:before {
  display: none;
}

#container.archive #selections #toggleHotFoodMenu span:last-child {
  display: none;
}

#container.archive #selections .facetwp-selections {
  float: right;
}

#container.archive #selections .facetwp-selections li {
  font-size: 19px;
  margin-right: 35px;
  letter-spacing: 2px;
}

#container.archive #selections .facetwp-selections li::after {
  background: url(../assets/icon-close-tags.png) no-repeat;
  background-size: 12px 12px;
  margin-left: 12px;
}

#container.archive #selections .facetwp-selections span {
  font-family: "Trade Gothic W01 Cn_18";
}

#container.archive #selections #reset {
  float: right;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-size: 19px;
  cursor: pointer;
  font-family: "Trade Gothic W01 Cn_18";
  letter-spacing: 2px;
}

#container.archive #selections #reset:after {
  content: "X";
  display: inline-block;
  width: 19px;
  height: 20px;
  padding: 0 0 0 1px;
  margin-left: 20px;
  line-height: 20px;
  text-align: center;
  content: "";
  background: url(../assets/icon-close-tags.png) no-repeat;
  background-size: 12px 12px;
  background-position: 0 7px;
}

#container.archive #filtersAndResults {
  overflow: auto;
  position: relative;
}

#container.archive #filters {
  padding: 10px 10px 50px 30px;
  background-color: #F1F1F1;
  width: 350px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container.archive #filters label {
  font-size: 22px;
  font-family: "Trade Gothic W01 Cn_18";
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#container.archive #filters .facetwp-checkbox {
  font-size: 18px;
}

#container.archive #results {
  margin-left: 350px;
  overflow: auto;
  padding: 45px 0 10px 0;
}

#container.archive #weekDay .item {
  margin-bottom: 0 !important;
  width: 280px;
  height: 340px;
  padding: 25px 25px 0 25px;
}

#container.archive #weekDay .item .price {
  bottom: 75px;
  left: 40px;
}

#container.archive #weekDay .item .infoButton {
  bottom: 30px;
  left: 40px;
}

#container.archive .fwp-load-more {
  display: inline-block;
  margin: 0 0 30px 50px;
  cursor: pointer;
  position: relative;
  left: 350px;
}

#container.archive .fwp-load-more span {
  vertical-align: middle;
}

#container.archive .fwp-load-more .buttonRectangle {
  margin: 0;
}

#container.archive .facetwp-checkbox {
  transition: opacity 0.5s;
}

#container.archive #disclaimer {
  margin-left: 350px;
  padding: 50px 110px 110px 50px;
}

#container.archive #disclaimer p {
  font-size: 12px;
  line-height: 16px;
}

#container.archive .facetwp-checkbox {
  background: none;
  padding-left: 0;
}

#container.archive .facetwp-checkbox:before {
  content: "X";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #555759;
  line-height: 20px;
  color: transparent;
  margin-right: 20px;
  font-family: "Avenir LT W01_55 Roman1475520";
  text-align: center;
}

#container.archive .facetwp-checkbox.checked {
  background: none;
}

#container.archive .facetwp-checkbox.checked:before {
  color: #555759;
}

#container.archive .facetwp-counter {
  display: none;
}

@media screen and (max-width: 768px) {
  #container.archive {
    /*
#categoriesMenu{
	display:none;		
}

#newStreetMenuButton{
	display:none;
}
*/
  }
  #container.archive #welcome .notCTA {
    display: none;
  }
  #container.archive #welcome .CTA {
    display: block;
  }
  #container.archive #dailyMenu {
    display: none;
  }
  #container.archive #dailyMenu > div:not(.greenBar) {
    height: auto;
    border: none;
    margin: 0;
  }
  #container.archive #dailyMenu ul#week {
    width: 50px;
    height: auto;
    background-color: #f1f1f1;
    float: left;
    margin: 0;
  }
  #container.archive #dailyMenu ul#week li {
    width: 100%;
    border-bottom: 1px solid white;
    height: 50px;
    line-height: normal;
    display: block;
    position: relative;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container.archive #dailyMenu ul#week li span {
    font-family: "Avenir LT W01_35 Light1475496";
    font-size: 16px;
    padding: 2px;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
			                                  not supported by any browser */
  }
  #container.archive #dailyMenu ul#week li.active {
    background-color: white;
  }
  #container.archive #dailyMenu ul#week li.active span {
    border: 1px solid #555759;
  }
  #container.archive #selections {
    display: none;
  }
  #container.archive #dailyMenu {
    overflow: auto;
  }
  #container.archive #dailyMenu #weekend {
    display: none;
  }
  #container.archive #dailyMenu #weekend h2 {
    font-size: 24px;
  }
  #container.archive #dailyMenu #weekend p {
    max-width: 100%;
    line-height: 25px;
    font-size: 20px;
  }
  #container.archive #dailyMenu #weekDay {
    display: block;
    margin-left: 50px;
  }
  #container.archive #dailyMenu #weekDay #regularMenu {
    display: block;
  }
  #container.archive #dailyMenu #weekDay #newStreetMenu {
    display: block;
  }
  #container.archive #dailyMenu #weekDay .item {
    height: auto;
  }
  #container.archive #dailyMenu #newStreetMenuButtonMobile.button, #container.archive #dailyMenu #regularMenuButtonMobile.button {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    border: 1px solid #555759 !important;
    height: 80px;
    min-height: 80px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 30px 0 0 0;
    width: 250px;
  }
  #container.archive #dailyMenu #newStreetMenuButtonMobile.button:before, #container.archive #dailyMenu #regularMenuButtonMobile.button:before {
    display: none;
  }
  #container.archive #dailyMenu #newStreetMenuButtonMobile.button:after, #container.archive #dailyMenu #regularMenuButtonMobile.button:after {
    content: "";
    background-image: url("../assets/right-arrow.png");
    background-size: 80px 80px;
    background-position: center center;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 3px;
  }
  #container.archive #dailyMenu #newStreetMenuButtonMobile.button span, #container.archive #dailyMenu #regularMenuButtonMobile.button span {
    margin-left: 20px;
  }
  #container.archive #dailyMenu #regularMenuButtonMobile {
    display: none;
  }
  #container.archive #filters {
    background-color: white;
    display: none;
    width: auto;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
  #container.archive #filters > ul {
    padding: 25px 25px 0 25px;
  }
  #container.archive #filters .buttonRectangle {
    min-width: 140px;
    padding: 0;
    margin: 0 0 0 26px;
  }
  #container.archive #results {
    margin: 0;
    padding: 0;
  }
  #container.archive .fwp-load-more {
    left: auto;
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 21px;
  }
  #container.archive #disclaimer {
    margin: 0;
    padding: 25px;
  }
}

#container.page_news {
  /*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
  /*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
  /*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
}

#container.page_news #intro {
  padding: 70px 115px;
}

#container.page_news #intro h2 {
  font-size: 40px;
}

#container.page_news .largeImageModule.promoBox {
  height: 490px !important;
}

#container.page_news .largeImageModule.promoBox .vignetteContent {
  max-width: 33%;
}

#container.page_news #postPreviews {
  position: relative;
  overflow: auto;
}

#container.page_news #postPreviews .halfWidth.tall {
  height: 730px;
}

#container.page_news #postPreviews .halfWidth.tall .vignetteContent {
  top: 33%;
}

#container.page_news #postPreviews .notLoaded {
  display: none;
}

#container.page_news #readMore {
  position: absolute;
  width: 100%;
  height: 180px;
  background-color: white;
  left: 0;
  bottom: 0;
  z-index: 1;
  /*
	>span{
		@include hv-align();
		text-transform:uppercase;
		cursor:pointer;
		width:160px;
		height:50px;
		display:block;
		border:1px solid $brown;
		line-height:50px;
		text-align:center;
		font-size:30px;
		font-family:$bold;
		padding-left:10px;
		@include b-sizing();
		
		>span{
			height:48px;	
			text-align:center;
			display:block;
			
			font-family:$trade;
			font-size:19px;
			
			&:after{
				display:inline-block;
				margin-left:10px;
				height:40px;
				width:40px;
				vertical-align:-12px;//middle;	
				background-image: url('../assets/right-arrow.png');
				content:"";
			    background-size: 40px 40px;
				background-position:center center;
			}

		}
		
		&:hover{
			background-color:$brown;
			
			>span{
				color:white;

				&:after{
					background-color:$brown;	
					background-image: url('../assets/right-arrow-white.png');
				}
			}
		}
	}
	*/
}

#container.page_news #readMore .button {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 240px;
  padding: 0;
  margin: 0;
  height: 80px;
  line-height: 80px;
}

#container.page_news #readMore .button span {
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Cn_18";
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 140px;
  line-height: 19px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 0 0 10px;
}

#container.page_news #readMore .button:before {
  display: none;
}

#container.page_news #readMore .button:after {
  content: "";
  background-image: url("../assets/right-arrow.png");
  background-size: 80px 80px;
  background-position: center center;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 3px;
}

#container.page_news {
  /*
#findBox .text{
	padding: 25px 25px 0 25px;
	
	h2 {
	    font-size: 55px;
	    line-height: 42px;
	}
}
*/
}

@media screen and (max-width: 768px) {
  #container.page_news #intro {
    padding: 50px 25px;
  }
  #container.page_news #intro h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #container.page_news #intro p {
    font-size: 16px;
    line-height: 21px;
  }
  #container.page_news .largeImageModule.promoBox .vignetteContent {
    max-width: 100%;
  }
  #container.page_news #postPreviews .promoBox {
    border-top: 1px solid #555759;
  }
}

#container.post {
  /*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
  /*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
  /*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
  /*
#shareThis{
	border:2px solid $brown;
	height:82px;
	max-width:500px;//max-width:630px;
	text-align:center;
	margin:0 auto 70px auto;
	line-height:82px;
	 white-space: nowrap;//new 19 12
	
	>span{
		font-family:$bold;	
		text-transform:uppercase;
		display:inline-block;
		font-size:19px;
		margin-right:40px;
	}
	
	.icons{
		display:inline-block;
		letter-spacing:0;
		font-size:0;
		min-width:200px;//380px;
		
		.stLarge{
			background-image:none!important;//remove default icon
		}
		
		>span{
			position:relative;
			height:40px;
			width:40px;
			margin:0 50px;

			&:before{
				font-family: FontAwesome;
				content: '\f230'; 
				font-size:40px;
				color:$brown;
				height:40px;
				width:40px;
				position:absolute;
				z-index:1;
			}
		}
		
		//custom sharethis buttons
		//https://support.sharethis.com/hc/en-us/articles/217915618-How-to-Customize-Share-Buttons-with-ShareThis
		.shareThis_facebook{

			&:before{
				content: '\f230'; 
			}
		}

		.shareThis_instagram{

			&:before{
				content: '\f16d'; 
			}	
		}

		.shareThis_twitter{
			margin-right:0;
			
			&:before{
				content: '\f099'; //'\f081';//'\f099'; 
				font-size:40px;//font-size:44px;
			}
		}
	}
	
}
*/
}

#container.post #postContent {
  padding: 70px 110px 30px 110px;
}

#container.post #postContent h1, #container.post #postContent h2, #container.post #postContent h3, #container.post #postContent h4, #container.post #postContent ul, #container.post #postContent ol, #container.post #postContent p {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

#container.post #postContent h2 {
  font-size: 41px;
  margin-bottom: 20px;
  text-transform: none;
}

#container.post #postContent h3, #container.post #postContent h4 {
  margin-bottom: 20px;
}

#container.post #postContent p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 40px;
}

#container.post #postContent li {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
  margin-left: 20px;
}

#container.post #postContent ul, #container.post #postContent ol, #container.post #postContent li {
  list-style-type: disc;
}

#container.post #postContent img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 50px 0;
}

#container.post #postContent img.aligncenter {
  margin: 50px auto;
}

#container.post #postContent b {
  font-family: "Avenir LT W01_55 Roman1475520";
}

#container.post #shareThis {
  border: 0px solid #555759;
  text-align: left;
  margin: 0 auto 40px auto;
  white-space: nowrap;
  letter-spacing: 1px;
}

#container.post #shareThis span {
  font-size: 16px;
  color: #555759;
  line-height: 22px;
  text-transform: uppercase;
  z-index: 1;
  font-family: "Trade Gothic W01 Cn_18";
  position: relative;
  top: -4px;
}

#container.post #shareThis .shareicons {
  display: inline-block;
  clear: none;
}

#container.post #shareThis .shareicons i.fa {
  color: #555759;
  font-size: 25px;
  margin-left: 16px;
}

#container.post #prevNext {
  overflow: auto;
}

#container.post .promoBox .vignetteContent {
  /*
	padding-top:35px;
    font-size: 55px;
    line-height: 65px;
*/
}

@media screen and (max-width: 1250px) {
  #container.post #postContent {
    padding: 50px 25px 30px 25px;
  }
}

@media screen and (max-width: 768px) {
  #container.post #postContent {
    padding: 25px;
  }
  #container.post #postContent h2 {
    font-size: 24px;
  }
  #container.post #postContent p {
    font-size: 16px;
    line-height: 21px;
  }
  #container.post #shareThis {
    margin: 0 25px 50px 25px;
  }
  #container.post #shareThis > span {
    display: none;
  }
  #container.post #shareThis .icons {
    min-width: 0;
  }
  #container.post #shareThis .icons > span {
    margin: 0 40px;
  }
  #container.post #shareThis .icons > span:first-child {
    margin-left: 0;
  }
  #container.post #shareThis .icons > span:last-child {
    margin-right: 0;
  }
}

#container.page {
  /*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
  /*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
  /*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
}

#container.page #postContent {
  padding: 70px 0 30px 0;
  background-color: #F1F1F1;
}

#container.page #postContent h2 {
  font-size: 41px;
  margin-bottom: 20px;
  text-transform: none;
}

#container.page #postContent p {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 40px;
  max-width: 1070px;
}

#container.page #postContent li {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
  margin-left: 20px;
}

#container.page #postContent ul, #container.page #postContent ol, #container.page #postContent li {
  list-style-type: disc;
}

#container.page #postContent b {
  font-family: "Avenir LT W01_55 Roman1475520";
}

@media screen and (max-width: 1250px) {
  #container.page #postContent {
    padding: 50px 25px 30px 25px;
  }
}

@media screen and (max-width: 768px) {
  #container.page #postContent {
    padding: 25px;
  }
  #container.page #postContent h2 {
    font-size: 24px;
  }
  #container.page #postContent p {
    font-size: 16px;
  }
}

#container.index {
  /*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
  /*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
  /*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
}

#container.index #sorry {
  display: none;
  text-align: center;
  padding: 50px 0;
}

#container.index #sorry p {
  font-size: 22px;
  text-align: center;
}

#container.index #searchResultsMenu {
  padding: 25px;
}

#container.index #searchResultsMenu > div {
  border: 1px solid #555759;
  overflow: auto;
  padding: 15px;
  max-width: 1180px;
  margin: 0 auto;
}

#container.index #searchResultsMenu > div .item {
  min-height: 340px;
  width: 285px;
  height: auto;
  padding: 20px 20px 0 20px;
  margin: 5px;
}

#container.index #searchResultsPosts {
  padding: 20px 0;
  background-color: #F1F1F1;
}

#container.index #searchResultsPosts .post {
  padding: 30px 0 30px 0;
}

#container.index #searchResultsPosts .post h2 {
  font-size: 41px;
  margin-bottom: 20px;
  text-transform: none;
}

#container.index #searchResultsPosts .post h2 a {
  font-size: inherit;
  font-family: inherit;
}

#container.index #searchResultsPosts .post h2 a:hover {
  text-decoration: underline;
}

#container.index #searchResultsPosts .post p {
  font-size: 23px;
  margin-bottom: 40px;
  max-width: 1070px;
  line-height: 29px;
}

#container.index #postContent {
  padding: 70px 0 30px 0;
  background-color: #F1F1F1;
}

#container.index #postContent h2 {
  font-size: 41px;
  margin-bottom: 20px;
  text-transform: none;
}

#container.index #postContent p {
  font-size: 23px;
  margin-bottom: 40px;
  max-width: 1070px;
  line-height: 29px;
}

#container.index #pagination {
  clear: both;
  text-align: center;
  padding: 30px 0 20px 0;
}

#container.index #pagination a {
  margin: 0 5px;
}

#container.index #pagination a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #container.index #searchResultsMenu > div {
    padding: 0;
  }
  #container.index #searchResultsMenu > div > .item {
    min-height: 0;
    height: auto !important;
    margin: 10px 0;
    padding: 23px 25px 20px 25px !important;
  }
  #container.index #searchResultsPosts {
    padding: 50px 25px;
  }
  #container.index #searchResultsPosts .post {
    padding: 10px 0 30px 0;
  }
  #container.index #searchResultsPosts .post h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #container.index #searchResultsPosts .post p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  #container.index #postContent {
    padding: 25px;
  }
  #container.index #postContent h2 {
    font-size: 24px;
  }
  #container.index #postContent p {
    font-size: 16px;
  }
}

#container.page_contact, #container.page_thank_you {
  /*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
  /*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
  /*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
}

#container.page_contact #wpcf7-f125-o1, #container.page_thank_you #wpcf7-f125-o1 {
  display: none;
}

#container.page_contact .w1140 .w1140, #container.page_thank_you .w1140 .w1140 {
  padding-top: 50px;
}

#container.page_contact .w1140 .w1140 h2, #container.page_contact .w1140 .w1140 p, #container.page_thank_you .w1140 .w1140 h2, #container.page_thank_you .w1140 .w1140 p {
  margin-bottom: 20px;
}

#container.page_contact .w1140 .w1140 h2, #container.page_thank_you .w1140 .w1140 h2 {
  text-transform: none;
  font-size: 40px;
  margin-bottom: 20px;
}

#container.page_contact #contactBanner, #container.page_thank_you #contactBanner {
  height: 525px;
  clear: both;
  position: relative;
  background-color: #eeeeee;
}

#container.page_contact #contactBanner > img, #container.page_thank_you #contactBanner > img {
  display: none;
}

#container.page_contact #contactBanner .left, #container.page_thank_you #contactBanner .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(141, 198, 63, 0.8);
}

#container.page_contact #contactBanner .text, #container.page_thank_you #contactBanner .text {
  position: relative;
  margin: 0 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 425px;
  border: 2px solid #555759;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 45px 60px 0 60px;
}

#container.page_contact #contactBanner .text > div, #container.page_thank_you #contactBanner .text > div {
  max-width: 45%;
}

#container.page_contact #contactBanner .text *, #container.page_thank_you #contactBanner .text * {
  color: #555759;
}

#container.page_contact #contactBanner .text h1, #container.page_thank_you #contactBanner .text h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

#container.page_contact #contactBanner .text h1:last-child, #container.page_thank_you #contactBanner .text h1:last-child {
  margin-bottom: 0;
}

#container.page_contact #contactBanner .text p, #container.page_thank_you #contactBanner .text p {
  font-size: 22px;
}

#container.page_contact .w1140 .w1140 .wpcf7-form, #container.page_thank_you .w1140 .w1140 .wpcf7-form {
  padding: 60px 0;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}

#container.page_contact .w1140 .w1140 .wpcf7-form p, #container.page_thank_you .w1140 .w1140 .wpcf7-form p {
  margin-bottom: 0;
}

#container.page_contact .w1140 .w1140 .wpcf7-form > p:nth-child(2), #container.page_thank_you .w1140 .w1140 .wpcf7-form > p:nth-child(2) {
  display: inline-block;
  width: calc(50% - 18px);
}

#container.page_contact .w1140 .w1140 .wpcf7-form > p:nth-child(2) span, #container.page_thank_you .w1140 .w1140 .wpcf7-form > p:nth-child(2) span {
  width: 100%;
}

#container.page_contact .w1140 .w1140 .wpcf7-form > p:nth-child(2) input, #container.page_thank_you .w1140 .w1140 .wpcf7-form > p:nth-child(2) input {
  width: 100%;
}

#container.page_contact .w1140 .w1140 .wpcf7-form > p:nth-child(3), #container.page_thank_you .w1140 .w1140 .wpcf7-form > p:nth-child(3) {
  display: inline-block;
  width: calc(50% - 18px);
  float: right;
}

#container.page_contact .w1140 .w1140 .wpcf7-form > p:nth-child(3) span, #container.page_thank_you .w1140 .w1140 .wpcf7-form > p:nth-child(3) span {
  width: 100%;
}

#container.page_contact .w1140 .w1140 .wpcf7-form > p:nth-child(3) input, #container.page_thank_you .w1140 .w1140 .wpcf7-form > p:nth-child(3) input {
  width: 100%;
}

#container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 35px;
  display: inline-block;
}

#container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap.your-email, #container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap.your-country, #container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap.your-message, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap.your-email, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap.your-country, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap.your-message {
  width: 100%;
}

#container.page_contact .w1140 .w1140 .wpcf7-form input[type=text], #container.page_contact .w1140 .w1140 .wpcf7-form input[type=tel], #container.page_contact .w1140 .w1140 .wpcf7-form input[type=email], #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=text], #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=tel], #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=email] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 85px;
  line-height: 85px;
  padding: 0 20px;
  border: 1px solid #555759;
  width: 100%;
  font-size: 22px;
  background-color: transparent;
}

#container.page_contact .w1140 .w1140 .wpcf7-form input[type=text]::-webkit-input-placeholder, #container.page_contact .w1140 .w1140 .wpcf7-form input[type=tel]::-webkit-input-placeholder, #container.page_contact .w1140 .w1140 .wpcf7-form input[type=email]::-webkit-input-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=text]::-webkit-input-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=tel]::-webkit-input-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=email]::-webkit-input-placeholder {
  color: #555759;
}

#container.page_contact .w1140 .w1140 .wpcf7-form input[type=text]::-moz-placeholder, #container.page_contact .w1140 .w1140 .wpcf7-form input[type=tel]::-moz-placeholder, #container.page_contact .w1140 .w1140 .wpcf7-form input[type=email]::-moz-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=text]::-moz-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=tel]::-moz-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=email]::-moz-placeholder {
  color: #555759;
  opacity: 1;
}

#container.page_contact .w1140 .w1140 .wpcf7-form input[type=text]:-ms-input-placeholder, #container.page_contact .w1140 .w1140 .wpcf7-form input[type=tel]:-ms-input-placeholder, #container.page_contact .w1140 .w1140 .wpcf7-form input[type=email]:-ms-input-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=text]:-ms-input-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=tel]:-ms-input-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=email]:-ms-input-placeholder {
  color: #555759;
}

#container.page_contact .w1140 .w1140 .wpcf7-form input[type=email], #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=email] {
  width: 100%;
}

#container.page_contact .w1140 .w1140 .wpcf7-form textarea, #container.page_thank_you .w1140 .w1140 .wpcf7-form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 170px;
  line-height: 32px;
  padding: 30px 20px 0 20px;
  border: 1px solid #555759;
  font-size: 22px;
  background-color: transparent;
}

#container.page_contact .w1140 .w1140 .wpcf7-form textarea::-webkit-input-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form textarea::-webkit-input-placeholder {
  color: #555759;
}

#container.page_contact .w1140 .w1140 .wpcf7-form textarea::-moz-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form textarea::-moz-placeholder {
  color: #555759;
  opacity: 1;
}

#container.page_contact .w1140 .w1140 .wpcf7-form textarea:-ms-input-placeholder, #container.page_thank_you .w1140 .w1140 .wpcf7-form textarea:-ms-input-placeholder {
  color: #555759;
}

#container.page_contact .w1140 .w1140 .wpcf7-form select, #container.page_thank_you .w1140 .w1140 .wpcf7-form select {
  width: 100%;
}

#container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-list-item-label, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-list-item-label {
  font-family: "Avenir LT W01_55 Roman1475520";
  margin-right: 5px;
  display: inline-block;
}

#container.page_contact .w1140 .w1140 .wpcf7-form div.submit, #container.page_thank_you .w1140 .w1140 .wpcf7-form div.submit {
  border: 1px solid red;
}

#container.page_contact .w1140 .w1140 .wpcf7-form span#send, #container.page_thank_you .w1140 .w1140 .wpcf7-form span#send {
  text-transform: uppercase;
  margin-right: 20px;
  font-family: "Avenir LT W01_55 Roman1475520";
}

#container.page_contact .w1140 .w1140 .wpcf7-form input[type=submit], #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=submit] {
  color: #555759;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #555759;
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  background-image: url("../assets/right-arrow.png");
  background-size: 40px 40px;
  background-position: center center;
}

#container.page_contact .w1140 .w1140 .wpcf7-form input[type=submit]:hover, #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=submit]:hover {
  background-color: #555759;
  background-image: url("../assets/right-arrow-white.png");
}

#container.page_contact .w1140 .w1140 .wpcf7-form p > span, #container.page_thank_you .w1140 .w1140 .wpcf7-form p > span {
  max-width: 100%;
}

#container.page_contact .w1140 .w1140 .wpcf7-form span.file-cv, #container.page_thank_you .w1140 .w1140 .wpcf7-form span.file-cv {
  width: 100%;
}

#container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-checkbox span span, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-checkbox span span {
  font-size: 22px;
  margin-left: 20px;
  text-transform: uppercase;
}

#container.page_contact .w1140 .w1140 .wpcf7-form input[type=file], #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=file] {
  cursor: pointer;
  height: 85px;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#container.page_contact .w1140 .w1140 .wpcf7-form .fileInputMask, #container.page_thank_you .w1140 .w1140 .wpcf7-form .fileInputMask {
  height: 85px;
  width: 100%;
  border: 1px solid #555759;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 22px;
  background-color: transparent;
  line-height: 85px;
  position: relative;
}

#container.page_contact .w1140 .w1140 .wpcf7-form .fileInputMask span, #container.page_thank_you .w1140 .w1140 .wpcf7-form .fileInputMask span {
  position: absolute;
  font-size: inherit;
  color: inherit;
}

#container.page_contact .w1140 .w1140 .wpcf7-form .fileInputMask:hover, #container.page_thank_you .w1140 .w1140 .wpcf7-form .fileInputMask:hover {
  background-color: #555759;
  color: white;
}

#container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-not-valid-tip, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-not-valid-tip {
  color: #CC3333;
  padding: 5px 0;
}

#container.page_contact .w1140 .w1140 .wpcf7-form span.wpcf7-list-item, #container.page_thank_you .w1140 .w1140 .wpcf7-form span.wpcf7-list-item {
  margin-left: 0;
}

#container.page_contact #thankYouMessage, #container.page_thank_you #thankYouMessage {
  background-color: white;
  padding: 70px 115px;
}

#container.page_contact #thankYouMessage h2, #container.page_thank_you #thankYouMessage h2 {
  text-transform: none;
  font-size: 40px;
  margin-bottom: 20px;
}

#container.page_contact #thankYouMessage p, #container.page_thank_you #thankYouMessage p {
  font-size: 22px;
}

#container.page_contact .promoBoxes, #container.page_thank_you .promoBoxes {
  overflow: auto;
}

@media screen and (max-width: 768px) {
  #container.page_contact .w1140 .w1140, #container.page_thank_you .w1140 .w1140 {
    padding: 50px 25px;
  }
  #container.page_contact .w1140 .w1140 h2, #container.page_thank_you .w1140 .w1140 h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #container.page_contact .w1140 .w1140 p, #container.page_thank_you .w1140 .w1140 p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  #container.page_contact #contactBanner, #container.page_thank_you #contactBanner {
    height: 375px;
  }
  #container.page_contact #contactBanner .left, #container.page_thank_you #contactBanner .left {
    width: 100%;
  }
  #container.page_contact #contactBanner .text, #container.page_thank_you #contactBanner .text {
    margin: 0 25px;
    padding: 15px;
    height: auto;
  }
  #container.page_contact #contactBanner .text > div, #container.page_thank_you #contactBanner .text > div {
    max-width: 100%;
  }
  #container.page_contact #contactBanner .text h1, #container.page_thank_you #contactBanner .text h1 {
    font-size: 40px;
    line-height: 32px;
  }
  #container.page_contact #contactBanner .text p, #container.page_thank_you #contactBanner .text p {
    font-size: 16px;
    line-height: 21px;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form, #container.page_thank_you .w1140 .w1140 .wpcf7-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 25px;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form p, #container.page_thank_you .w1140 .w1140 .wpcf7-form p {
    margin-bottom: 0;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form > p:nth-child(2), #container.page_thank_you .w1140 .w1140 .wpcf7-form > p:nth-child(2) {
    width: 100%;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form > p:nth-child(3), #container.page_thank_you .w1140 .w1140 .wpcf7-form > p:nth-child(3) {
    width: 100%;
    float: none;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form input[type=text], #container.page_contact .w1140 .w1140 .wpcf7-form input[type=tel], #container.page_contact .w1140 .w1140 .wpcf7-form input[type=email], #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=text], #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=tel], #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=email] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form textarea, #container.page_thank_you .w1140 .w1140 .wpcf7-form textarea {
    font-size: 16px;
    line-height: normal;
    padding-top: 15px;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap.your-name, #container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap .your-surname, #container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap.your-name, #container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap .your-surname, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap.your-name, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap .your-surname, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap.your-name, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-form-control-wrap .your-surname {
    width: 100%;
    float: none;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form p > span, #container.page_thank_you .w1140 .w1140 .wpcf7-form p > span {
    width: 100%;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-list-item-label, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-list-item-label {
    font-family: "Avenir LT W01_35 Light1475496";
    display: inline;
    margin-left: 5px;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form input[type=submit], #container.page_thank_you .w1140 .w1140 .wpcf7-form input[type=submit] {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-size: 46px 46px;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-checkbox span span, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-checkbox span span {
    font-size: 18px;
    margin-left: 15px;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form .cl_checkbox, #container.page_thank_you .w1140 .w1140 .wpcf7-form .cl_checkbox {
    float: left;
    width: auto !important;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form .wpcf7-list-item-label, #container.page_thank_you .w1140 .w1140 .wpcf7-form .wpcf7-list-item-label {
    margin: 0 !important;
    width: calc(100% - 40px);
    float: right;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form p, #container.page_thank_you .w1140 .w1140 .wpcf7-form p {
    overflow: auto;
  }
  #container.page_contact .w1140 .w1140 .wpcf7-form .ui-selectmenu-button span.ui-selectmenu-text, #container.page_thank_you .w1140 .w1140 .wpcf7-form .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 16px;
  }
  #container.page_contact #thankYouMessage, #container.page_thank_you #thankYouMessage {
    padding: 25px;
  }
  #container.page_contact #wpcf7-f125-o1, #container.page_thank_you #wpcf7-f125-o1 {
    display: none;
  }
}

#container.page_about {
  background-color: #fbfdf8;
  /*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
  /*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
  /*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
}

#container.page_about p {
  font-size: 18px;
  line-height: 21px;
}

#container.page_about #welcome {
  height: 270px;
}

#container.page_about #intro {
  background-color: white;
  padding: 70px 115px;
  border-bottom: 1px solid #8dc63f;
}

#container.page_about #intro h2 {
  text-transform: none;
  font-size: 40px;
  margin-bottom: 20px;
}

#container.page_about #intro p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 28px;
}

#container.page_about #facts {
  background-color: white;
  border-bottom: 1px solid #8dc63f;
  padding: 30px 0;
}

#container.page_about #facts > div {
  padding: 30px 0;
  background-color: white;
}

#container.page_about #facts .vc_row {
  margin-left: 0;
  margin-right: 0;
}

#container.page_about #nutrition {
  background-color: white;
  padding: 70px 115px;
}

#container.page_about #nutrition h2 {
  font-size: 46px;
  margin-bottom: 20px;
}

#container.page_about #nutrition h4 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 28px;
}

#container.page_about #nutrition strong {
  font-size: 24px;
  font-family: "Trade Gothic W01 Cn_18";
}

#container.page_about #nutrition p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 28px;
}

#container.page_about #vignettes {
  overflow: auto;
}

#container.page_about #vignettes > div {
  width: 50%;
  height: auto;
  float: left;
}

#container.page_about #vignettes > div img {
  width: 100%;
  display: block;
}

#container.page_about #sustainability {
  overflow: hidden;
  background-color: white;
  border-top: 1px solid #8dc63f;
  border-bottom: 1px solid #8dc63f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container.page_about #sustainability #sustainabilityIntro {
  padding: 65px 115px;
}

#container.page_about #sustainability #sustainabilityIntro h2 {
  font-size: 46px;
  margin-bottom: 20px;
}

#container.page_about #sustainability #sustainabilityIntro p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 28px;
}

#container.page_about #sustainability #sustainabilityColumns {
  padding: 20px 0 0 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  margin-bottom: 50px;
}

#container.page_about #sustainability #sustainabilityColumns:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  font-size: 0;
  height: 100%;
  border-left: 1px solid #555759;
}

#container.page_about #sustainability #sustainabilityColumns > div {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 0;
  float: left;
}

#container.page_about #sustainability #sustainabilityColumns > div li {
  border: 1px solid #555759;
  padding: 50px 30px 30px 30px;
  margin: 25px;
  line-height: 26px;
}

#container.page_about #sustainability #sustainabilityColumns > div li h3 {
  margin-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Cn_18";
}

#container.page_about #sustainability #sustainabilityColumns > div li h3 strong {
  color: #8dc63f;
}

#container.page_about #sustainability #sustainabilityColumns > div li:first-child {
  margin-top: 0;
}

#container.page_about #sustainability #sustainabilityColumns > div li:last-child {
  margin-bottom: 0;
}

#container.page_about #sustainability #sustainabilityColumns > div:first-child li:nth-child(2n+2) {
  border: 1px solid #8dc63f;
}

#container.page_about #sustainability #sustainabilityColumns > div:nth-child(2) {
  padding-top: 75px;
}

#container.page_about #sustainability #sustainabilityColumns > div:nth-child(2) li:nth-child(2n+1) {
  border: 1px solid #8dc63f;
}

#container.page_about #sustainability .mobileOnly1250 li:nth-child(2n+1) {
  border: 1px solid #8dc63f !important;
}

#container.page_about #ourPeople {
  background-color: #F1F1F1;
}

#container.page_about #ourPeople #ourPeopleIntro {
  padding: 70px 115px;
}

#container.page_about #ourPeople #ourPeopleIntro h2 {
  font-size: 46px;
  margin-bottom: 20px;
}

#container.page_about #ourPeople #ourPeopleIntro p {
  margin-bottom: 15px;
}

#container.page_about #ourPeople ul {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  font-size: 0;
  overflow: auto;
}

#container.page_about #ourPeople ul li {
  font-size: 18px;
  line-height: 21px;
  width: 25%;
  min-height: 260px;
  max-height: 375px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 55px 55px 55px;
  vertical-align: top;
  position: relative;
}

#container.page_about #ourPeople ul li:before {
  content: "";
  display: block;
  border: 1px solid #555759;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

#container.page_about #ourPeople ul li:nth-child(2n+2) {
  background-color: #8dc63f;
  color: white;
}

#container.page_about #ourPeople ul li:nth-child(2n+2):before {
  border: 1px solid white;
}

@media screen and (max-width: 1250px) {
  #container.page_about #ourPeople ul li {
    width: 50%;
    font-size: 22px;
    padding: 40px;
    line-height: 25px;
  }
}

#container.page_about #team {
  background-color: #F1F1F1;
  height: 610px;
  min-height: 610px;
  padding: 140px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#container.page_about #team #teamVignette {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
}

#container.page_about #team #teamVignette > img {
  display: none;
}

#container.page_about #team .vignetteContent {
  background-color: white;
  border: 2px solid #555759;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container.page_about #team #toggleTeam {
  display: inline-block;
  cursor: pointer;
  margin: 45px auto;
  font-size: 45px;
  font-family: "Trade Gothic W01 Cn_18";
  text-transform: uppercase;
}

#container.page_about #team #toggleTeam:after {
  display: inline-block;
  margin-left: 40px;
  height: 80px;
  width: 80px;
  vertical-align: middle;
  background-image: url("../assets/cross.png");
  content: "";
  background-size: 80px 80px;
  background-position: center center;
}

#container.page_about #team #toggleTeam:hover:after {
  background-color: #555759;
  background-image: url("../assets/cross-white.png");
}

#container.page_about #team #toggleTeam.open:after {
  background-image: url("../assets/cross-minus.png");
}

#container.page_about #team #toggleTeam.open:hover:after {
  background-color: #555759;
  background-image: url("../assets/cross-minus-white.png");
}

#container.page_about #team .teamContent {
  display: none;
  text-align: left;
  padding: 15px 0 60px 0;
  max-width: 1055px;
  margin: 0 auto;
  /*
		-webkit-column-count: 2; // Chrome, Safari, Opera
	    -moz-column-count: 2; // Firefox
	    column-count: 2;
	
		-webkit-column-break-inside: avoid;
		          page-break-inside: avoid;
		               break-inside: avoid;
		
	    -webkit-column-gap: 75px; // Chrome, Safari, Opera
	    -moz-column-gap: 75px; // Firefox 
	    column-gap: 75px;
	*/
}

#container.page_about #team .teamContent ul {
  font-size: 0;
  letter-spacing: 0;
  overflow: auto;
}

#container.page_about #team .teamContent li {
  border: 10px solid white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  margin-bottom: 25px;
  font-size: 16px;
}

#container.page_about #team .teamContent li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

#container.page_about #team .teamContent li i, #container.page_about #team .teamContent li em, #container.page_about #team .teamContent li strong {
  font-size: 18px;
  font-style: normal;
  display: block;
  margin-bottom: 5px;
}

#container.page_about #team .teamContent li br {
  display: none;
}

#container.page_about #team .teamContent li:nth-child(5) {
  clear: both;
}

#container.page_about #b2b {
  height: 525px;
  clear: both;
  position: relative;
  background-color: #eeeeee;
  /*
	height:525px;
	clear:both;
	position:relative;
	background-color:#eeeeee;
	
	>img{
		display:none;
	}
	
	.left{
		position:absolute;
		top:0;
		left:0;
		width:50%;
		height:100%;
		background-color:rgba(141, 198, 63, .8);//green #8dc63f
	}
	
	.text{
		color:white;
		max-width:40%;
		position:relative;
		margin:0 55px;
		@include b-sizing();
		height:425px;
		border:1px solid white;
		@include v-align();
		padding:45px 60px 0 60px;
		
		*{
			color:white;
		}
		
		h2{
		//	text-transform:none;
			font-size:40px;
			margin-bottom:20px;
		}
		
		.button{
			margin-top:40px;
		}
		
	}*/
}

#container.page_about #b2b > img {
  display: none;
}

#container.page_about #b2b .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(141, 198, 63, 0.8);
}

#container.page_about #b2b .text {
  position: relative;
  margin: 0 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 425px;
  border: 1px solid white;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 45px 60px 0 60px;
  /*
		@media screen and (max-width:1415px){

			h2{
				font-size:60px;
				line-height:50px;
			}

			h2{ @-moz-document url-prefix() {line-height:38px;}}//firefox only
			_::-webkit-:not(:root:root), h2 {line-height:38px;}//safari only

		}
		*/
}

#container.page_about #b2b .text .innerText {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
}

#container.page_about #b2b .text * {
  color: white;
}

#container.page_about #b2b .text h2 {
  font-size: 50px;
  line-height: 50px;
}

@-moz-document url-prefix() {
  #container.page_about #b2b .text h2 {
    line-height: 45px;
  }
}

#container.page_about #b2b .text _::-webkit-:not(:root:root), #container.page_about #b2b .text h2 {
  line-height: 45px;
}

#container.page_about #b2b .text h2, #container.page_about #b2b .text p {
  max-width: 42%;
}

@media screen and (max-width: 1250px) {
  #container.page_about #sustainability {
    min-height: 0;
    padding: 0;
  }
  #container.page_about #sustainability #sustainabilityColumns:before {
    display: none;
  }
  #container.page_about #sustainability #sustainabilityColumns > div {
    width: 100%;
    min-height: 0;
    display: block;
  }
  #container.page_about #sustainability #sustainabilityColumns > div li h3 {
    font-size: 40px;
  }
  #container.page_about #sustainability #sustainabilityColumns > div:first-child {
    border: none;
  }
  #container.page_about #sustainability #sustainabilityColumns > div:last-child {
    padding-top: 0;
    border: none;
  }
  #container.page_about #b2b .text {
    /*
			max-width:45%;
			position:relative;
			margin:0 25px;
			padding:25px 25px 0 25px;
			*/
    /*
			h2{
				text-transform:none;
				font-size:40px;
				margin-bottom:20px;
			}*/
  }
  #container.page_about #team .teamContent {
    padding: 15px 25px 25px 25px;
  }
  #container.page_about #team .teamContent ul li {
    width: 50%;
  }
  #container.page_about #team .teamContent ul li:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 768px) {
  #container.page_about #welcome {
    height: 290px;
  }
  #container.page_about #intro {
    padding: 50px 25px;
  }
  #container.page_about #intro h2 {
    font-size: 22px;
  }
  #container.page_about #intro p {
    font-size: 16px;
    line-height: 21px;
  }
  #container.page_about #nutrition {
    padding: 50px 25px;
  }
  #container.page_about #nutrition h2 {
    font-size: 22px;
  }
  #container.page_about #nutrition h4 {
    font-size: 18px;
  }
  #container.page_about #nutrition p {
    font-size: 16px;
    line-height: 21px;
  }
  #container.page_about #vignettes > div {
    width: 100%;
    float: none;
  }
  #container.page_about #sustainability {
    min-height: 0;
    padding: 0;
  }
  #container.page_about #sustainability #sustainabilityIntro {
    padding: 50px 25px;
  }
  #container.page_about #sustainability #sustainabilityIntro h2 {
    font-size: 22px;
  }
  #container.page_about #sustainability #sustainabilityIntro p {
    font-size: 16px;
    line-height: 21px;
  }
  #container.page_about #sustainability #sustainabilityColumns > div li h3 {
    font-size: 22px;
  }
  #container.page_about #sustainability #sustainabilityColumns > div li p {
    font-size: 16px;
    line-height: 21px;
  }
  #container.page_about #sustainability #sustainabilityColumns > div li:last-child {
    margin-bottom: 25px;
  }
  #container.page_about #ourPeople #ourPeopleIntro {
    padding: 50px 25px;
  }
  #container.page_about #ourPeople #ourPeopleIntro h2 {
    font-size: 22px;
  }
  #container.page_about #ourPeople #ourPeopleIntro p {
    font-size: 16px;
    line-height: 21px;
  }
  #container.page_about #ourPeople ul li {
    padding: 75px 50px;
    width: 100%;
    height: auto !important;
    min-height: 0;
  }
  #container.page_about #team {
    height: 400px;
    min-height: 400px;
    padding: 100px 0;
  }
  #container.page_about #team #teamVignette .innerVignette > img {
    transition: opacity 0.5s;
  }
  #container.page_about #team #teamVignette.open .innerVignette > img {
    opacity: 0;
  }
  #container.page_about #team #toggleTeam {
    margin: 30px auto 30px auto;
    font-size: 30px;
  }
  #container.page_about #team #toggleTeam:after {
    margin-left: 20px;
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
  }
  #container.page_about #team .vignetteContent {
    margin-left: 25px;
    margin-right: 25px;
  }
  #container.page_about #team .teamContent {
    padding: 15px 25px 25px 25px;
  }
  #container.page_about #team .teamContent ul li {
    width: 100%;
    clear: both;
  }
  #container.page_about #team .teamContent strong, #container.page_about #team .teamContent i, #container.page_about #team .teamContent em {
    font-size: 20px;
  }
  #container.page_about #team .teamContent p {
    font-size: 16px;
    line-height: 21px;
  }
  #container.page_about #b2b {
    height: 350px !important;
  }
  #container.page_about #b2b .left {
    width: 100%;
  }
  #container.page_about #b2b .text {
    text-align: center;
    margin: 0 25px;
    padding: 30px 20px;
    height: 315px;
    max-width: 100%;
  }
  #container.page_about #b2b .text .innerText {
    width: auto;
    text-align: left;
  }
  #container.page_about #b2b .text h2 {
    text-align: left;
    font-size: 25px;
    line-height: 21px;
  }
  #container.page_about #b2b .text p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: left;
  }
  #container.page_about #b2b .text h2, #container.page_about #b2b .text p {
    max-width: 100%;
  }
  #container.page_about #b2b .text a {
    margin: 0;
  }
}

/*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
/*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
/*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
#categoriesMenu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}

#categoriesMenu h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

#categoriesMenu h2 a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

#categoriesMenu > div {
  border: 1px solid #555759;
  height: 330px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
}

#categoriesMenu ul {
  font-size: 0;
  letter-spacing: 0;
}

#categoriesMenu ul li {
  display: inline-block;
  width: 12.5%;
  text-align: center;
  vertical-align: top;
}

#categoriesMenu ul li .icon {
  display: block;
  width: 100%;
  height: 120px;
  text-align: center;
  position: relative;
}

#categoriesMenu ul li .icon > canvas, #categoriesMenu ul li .icon > img {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

#categoriesMenu ul li .icon > canvas {
  width: 95;
  height: 79;
}

#categoriesMenu ul li .title {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#categoriesMenu ul li .title span {
  margin-top: 20px;
  display: inline-block;
  max-width: 100px;
  font-family: "Trade Gothic W01 Cn_18";
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}

#categoriesMenu ul li .title span:hover {
  color: #8dc63f;
}

#categoriesMenu ul li a {
  font-family: "Trade Gothic W01 Cn_18";
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}

#categoriesMenu ul li.active * {
  color: #8dc63f;
}

@media screen and (max-width: 768px) {
  #categoriesMenu > div {
    height: 60px;
    padding: 0;
  }
  #categoriesMenu h2 {
    font-size: 24px;
    line-height: 58px;
    margin: 0;
  }
  #categoriesMenu ul {
    display: none;
  }
}

/*
Dark green - 555759
Light green - 95D600
Yellow - FFC627
Hot food red - B21E28
Festive red - C3002F
*/
/*
$regular:'Avenir LT W01_35 Light1475496';// 'Avenir 35 Light';
$bold: 'Avenir LT W01_55 Roman1475520';//'Avenir 55 Roman';
$trade:'Trade Gothic W01 Cn_18';//'Trade Gothic Pro Condensed No.18';
$tradeBold:'TradeGothicW01-BoldCn20_675334';//'Trade Gothic Pro Condensed No.18';
*/
/*
    font-family:"Avenir LT W01_35 Light1475496";
    font-family:"Avenir LT W01_55 Roman1475520";
    font-family:"Avenir LT W01_55 Obliqu1475526";
    font-family:"Trade Gothic W01 Cn_18";
    font-family:"TradeGothicW01-BoldCn20_675334";
*/
#wpsl-wrap {
  height: 720px;
  margin-bottom: 0;
}

#wpsl-left {
  width: 360px;
  float: left;
}

#wpsl-right {
  margin-left: 360px;
}

#featuredStore {
  position: relative;
  height: 290px;
  overflow: hidden;
}

#featuredStore * {
  font-family: "Trade Gothic W01 Cn_18";
}

#featuredStore img {
  height: 100%;
  display: block;
}

#featuredStore p {
  font-size: 25px;
  text-transform: uppercase;
  padding: 20px 30px 20px 40px;
  color: #555759;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s;
  width: 75%;
}

#featuredStore p strong {
  letter-spacing: 4px;
}

#featuredStore p strong {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 43px;
  margin-bottom: 20px;
}

@-moz-document url-prefix() {
  #featuredStore p strong {
    line-height: 40px;
  }
}

#featuredStore p _::-webkit-:not(:root:root), #featuredStore p strong {
  line-height: 40px;
}

#featuredStore p:hover {
  background-color: white;
}

#featuredStore p a.buttonRectangle {
  font-size: 17px;
  text-decoration: none;
}

.wpsl-preloader {
  margin-left: 25px;
}

.wpsl-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 360px;
  height: 160px;
  margin: 0;
  padding: 40px 0 0 30px;
  background-color: transparent;
}

.wpsl-search .wpsl-search-btn-wrap {
  display: none;
}

.wpsl-search #wpsl-search-wrap * {
  text-transform: uppercase;
}

.wpsl-search #wpsl-search-wrap label {
  font-family: "Trade Gothic W01 Cn_18";
  line-height: 30px;
  margin-bottom: 25px;
  display: inline-block;
  font-size: 22px;
}

.wpsl-search #wpsl-search-wrap #wpsl-search-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 170px;
  height: 48px;
  border: 1px solid #555759;
  border-radius: 0;
  font-family: "Trade Gothic W01 Cn_18";
  font-size: 17px;
  background-image: url("../assets/right-arrow.png");
  background-size: 48px 48px;
  background-position: right center;
  outline: none;
}

.wpsl-search #wpsl-search-wrap #wpsl-search-input::-ms-clear {
  display: none;
}

#wpsl-wrap #wpsl-result-list {
  height: 220px;
  width: auto;
  margin: 0;
  margin-right: 0;
  margin-top: 10px;
}

#wpsl-wrap #wpsl-result-list .wpsl-directions, #wpsl-wrap #wpsl-result-list .wpsl-direction-wrap, #wpsl-wrap #wpsl-result-list .wpsl-country {
  display: none;
}

#wpsl-wrap #wpsl-result-list .wpsl-store-location strong {
  font-size: 22px;
  font-family: "Trade Gothic W01 Cn_18";
  text-transform: uppercase;
}

#wpsl-wrap #wpsl-result-list li {
  padding: 5px 30px;
  border: none;
  cursor: pointer;
}

#wpsl-wrap #wpsl-result-list li.active *, #wpsl-wrap #wpsl-result-list li:hover * {
  color: #8dc63f;
}

#wpsl-wrap #wpsl-result-list li p span:last-child {
  display: none;
}

#wpsl-wrap #wpsl-result-list .data {
  display: none;
}

#wpsl-gmap {
  height: 720px !important;
  width: 100%;
}

#wpsl-stores {
  height: 100% !important;
}

.gm-style-iw {
  max-width: 280px;
}

#wpsl-gmap .wpsl-info-actions {
  display: block;
  margin: 0 !important;
}

.wpsl-info-window {
  padding: 20px 0 5px 20px;
}

.wpsl-info-window strong {
  text-transform: uppercase;
}

.wpsl-info-window span {
  display: inline-block;
  font-size: 15px;
}

.wpsl-info-window span:last-child {
  display: block;
}

.wpsl-info-window p {
  line-height: 20px;
}

.wpsl-info-window p:first-child strong {
  font-family: "Trade Gothic W01 Cn_18";
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
}

.wpsl-info-window .wpsl-info-actions a {
  float: none;
}

.wpsl-info-window .buttonStoreDetails {
  margin-top: 10px;
}

.wpsl-info-window .buttonStoreDetails, .wpsl-info-window .wpsl-directions {
  color: #555759;
  background-color: transparent;
  padding: 0 10px 0 10px;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #555759;
  border-bottom: 1px solid #555759 !important;
  height: 40px;
  line-height: 40px;
  min-width: 260px;
  text-transform: uppercase;
  margin: 0 0 14px 0;
  font-family: "Trade Gothic W01 Cn_18";
  font-size: 17px;
}

.wpsl-info-window .buttonStoreDetails:before, .wpsl-info-window .wpsl-directions:before {
  content: "";
  background-image: url("../assets/info.png");
  background-size: 30px 30px;
  background-position: center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: -9px;
}

.wpsl-info-window .buttonStoreDetails.wpsl-directions:before, .wpsl-info-window .wpsl-directions.wpsl-directions:before {
  background-image: url("../assets/icon-map.png");
}

#storeDetails {
  display: none;
  width: 910px;
  min-height: 555px;
  background-color: white;
  right: 80px;
  top: 25px;
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}

#storeDetails * {
  line-height: 27px;
  font-size: 16px;
}

#storeDetails h3 {
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Cn_18";
  font-size: 22px;
  margin-bottom: 25px;
}

#storeDetails strong, #storeDetails th {
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Cn_18";
}

#storeDetails .loading {
  margin: 45px;
}

#storeDetails .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-family: "Avenir LT W01_55 Roman1475520";
}

#storeDetails .close .b_close_store {
  z-index: 1;
  width: 40px;
  height: 40px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 20px;
  display: inline-block;
}

#storeDetails .close .b_close_store:before, #storeDetails .close .b_close_store:after {
  content: '';
  position: absolute;
  /*
				width: 46px;
				height: 2px;
				background-color: $brown;
				*/
  width: 14px;
  height: 2px;
  background-color: #909090;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  left: 50%;
  top: 50%;
}

#storeDetails .close .b_close_store:before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

#storeDetails .close .b_close_store:after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}

#storeDetails .close:hover {
  color: #8dc63f;
}

#storeDetails .close:hover * {
  color: #8dc63f;
}

#storeDetails .close:hover .b_close_store:before, #storeDetails .close:hover .b_close_store:after {
  background-color: #8dc63f;
}

#storeDetails .infosBoxes > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 45px 15px 45px;
  width: 50%;
  float: left;
}

#storeDetails .infosBoxes > div:nth-child(2) {
  float: right;
}

#storeDetails .openingTimes th {
  text-align: left;
  font-family: "Trade Gothic W01 Cn_18";
  width: 82px;
}

#storeDetails .openingTimes th:first-child {
  width: 125px;
}

#storeDetails .openingTimes th:last-child, #storeDetails .openingTimes td:last-child {
  text-align: right;
  /*
			&.center{
				text-align:center;
			}*/
}

#storeDetails .openingTimes td:first-child {
  text-transform: capitalize;
}

#storeDetails .contactDetails table {
  margin-bottom: 20px;
}

#storeDetails .contactDetails table * {
  line-height: 17px;
}

#storeDetails .contactDetails td {
  vertical-align: top;
}

#storeDetails .contactDetails td:first-child {
  width: 100px;
}

#storeDetails .contactDetails a {
  text-decoration: underline;
}

#wpsl-direction-details {
  padding-left: 20px;
}

#wpsl-direction-details .wpsl-back {
  padding: 2px 10px;
  border: 2px solid #555759;
  text-transform: uppercase;
  font-family: "Avenir LT W01_55 Roman1475520";
}

#wpsl-direction-details li {
  padding: 5px 10px;
}

@media screen and (max-width: 768px) {
  #featuredStore p {
    font-size: 24px;
    padding: 25px;
    line-height: 26px;
  }
  #featuredStore p strong {
    font-size: 35px;
    display: block;
    margin-bottom: 36px;
  }
  #featuredStore br {
    display: none;
  }
  #featuredStore .buttonRectangle {
    margin-top: 0;
  }
  #wpsl-wrap {
    height: auto;
    width: 100%;
  }
  #wpsl-left {
    width: 100%;
    float: none;
  }
  #wpsl-right {
    margin-left: 0;
  }
  .wpsl-search {
    width: auto;
    padding: 20px 25px;
    height: auto;
  }
  .wpsl-search #wpsl-search-wrap #wpsl-search-input {
    width: 240px !important;
  }
  .wpsl-search #wpsl-search-wrap label {
    max-width: 100%;
  }
  #wpsl-gmap {
    height: 450px !important;
  }
  .wpsl-info-window {
    padding: 5px 0 0 15px;
  }
  .wpsl-info-window .buttonStoreDetails, .wpsl-info-window .wpsl-directions {
    margin-right: 0;
    padding: 0 10px 0 15px;
    min-width: 220px;
  }
  #storeDetails {
    width: calc(100% - 20px);
    max-width: 100%;
    position: fixed;
    top: 80px;
    right: 0;
    padding-top: 0;
    height: 400px;
    border: 1px solid #555759;
    margin: 0 10px;
    min-height: 0;
  }
  #storeDetails * {
    line-height: normal;
  }
  #storeDetails .close {
    width: 100%;
    height: 32px;
    top: auto;
    right: 0;
    text-align: right;
    padding-top: 3px;
    position: relative;
    display: block;
    font-size: 0;
  }
  #storeDetails .close .b_close_store {
    width: 28px;
    height: 28px;
    margin-left: 5px;
    margin-right: 2px;
  }
  #storeDetails .close .b_close_store:before, #storeDetails .close .b_close_store:after {
    width: 28px;
    height: 3px;
  }
  #storeDetails h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #storeDetails .infosBoxes {
    height: 363px;
    overflow: auto;
  }
  #storeDetails .infosBoxes > div {
    float: none;
    width: auto;
    padding: 30px 20px 20px 20px;
  }
  #storeDetails .infosBoxes > div:nth-child(2) {
    float: none;
  }
}

/*# sourceMappingURL=default.css.map */