@import url("//hello.myfonts.net/count/27ccc0");
/* OSFM2 SCSS */
/* Written by Chris Chen - July 2013 */
@font-face {
  font-family: 'TradeGothicLTPro-Cn18';
  src: url("fonts/27CCC0_0_0.eot");
  src: url("fonts/27CCC0_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/27CCC0_0_0.woff") format("woff"), url("fonts/27CCC0_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'TradeGothicLTPro-Cn18Obl';
  src: url("fonts/27CCC0_1_0.eot");
  src: url("fonts/27CCC0_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/27CCC0_1_0.woff") format("woff"), url("fonts/27CCC0_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'TradeGothicLTPro-BdCn20';
  src: url("fonts/27CCC0_2_0.eot");
  src: url("fonts/27CCC0_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/27CCC0_2_0.woff") format("woff"), url("fonts/27CCC0_2_0.ttf") format("truetype"); }

/* Global Text */
body {
  font-family: "TradeGothicLTPro-Cn18", sans-serif;
  color: #333;
  font-weight: normal; }

strong, h1, h2, h3, h4, h5, h6 {
  font-family: "TradeGothicLTPro-BdCn20", sans-serif;
  font-weight: normal; }

em {
  font-family: "TradeGothicLTPro-Cn18Obl", sans-serif;
  font-style: normal; }

a {
  color: #4a6f30; }
  a:hover {
    text-decoration: none; }

p, li {
  margin: 0 0 1em;
  font-size: 20px;
  line-height: 28px; }

h1.title {
  font-size: 32px;
  line-height: 36px;
  color: #2d6f32;
  margin-bottom: 0.5em; }

h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 0.2em; }

h4 {
  margin: 0; }

form tbody {
  border: none; }

/* Common Layout */
html {
  overflow-x: hidden; }

#page, .region-bottom {
  max-width: 940px; }

#main {
  padding-top: 0; }

#header, #content, #navigation, .region-sidebar-first, .region-sidebar-second, #footer {
  padding-left: 20px;
  padding-right: 20px; }

#content {
  margin-bottom: 1.5em; }

.block {
  margin: 0; }

.sidebar .block,
.wrap-home-fullwidth .events.block,
#tweets .views-row {
  background: #e0eec8;
  padding: 5.2% 10%;
  margin-bottom: 1em;
  border: 1px solid #dce6cd;
  font-size: 20px;
  line-height: 26px;
  text-align: center; }

.sidebar .block p {
  margin: 0 -0.5em 1em; }

.sidebar .block .block-title,
.wrap-home-fullwidth .events.block .block-title {
  display: block;
  background: url(../images/bg-block-title.jpg) repeat-x bottom;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #2d6f32;
  font-family: Cambria, serif;
  font-style: italic;
  font-weight: bold; }

@media (min-width: 768px) {
  #content {
    padding-right: 0; }

  .not-front .region-sidebar-second {
    padding-top: 3.25em; } }
@media (min-width: 940px) {
  .front #main {
    max-height: 330px; }

  #header, #content, #navigation, .region-sidebar-first, .region-sidebar-second {
    padding: 0; }

  .sidebar-second #content {
    width: 67.1%;
    padding-right: 1%; }

  .sidebar-second .region-sidebar-second {
    width: 31.9%;
    margin-left: 68.1%; } }
/* Media Query fallback for IE7 and 8 */
.lt-ie8 .sidebar .block {
  padding: 5.6% 10%; }
.lt-ie8 .sidebar-second #content {
  width: 66.1%;
  padding-right: 0; }
.lt-ie8 .field-name-body {
  padding-right: 20px; }

.lt-ie9 .not-front .region-sidebar-second {
  padding-top: 3.25em; }
.lt-ie9 #header, .lt-ie9 #content, .lt-ie9 #navigation, .lt-ie9 .region-sidebar-first, .lt-ie9 .region-sidebar-second {
  padding: 0; }
.lt-ie9 .sidebar-second #content {
  float: left;
  width: 67.1%;
  padding-right: 1%;
  margin-left: 0%;
  margin-right: -80%; }
.lt-ie9 .sidebar-second .region-sidebar-second {
  float: left;
  width: 31.9%;
  margin-left: 68.1%;
  margin-right: -100%; }

.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.rounded-bottom {
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px; }

.keyline {
  height: 1px;
  background: #999;
  margin: 1.5em 0; }
  .keyline.thick {
    height: 6px;
    background: #cbe3aa;
    border-top: 2px solid #cedcbb; }

.clear {
  clear: both; }

/* Common UI Elements */
/* ------------------ */
.arrow-toggle {
  width: 11px;
  height: 7px;
  background: url(../images/sprite-arrow-toggle-sm.png) no-repeat;
  vertical-align: middle; }

.arrow-toggle-active {
  background-position: 0 -7px !important; }

a.button,
.webform-client-form input[type="submit"],
#edit-submit--2 {
  position: relative;
  display: block;
  width: 90%;
  padding: 0.5em 5%;
  margin: 0;
  border-bottom: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-family: "TradeGothicLTPro-Cn18", sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  behavior: url(/sites/all/themes/osfm2/pie/PIE.htc); }

a.button.green,
.webform-client-form input[type="submit"],
#edit-submit--2 {
  position: relative;
  background: #99c93b;
  -moz-box-shadow: inset 0px 1px 2px 2px #8ab54d;
  -webkit-box-shadow: inset 0px 1px 2px 2px #8ab54d;
  box-shadow: inset 0px 1px 2px 2px #8ab54d;
  behavior: url(/sites/all/themes/osfm2/pie/PIE.htc); }

a.button.green:hover,
.webform-client-form input[type="submit"]:hover,
#edit-submit--2:hover {
  background: #9fd456; }

a.button.green.recipe {
  margin-bottom: 1em; }

.lt-ie8 a.button {
  width: auto; }

/* Forms */
input, textarea {
  color: #989898; }

.webform-container-inline div.form-item {
  display: block; }

.webform-client-form input[type="text"] {
  width: 87.5%;
  max-width: 268px;
  padding: 15px;
  border: 1px solid #bcbcbc; }

.webform-client-form textarea {
  padding: 15px;
  border: 1px solid #bcbcbc; }

.webform-client-form input[type="submit"] {
  width: 99.5%;
  max-width: 296px; }

.lt-ie8 .form-submit {
  behavior: none; }

/* Search */
#block-search-form {
  position: relative;
  padding: 0;
  border: none;
  background: none; }

#block-search-form input[type="text"] {
  width: 94%;
  padding: 7px;
  border-top: 1px solid #bcbcbc;
  border-right: none;
  border-bottom: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc; }

#block-search-form input[type="submit"],
.search-form #edit-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 41px;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-left: none;
  background: #98c855 url(../images/arrow-right.png) no-repeat center center;
  color: transparent;
  font-size: 0px;
  -webkit-appearance: none; }

.search-form {
  position: relative;
  width: 300px; }
  .search-form .form-item-keys label {
    display: none; }
  .search-form input[type="text"] {
    width: 100%;
    padding: 11px;
    border: 1px solid #bcbcbc; }
  .search-form #edit-keys {
    width: 92%;
    margin-bottom: 1em;
    border-right: none; }

#edit-submit--2 {
  width: auto; }

/* Header */
/* ------ */
/* Menu */
.menu li.leaf {
  list-style: none; }

@media (max-width: 767px) {
  #mob-menu-toggle {
    display: block;
    background: #a7c74a;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    margin: 0; }

  .menu {
    display: none;
    margin: 1px 0 0;
    padding: 0; }
    .menu li.leaf {
      margin-bottom: 0; }
    .menu li.leaf a {
      display: block;
      background: #2f7026;
      color: #fff;
      text-align: center;
      text-decoration: none;
      padding: 20px 0;
      margin-bottom: 1px; }
      .menu li.leaf a:active {
        background: #5f8e56; }
    .menu li.last.leaf a {
      -moz-border-radius: 0px 0px 3px 3px;
      -webkit-border-radius: 0px 0px 3px 3px;
      border-radius: 0px 0px 3px 3px; } }
@media (min-width: 768px) {
  #mob-menu-toggle {
    display: none; }

  .menu {
    display: block !important;
    margin: 0 0 0 0; }

  .menu {
    float: right;
    margin: 0; }

  .menu li.leaf {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0; }
    .menu li.leaf a {
      display: block;
      color: #2d6f32;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      padding: 35px 10px 15px;
      margin: 0 -2px; }
      .menu li.leaf a:hover, .menu li.leaf a.active, .menu li.leaf a.active-trail {
        background: #e5f1d4; } }
@media (min-width: 940px) {
  .menu li.leaf a {
    font-size: 20px;
    padding: 35px 15px 15px; } }
.lt-ie9 #mob-menu-toggle {
  display: none; }
.lt-ie9 .menu {
  display: block !important;
  float: right;
  margin: 0; }
.lt-ie9 .menu li.leaf {
  display: block;
  margin: 0;
  float: left; }
  .lt-ie9 .menu li.leaf a {
    display: block;
    color: #2d6f32;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 -2px;
    padding: 38px 15px 15px; }
    .lt-ie9 .menu li.leaf a:hover, .lt-ie9 .menu li.leaf a.active, .lt-ie9 .menu li.leaf a.active-trail {
      background: #e5f1d4; }

/* Logo */
#logo {
  display: table;
  margin: 30px auto 20px;
  float: none; }

/* Slogan */
#name-and-slogan {
  float: none; }

#site-slogan {
  color: #a7c74a;
  font-family: 'Cambria', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  line-height: 23px;
  text-align: center; }

/* Hours */
#site-hours {
  margin: 20px 0 0;
  color: #363636;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase; }

/* Header Bottom */
.region-hours {
  display: block;
}
#header-bottom {
  display: block;
  background: url(../images/bg-header-bottom.png) repeat-x;
  height: 6px;
  margin: 1.5em 0; }
@media (min-width: 768px) {
  .region-hours {
    display: inline-block;
  }
}
/* HOME PAGE */
/* --------- */
#first-time {
  display: none; }

.wrap-home-fullwidth {
  margin: 0 20px; }

/* Feature Post */
.group_home_feature_wrap {
  position: relative;
  max-width: 620px; }
  .group_home_feature_wrap h1,
  .group_home_feature_wrap .more-feature {
    position: absolute; }
  .group_home_feature_wrap h1 {
    top: 20px;
    left: 20px;
    max-width: 80%;
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 32px; }
    .group_home_feature_wrap h1:after {
      content: ' >'; }
  .group_home_feature_wrap img {
    width: auto !important; }
  .group_home_feature_wrap .more-feature {
    top: 42.5%;
    right: 0; }
    .group_home_feature_wrap .more-feature a {
      display: block;
      width: 45px;
      height: 45px;
      background: #98c855 url(../images/arrow-right.png) no-repeat center center;
      color: transparent;
      font-size: 0px; }

/* Home Media */
.region-home-media p {
  margin: 0; }

/* Video */
/* Tweets */
#tweets .inside {
  margin: 0;
  font-size: 18px; }
#tweets .panel-col-first {
  display: none; }
#tweets .panel-col-last {
  width: 100%; }

@media (min-width: 768px) {
  #home-video {
    height: 410px; }

  .group_home_feature_wrap h1 {
    top: 6%;
    left: 4%;
    max-width: 60%;
    font-size: 52px;
    line-height: 52px; }

  .wrap-home-fullwidth .events.block {
    float: left;
    width: 25.6%;
    padding: 3%; }

  #tweets {
    float: right;
    width: 66%; }

  #tweets .views-row {
    padding: 3%; } }
@media (min-width: 940px) {
  #home-video {
    height: 350px; }

  .wrap-home-fullwidth {
    margin: 0; }

  .tweet-bird {
    display: block;
    width: 81px;
    height: 120px;
    background: url(../images/bg-tweet.png) no-repeat center right; }

  #tweets .views-row {
    background: none;
    padding: 0;
    margin-bottom: 1em;
    border: none; }

  #tweets .panel-col-first {
    display: block;
    width: 81px; }

  #tweets .panel-col-last {
    width: 497px;
    min-height: 76px;
    background: #e0eec8;
    padding: 20px;
    border-top: 1px solid #dce6cd;
    border-right: 1px solid #dce6cd;
    border-bottom: 1px solid #dce6cd; } }
.lt-ie9 .group_home_feature_wrap h1 {
  top: 6%;
  left: 4%;
  max-width: 60%;
  font-size: 52px;
  line-height: 52px; }
.lt-ie9 .wrap-home-fullwidth .events.block {
  float: left;
  width: 25.6%;
  padding: 3%; }
.lt-ie9 #tweets {
  float: right;
  width: 66%; }
.lt-ie9 #tweets .views-row {
  padding: 3%; }
.lt-ie9 .wrap-home-fullwidth {
  margin: 0; }
.lt-ie9 .tweet-bird {
  display: block;
  width: 81px;
  height: 120px;
  background: url(../images/bg-tweet.png) no-repeat center right; }
.lt-ie9 #tweets .views-row {
  background: none;
  padding: 0;
  margin-bottom: 1em;
  border: none; }
.lt-ie9 #tweets .panel-col-first {
  display: block;
  width: 81px; }
.lt-ie9 #tweets .panel-col-last {
  width: 497px;
  min-height: 76px;
  background: #e0eec8;
  padding: 20px;
  border-top: 1px solid #dce6cd;
  border-right: 1px solid #dce6cd;
  border-bottom: 1px solid #dce6cd; }

/* Node: Q&A */
.field-name-field-qa-teaser {
  font-family: 'TradeGothicLTPro-Cn18Obl' sans-serif;
  color: #2d6f32;
  margin-bottom: 1em;
  border-bottom: 1px solid #98c855; }

/* Page: Events, Page: Vendor Q&A Archives */
.view-blog-posts.view-display-id-page .views-row,
.view-blog-posts.view-display-id-page_2 .views-row {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #999; }

.view-blog-posts .views-field-title, .view-blog-posts .views-field-field-event-date {
  font-size: 20px; }

.view-blog-posts .views-field-body p {
  display: inline; }

/* Page: Our Vendors */
/* ----------------- */
/* Accordion Override */
.ui-widget {
  font-family: "TradeGothicLTPro-Cn18", sans-serif; }

.ui-accordion h3.ui-accordion-header {
  font-family: "TradeGothicLTPro-Cn18", sans-serif; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #fff;
  border: none; }

.ui-corner-all, .ui-corner-top, .ui-corner-bottom {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.ui-accordion .ui-accordion-header .ui-icon {
  left: 0.8em;
  margin-top: -3px; }

.ui-icon {
  width: 11px;
  height: 7px; }

.ui-state-default .ui-icon, .ui-state-active .ui-icon {
  background: url(../images/sprite-arrow-toggle-sm.png) no-repeat; }

.ui-icon-triangle-1-e {
  background-position: 0 0; }

.ui-icon-triangle-1-s {
  background-position: 0 -7px !important; }

.ui-accordion-header {
  background: #2d6f32; }

.ui-accordion-header:hover, .ui-state-active {
  background: #578c5b; }

.ui-accordion-content {
  background: #e5f1d4; }

.ui-accordion-content a {
  text-decoration: none; }

.ui-accordion-content a:hover {
  text-decoration: underline; }

.ui-widget-content {
  border: none; }

/* Dietary Features Icons */
.ui-accordion-content .views-row {
  clear: left; }
  .ui-accordion-content .views-row .views-field {
    float: left; }
  .ui-accordion-content .views-row .views-field-title {
    margin-right: 0.5em; }

.views-field-field-dietary-feature a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: url(../images/sprite-dietary-sm.png) no-repeat 0 0;
  width: 17px;
  height: 16px;
  margin-top: 4px;
  color: transparent;
  font-size: 0px;
  vertical-align: top; }

.views-field-field-dietary-feature a.diet-legend {
  background: url(../images/sprite-dietary-lg.png) no-repeat 0 0;
  width: 23px;
  height: 22px;
  margin-top: 0; }

a[href="/dietary-features/gluten-free"] {
  background-position: 0 0; }

a[href="/dietary-features/vegetarian"] {
  background-position: 0 -16px; }

a[href="/dietary-features/vegetarian"].diet-legend,
.ds-1col.view-mode-full .field-name-field-dietary-feature a[href="/dietary-features/vegetarian"] {
  background-position: 0 -44px; }

a[href="/dietary-features/organic"] {
  background-position: 0 -32px; }

a[href="/dietary-features/organic"].diet-legend,
.ds-1col.view-mode-full .field-name-field-dietary-feature a[href="/dietary-features/organic"] {
  height: 23px;
  background-position: 0 -22px; }

/* Node: Vendor */
.ds-1col.view-mode-full .field-name-body,
.ds-1col.view-mode-full .field-name-email-link .contact-info-links {
  margin-bottom: 1em;
  border-bottom: 1px solid #98c855; }

.section-contact-us .ds-1col.view-mode-full .field-name-body {
  border: none; }

.ds-1col.view-mode-full .field-name-field-dietary-feature {
  padding-bottom: 1em;
  margin-top: 1em;
  border-bottom: 1px solid #98c855; }

.ds-1col.view-mode-full .field-name-row-booth-edit {
  margin-top: 1em; }

.ds-1col.view-mode-full .field-name-email-link .contact-info-links {
  padding-bottom: 1em; }

.ds-1col.view-mode-full .field .label-inline {
  display: inline;
  padding-right: 1em;
  font-family: "TradeGothicLTPro-Cn18Obl", sans-serif;
  font-weight: normal; }

.field-name-field-springfeature .springF {
  background: url(../images/ico_spring.png) no-repeat;
  padding-left: 30px;
  font-family: "TradeGothicLTPro-Cn18Obl", sans-serif; }

.field-name-field-summerfeature .summerF {
  background: url(../images/ico_summer.png) no-repeat;
  padding-left: 30px;
  font-family: "TradeGothicLTPro-Cn18Obl", sans-serif; }

.field-name-field-fallfeature .fallF {
  background: url(../images/ico_fall.png) no-repeat;
  padding-left: 30px;
  font-family: "TradeGothicLTPro-Cn18Obl", sans-serif; }

.field-name-field-winterfeature .winterF {
  background: url(../images/ico_winter.png) no-repeat;
  padding-left: 30px;
  font-family: "TradeGothicLTPro-Cn18Obl", sans-serif; }

.ds-1col.view-mode-full .field-name-field-dietary-feature a {
  display: block;
  background: url(../images/sprite-dietary-lg.png) no-repeat 0 0;
  max-width: 120px;
  height: 22px;
  padding-left: 30px;
  margin-bottom: 3px; }

/* Page: Market Map */
/* ---------------- */
.view-map .views-field-nid,
.view-map .views-field-field-location,
.view-map .views-field-title {
  display: none; }
.view-map h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0.5em; }

#map {
  position: relative;
  background: url(../images/vendors-map.png);
  width: 923px;
  height: 523px; }

.pin {
  display: block;
  position: absolute;
  width: 31px;
  height: 33px;
  color: #FFF;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  text-align: center; }
  .pin:hover {
    background: #2b7031;
    color: #FFF;
    text-decoration: none; }

.map-tooltip {
  float: left;
  display: none;
  position: absolute;
  top: 0;
  min-width: 240px;
  line-height: 30px;
  font-weight: bold;
  text-align: right;
  z-index: 5; }
  .map-tooltip .text {
    float: right;
    background: url(../images/tooltip.png) right top no-repeat;
    width: auto;
    height: 42px;
    padding: 0 29px 0 11px; }

.cola {
  left: 822px; }

.colb {
  left: 790px; }

.colc {
  left: 757px; }

.cold {
  left: 725px; }

.cole {
  left: 693px; }

.colf {
  left: 661px; }

.colg {
  left: 629px; }

.colh {
  left: 597px; }

.coli {
  left: 564px; }

.colj {
  left: 532px; }

.colk {
  left: 500px; }

.coll {
  left: 468px; }

.colm {
  left: 436px; }

.coln {
  left: 404px; }

.colo {
  left: 308px; }

.colp {
  left: 276px; }

.colq {
  left: 243px; }

.colr {
  left: 211px; }

.cols {
  left: 179px; }

.colt {
  left: 147px; }

.row1 {
  top: 24px; }

.row2 {
  top: 91px; }

.row3 {
  top: 126px; }

.row4 {
  top: 195px; }

.row5 {
  top: 230px; }

.row6 {
  top: 295px; }

.row7 {
  top: 329px; }

.row8 {
  top: 379px; }

.row9 {
  top: 413px; }

.row10 {
  top: 466px; }

.row8.colo, .row9.colo {
  left: 372px; }

.row8.colp, .row9.colp {
  left: 340px; }

.row8.colq, .row9.colq {
  left: 308px; }

.row8.colr, .row9.colr {
  left: 276px; }

.row8.cols, .row9.cols {
  left: 243px; }

.row8.colt, .row9.colt {
  left: 211px; }

.row2.colo, .row3.colo, .row4.colo, .row5.colo, .row6.colo, .row7.colo {
  width: 44px; }

.row2.coln, .row3.coln, .row4.coln, .row5.coln, .row6.coln, .row7.coln {
  width: 43px;
  left: 392px; }

.row7.cols {
  left: 134px;
  width: 44px; }

.row8.colu {
  left: 134px;
  top: 364px;
  width: 44px;
  height: 33px;
  line-height: 24px; }

.row10.colt {
  top: 475px;
  left: 133px;
  width: 33px;
  height: 24px; }

.row10.colk {
  left: 468px; }
.row10.coll {
  left: 436px; }
.row10.colm {
  left: 404px; }
.row10.coln {
  left: 372px; }
.row10.colo {
  left: 340px; }
.row10.colp {
  left: 308px; }
.row10.colq {
  left: 276px; }
.row10.colr {
  left: 243px; }
.row10.cols {
  left: 211px; }

.pin.library {
  top: 82px;
  left: 22px; }
.pin.concession {
  top: 175px;
  left: 90px; }
.pin.cappuccino {
  top: 215px;
  left: 141px; }
.pin.menwashroom {
  top: 250px;
  left: 90px; }
.pin.washrooms {
  top: 341px;
  left: 90px; }
.pin.atm {
  top: 212px;
  left: 270px; }
.pin.info {
  top: 269px;
  left: 140px; }
.pin.bookexchange {
  top: 106px;
  left: 29px; }
.pin.events {
  top: 146px;
  left: 29px; }
.pin.firstaid {
  top: 243px;
  left: 187px; }
.pin.buskers1 {
  top: 74px;
  left: 158px; }
.pin.buskers2 {
  top: 420px;
  left: 157px; }
.pin.buskers3 {
  top: 58px;
  left: 890px; }
.pin.buskers4 {
  top: 440px;
  left: 890px; }
.pin.nohover:hover {
  background: none; }

.vendorrow.Other {
  display: none; }

@media (min-width: 480px) {
  .vendorrow {
    float: left;
    width: 45%;
    margin-right: 5%; }

  .vendorrow:nth-of-type(odd) {
    clear: left; } }
@media (min-width: 768px) {
  .vendorrow {
    width: 30%;
    margin-right: 3%; }

  .vendorrow:nth-of-type(odd) {
    clear: none; }

  .vendorrow:nth-of-type(3n-2) {
    clear: left; } }
.lt-ie9 .vendorrow {
  float: left;
  width: 30%;
  min-height: 430px;
  margin-right: 3%; }

/* Page: Recipes */
/* ------------- */
.view-recipes-all .views-row,
.view-gift-ideas .views-row {
  float: left;
  width: 280px;
  margin-bottom: 20px; }

.view-recipes-all .views-row-odd {
  margin-right: 20px; }

.view-recipes-all h4 {
  font-size: 14px;
  text-transform: uppercase; }

@media (min-width: 768px) and (max-width: 939px) {
  .view-recipes-all .views-row {
    width: 48%; }

  .view-recipes-all .views-row-odd {
    margin-right: 4%; }

  .view-recipes-all img,
  .view-gift-ideas img {
    width: auto !important; } }
@media (min-width: 940px) {
  .view-recipes-all .views-row,
  .view-gift-ideas .views-row {
    width: 300px; } }
.lt-ie9 .view-recipes-all .views-row,
.lt-ie9 .view-gift-ideas .views-row {
  width: 300px; }

/* Node: Recipe */
.view-mode-full img {
  margin-bottom: 1em; }

.recipeDesc {
  color: #4a6f30;
  font-family: "TradeGothicLTPro-Cn18Obl", sans-serif; }

.recipeIng {
  background: #e0eecc;
  padding: 3.5%;
  margin-bottom: 1em;
  color: #4a6f30; }

.recipeIng .label-above {
  background: url(../images/bg-block-title.jpg) repeat-x bottom;
  padding-bottom: 0.75em;
  margin-bottom: 0.5em;
  font-family: "TradeGothicLTPro-BdCn20", sans-serif;
  font-size: 20px; }

.field-name-field-r-instructions .label-above {
  margin-bottom: 1em;
  font-family: "TradeGothicLTPro-BdCn20", sans-serif;
  font-size: 20px; }

@media (min-width: 768px) {
  .recipeIng {
    float: left;
    width: 41%; }

  .group-right-col {
    float: right;
    width: 47.5%; } }
.lt-ie9 .recipeIng {
  float: left;
  width: 41%; }

.lt-ie9 .group-right-col {
  float: right;
  width: 47.5%; }

.lt-ie9 .field-name-field-back-recipes {
  margin-bottom: 3em; }

/* Page: Gift Ideas */
/* ---------------- */
.view-gift-ideas .views-row {
  margin-right: 20px; }

@media (min-width: 768px) {
  .view-gift-ideas .views-row:nth-of-type(3n) {
    margin-right: 0; }

  .view-gift-ideas .views-row:nth-of-type(3n-2) {
    clear: left; } }
@media (min-width: 768px) and (max-width: 939px) {
  .view-gift-ideas .views-row {
    width: 31.4%; } }
.lt-ie9 .view-gift-ideas .view-content {
  margin-right: -20px; }

.lt-ie9 .view-gift-ideas .views-row-3,
.lt-ie9 .view-gift-ideas .views-row-6,
.lt-ie9 .view-gift-ideas .views-row-9,
.lt-ie9 .view-gift-ideas .views-row-12,
.lt-ie9 .view-gift-ideas .views-row-15 {
  margin-right: 0; }

/* What's in Season */
/* ---------------------- */
.item-list .quicktabs-tabs {
  padding: 0;
  margin: 0 0 1.5em;
  font-size: 20px;
  text-transform: uppercase; }

ul.quicktabs-tabs li {
  padding: 0; }

.quicktabs-tabs li:after {
  content: '/';
  margin: 0 0 0 0.3em; }

.quicktabs-tabs li a {
  color: #4a6f30 !important;
  text-decoration: none; }

.quicktabs-tabs li.active a {
  font-family: "TradeGothicLTPro-BdCn20", sans-serif; }

.quicktabs-tabs li.last:after {
  content: ''; }

.lt-ie8 ul.quicktabs-tabs li {
  margin-right: 0.5em; }

.node-months-for-groceries p,
.sidebar .view-this-month-s-grocery-list p {
  margin-bottom: 0.1em; }

.sidebar .view-this-month-s-grocery-list h2 {
  display: none; }

.field-name-field-yearround-staples .field-label {
  margin-top: 1em;
  margin-bottom: 0.1em;
  font-family: "TradeGothicLTPro-Cn18Obl", sans-serif;
  font-size: 20px;
  font-weight: normal; }

/* Taxonomy Page */
.page-taxonomy .links,
.page-taxonomy .feed-icon {
  display: none; }

.page-taxonomy .field-name-body {
  margin-bottom: 1em;
  border-bottom: 1px solid #999; }

/* Footer */
/* ------ */
footer {
  display: block;
  background: #efefef url(../images/bg-footer.jpg) repeat-x top;
  padding-top: 30px; }
  footer .block {
    background: url(../images/bg-footer-column.jpg) no-repeat center bottom;
    padding-bottom: 1px;
    margin-bottom: 1.25em;
    text-align: center; }
  footer .block h2 {
    font-family: 'Cambria', serif;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0.75em; }
  footer table {
    margin: 0 auto 1em; }

.wrap-inner {
  position: relative; }

#to-top {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  width: 43px;
  height: 43px;
  background: #9b9b9b url(../images/arrow-up.png) no-repeat center center; }

#mc_embed_signup input {
  border: none;
  -webkit-appearance-button: none; }
#mc_embed_signup #mce-EMAIL {
  width: 190px;
  padding: 0.85em 15px;
  font-style: italic; }
#mc_embed_signup #mc-embedded-subscribe {
  width: 45px;
  height: 45px;
  background: #98c855 url(../images/arrow-right.png) no-repeat center center;
  font-size: 0px;
  color: transparent; }

/* Page Bottom */
/* ----------- */
.region-bottom .block, #block-block-15 {
  background: none;
  padding-bottom: 0; }

.region-bottom {
  background: #333;
  padding: 20px;
  color: #fff;
  text-align: center; }
  .region-bottom p {
    font-size: 13px;
    line-height: 16px; }
  .region-bottom a {
    color: #fff; }

.icon-social {
  display: block;
  background: url(../images/sprite-social.jpg) no-repeat;
  width: 30px;
  height: 30px;
  color: transparent;
  font-size: 0px; }

#tw {
  width: 36px;
  background-position: 0 0; }

#fb {
  background-position: -43px 0; }

#pt {
  background-position: -80px 0; }

#rss {
  background-position: -116px 0; }

#em {
  background-position: -152px 0; }

/* Media Queries */
/* ------------- */
@media (min-width: 768px) {
  body {
    border-top: 13px solid #98c855; }

  /* Header */
  #logo {
    margin: 20px 0 0;
    float: left; }

  #name-and-slogan {
    float: right;
    margin-top: -1.75em; }

  #site-hours {
    margin: 5px 0 0; }

  /* Footer */
  footer {
    margin-top: 1em; }

  footer .block {
    background: none; }

  .column-footer {
    float: left;
    max-width: 30%;
    margin-right: 7%; }

  .column-footer.last {
    margin-right: 0; } }
@media (min-width: 940px) {
  #header-bottom {
    margin: 1.5em -99999px; }

  #site-slogan, #site-hours {
    display: inline; }

  #site-hours {
    margin: 0 10px 0 20px; }

  footer .wrap-inner {
    width: 940px;
    padding: 0;
    margin: 0 auto; } }
.lt-ie9 body {
  border-top: 13px solid #98c855; }

/* Header */
.lt-ie9 #logo {
  margin: 20px 0 0;
  float: left; }

.lt-ie9 #header-bottom {
  margin: 1.5em -99999px; }

.lt-ie9 #name-and-slogan {
  float: right;
  margin-top: -1.75em; }

.lt-ie9 #site-hours {
  margin: 5px 0 0; }

/* Footer */
.lt-ie9 footer {
  margin-top: 1em; }

.lt-ie9 footer .block {
  background: none; }

.lt-ie9 .column-footer {
  float: left;
  max-width: 30%;
  margin-right: 7%; }

.lt-ie9 .column-footer.last {
  margin-right: 0; }

.lt-ie9 #site-slogan, .lt-ie9 #site-hours {
  display: inline; }

.lt-ie9 #site-hours {
  margin: 0 10px 0 20px; }

.lt-ie9 footer .wrap-inner {
  width: 940px;
  padding: 0;
  margin: 0 auto; }