.container-fluid {
	margin: 0;
}


/*
NAVIGATION - top right bottom left
*/

body.navbar-is-fixed-top {
	padding-top: 130px !important;
}
body.navbar-is-fixed-top.logged-in {
	padding-top: 140px !important;
}

.navbar-default .navbar-nav > li > a {
  color: #606060;
  text-transform: uppercase;
  font-family:  "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.navbar {
	height: 110px;
}
.navbar.shrink {
	height: 60px;
	-webkit-box-shadow: 0 8px 6px -6px #777;
       -moz-box-shadow: 0 8px 6px -6px #777;
            box-shadow: 0 8px 6px -6px #777;
}

.navLogo {
	width: 100px;
	height: 100px;
}
.navLogo.shrink {
	width: 50px;
	height: 50px;
}

.navbar .navbar-nav > li {
	padding: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.navsearch {
	padding: 0 0 0 15px;
  display: none;
}

.navTransform {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar #block-search-form {
  float: none;
  margin: 8px;
}
.glyphicon-search {
	color: #606060;
}
.input-group {
	min-width: 220px;
}

.socialFollow {
	min-width: 100px;
	height: 20px;
	padding: 43px 0 0 10px;
}
.socialFollow.shrink {
	min-width: 100px;
	height: 20px;
	padding: 20px 0 0 10px;
}
.socialFollow a {
	float: right;
	margin-right: 10px;
}
.socialFollow a:first-child {
	margin-right: 15px;
}
.socialFollowIcon {
	width: 20px;
	height: 20px;
}


/*for collapsed*/
.navbar-collapse > .navbar .navbar-nav > li.dropdown, .navbar-collapse > .navbar .navbar-nav > li.last {
	padding: 0;
}
.navbar-collapse > .navsearch.dropdown {
	padding: 0 0 15px 15px;
}

.navbar-collapse {
	background: #fff;
	-webkit-box-shadow: 0 8px 6px -6px #777;
       -moz-box-shadow: 0 8px 6px -6px #777;
            box-shadow: 0 8px 6px -6px #777;
}

.dropdown-menu > li {
	padding: 6px 0 0;
}

.dropdown-menu > li.first-child {
	padding: 6px 0 0;
}

.dropdown-menu > li.last-child {
	padding: 6px 0 12px;
}

.dropdown-menu > li > a, .toggleLabel {
  color: #606060;
  font-family:  "Lato", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
}

.navbar-toggle {
	margin: 35px 15px 13px 0;
}
.navbar-toggle.shrink {
	margin: 13px 15px 13px 0;
}

.toggleLabel {
	float: left;
	margin: -2px 0 -2px 0;
}
.toggleBars {
	float: right;
	padding-left: 8px;
}

.stickit {}



.breadcrumb {
	margin: 10px 0 2px 0;
	line-height: .6;
}

.breadcrumb a, .breadcrumb li {
  color: #999;
  text-transform: uppercase;
  font-family:  "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
}


/*
LEFT SIDEBAR
*/

.region-sidebar-first.well {
	padding: 8px;
	font-family:  "Lato", Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.region-sidebar-first ul li a {
	padding: 8px 0;
}

.region-sidebar-first ul ul li a {
	padding: 4px 0 4px 10px;
	font-size: 12px;
	color: #999;
}

.region-sidebar-first ul ul ul li a {
	padding: 4px 0 4px 20px;
	font-size: 11px;
	color: #999;
}

/* LEFT COLLAPSED MENU */

.menu-block-wrapper ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.menu-block-wrapper li {
  width: 100%;
  display: block;
}

.js .menu-block-wrapper {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.menu-block-wrapper.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  color: #999;
}
a.nav-toggle:hover, a.nav-toggle:active, a.nav-toggle:focus, a.nav-toggle:visited {
	color: #999;
}



/*
PROGRAM OBJECTS
*/

#progObjs {
	margin: 0;
}
.po-set-ht {
	margin: 0 0 40px;
}

#progObjs ul, #progObjsInt ul {
	padding: 0;
	margin-top: 30px;
}

#progObjs li, #progObjsInt li {
	list-style: none;
	background-color: #fff;
}
.poFrontBox {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #649F20;
	height: 100%;
	background: linear-gradient(#649F20 50%, #fff 50%);

}

.poImage {
	height: 96px;
	border-top: 2px solid #fff;
}

#progObjs p {
	margin: 10px 15px 15px 15px;
	font-size: 12px;
	line-height: 2.2;
	font-family:  "Lato", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: left;
	color: #606060;
	background: #fff;
}

#progObjs p a {
	font-weight: 400;
}

.poH2 {
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	margin: 7px 0 7px 0;
}
.poH2 a {
	color: #fff;
}

/*
PROGRAM OBJECTS INTERIOR
*/

.poIntBox {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999;
	height: 100%;
	background: #fff;
}

.poImageInt {
	height: 80px;
}

#progObjsInt p {
	margin: 15px 15px;
	font-size: 14px;
	line-height: 1.6;
	font-family:  "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
}

#progObjsInt p a {
	font-weight: 400;
}

.poH2 {
	text-transform: uppercase;
	color: #649F20;
	text-align: center;
}
#progObjsInt ul li {
	margin-bottom: 15px;
}


/*
TAGLINE
*/
.tagline {
	width: 100%;
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
.tagline p {
	color: #649F20;
	margin: 0 20px 0 30px;
	font-family:  "Headland One", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}
.tagBold {
	font-weight: bold;
	color: #649F20;
}
.leafIcon {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 45px 0 0;
}


/*
FRONT BLOG BLOCK
*/

#frontBlog {
	margin: 10px 0 0 0;
}
.nbObject {
	margin: 0 0 15px 0;
}
.nbObject h3 {
	margin: 0 0 0 0;
	border-top: 1px solid #649F20;
	border-bottom: 0px solid #ddd;
	padding: 8px 15px 9px 0;
	line-height: .8;
	background: #fff;
}
.nbObject h3 a {
	color: #649F20;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
}
.nbObject p {
	color: #808080;
	font-size: 13px;
	padding: 10px 8px 0 0;
}
.nbObject p a {
	font-weight: bold;
}
.nbObject .views-field-body {
	float: left;
	width: 100%;
}
.nbTeaserImage {
	border-top: 1px solid #649F20;
	float: left;
	width: 100%;
	height: 180px;
	margin: 4px 0 4px 0;
	overflow: hidden;
}

.nbObject p:last-child {
	margin-bottom: 15px;
}
.nbInnerBox {
	height: 100%;
}
.view-blog2015 .views-row-4 .nbInnerBox {
	border-bottom: 1px solid #ddd;
}
.moreBlog {
	font-family:  "Lato", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 10px;
	float: right;
	margin: -8px 15px 0 0;
	text-transform: uppercase;
}


/*
EVENTS BLOCK
*/

.eventsFront {
	font-family:  "Lato", Helvetica, Arial, sans-serif;
	margin: 30px 0 0 0;
	border: 1px solid #BFD730;
	border-radius: 4px;
}
.eventsBox {
	padding: 15px;
}
.eventsHeader {
	font-weight: 900;
	font-size: 12pt;
	height: 35px;
	background: #BFD730;
	text-align: center;
	padding: 6px 0;
}
.whiteLink {
	color: #fff;
}
.eventTitle a, .eventTitle a:hover, .eventTitle a:active, .eventTitle a:visited, .eventTitle a:focus {
	color: #606060;
}
.eventDetails p {
	color: #999;
	font-size: 11px;
}
.eventDetails p:first-child {
	padding-top: 6px;
}
.eventDetails p:last-child {
	padding-bottom: 12px;
}


/*
ASIDE
*/

#frontAside{
	margin: 10px 0 0 0;
}
#intAside {
	margin-top: 32px;
}



/*
ENGAGE BLOCK
*/

.engage {
	margin-top: 40px;
}
.engageSocial {
	margin-top: 30px;
	}
.engage button {
	width: 100%;
	margin-bottom: 15px;
	color: #fff;
	border-color: #fff;
}

.engageSocial h2 {
	display: none;
}

.socialButtons {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.btn.socialButton {
	width: 30%;
	height: 20px;
	border: none;
	font-size: 11px;
	color: #fff;
}
a.btn.socialButton {
	padding: 2px 6px;
}
.addtoany_list.a2a_kit_size_32 a > span.socialIcon {
	width: 20px;
	height: 20px;
	padding: 0;
	line-height: 0;
	margin: -2px 5% 0 -6px;
}
.socialFB {
	background: #235B9E;
}
.socialTW {
	background: #00ABE3;
}
.socialEM {
	background: #7D614A;
}

.btn {
	font-family:  "Lato", Helvetica, Arial, sans-serif;
	font-size: 12pt;
}
.engage .btn:focus {
	outline: none;
}
.engage .btn:hover {
	border-color: #fff;
}
.btn-support {
	background: #A9515A;
}
.btn-volunteer {
	background: #747B4C;
}
.btn-follow {
	background: #526C73;
}
.btn-newsletter {
	background: #7D604A;
}

.shareType {
	color: #999;
	font-size: 14px;
	margin: 8px 12px 0 0;
}


/*
SINGLE PROMOTED
*/

#singlePromoted {
	border: 1px solid #526C73;
	border-radius: 4px;
	margin: 30px 0 0 0;
	background: #526C73;
}
.singlePromoBox {
	padding: 0 15px;
}
.singlePromoBox h3, .singleMore h3 {
	font-size: 12px;
	margin: 6px 0 6px 0;
	background: #526C73;
}
.singlePromoBox h3 a, .singlePromoBox h3 a:hover,.singlePromoBox h3 a:active,.singlePromoBox h3 a:visited,.singlePromoBox h3 a:focus {
	color: #fff;
}
.singleMore h3 {
	text-align: center;
}
.singleMore h3 a {
	text-transform: uppercase;
}
.singleMore h3 a, .singleMore h3 a:hover, .singleMore h3:active a, .singleMore h3:visited a, .singleMore h3 a:focus {
	color: #fff;
}
.singleTeaserImage {
	height: 60px;
	margin: 0 -15px;
}
.singlePromoBox p {
	background: #fff;
	margin: 0 -15px;
	padding: 15px;
	font-size: 11px;
	color: #999;
	font-weight: bold;
}
.singlePromoBox p span, .singlePromoBox p strong, .singlePromoBox p em {
	line-height: .9 !important;
}
.singleMore {

}


/*
FOOTER
*/

footer {
	margin-top: 60px;
	background: #eee;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.footerBox {
	height: 100%;
}
.footerCol {
	height: 100%;
}
.footerMenu {
	list-style: none;
	font-family:  "Lato", Helvetica, Arial, sans-serif;
  	font-weight: 900;
  	font-size: 13px;
  	padding: 15px 0 30px 15px;
  	vertical-align: bottom;

}
.footerMenu li {
	padding: 6px 0 0 0;
}
.footerMenu li:last-child {
	padding: 15px 0 0 0;
}
.footerMenu a, .footerMenu a:hover, .footerMenu a:focus, .footerMenu a:active {
	color: #999;
}
.footerSmLink {
	font-size: 10px;
	color: #999;
	padding: 15px 0 0 0;
}

.footerBBB {
	float: right;
	padding: 24px 15px 0 0;
}
.footerCN {
	float: right;
	padding: 15px 15px 40px 0;
	clear: both;
}

.footerInfoBox {
	width: 100%;
	height: 100%;
	padding: 15px 0 10px 0;
}
.footerInfoBox img {
	float: left;
	width: 80px;
	margin-left: 15px;
}
.footerInfoBox p {
	float: left;
	width: calc(100% - 125px);
	height: 100%;
	font-family:  "Lato", Helvetica, Arial, sans-serif;
  	font-weight: 700;
  	font-size: 13px;
  	color: #999;
  	margin: 5px 10px 0 15px;
}
.footerMenuLinks {
	width: 100%;
	height: 100%;
	padding: 15px 15px 20px 15px;
	clear: both;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #fff;
}
.footerMenuLinks a {
	text-transform: uppercase;
	font-family:  "Lato", Helvetica, Arial, sans-serif;
  	font-weight: 900;
  	font-size: 10px;
  	color: #999;
}

/*
MAIN STYLES
*/

.alert {
	margin: 30px 0 0;
}
.nav-tabs {
	margin: 30px 0 0;
}
.nav-tabs a {
	font-family:  "Lato", Helvetica, Arial, sans-serif;
  	font-weight: 900;
}

h1, h2, h3, h4 {
	color: #649F20;
}

.page-header {
  padding-bottom: 20px;
  margin: 20px 0 6px;
  border: none;
}

.headerImage {
	margin: 20px 0 0 0;
}
#page-image p {
	height: auto;
	min-height: 175px;
}

.maincontain {
	margin: 0;
}
.maincontain p a {
	font-weight: bold;
}
.maincontain h3 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 0;
	color: #649F20;
	border-bottom: 1px solid #ddd;
	padding-bottom: 14px;
}
.maincontain h4 {
	font-size: 21px;
	font-weight: 700;
	margin-top: 32px;
}
.maincontain ul {
	margin-top: 20px;
	padding-left: 1.5em;
}
.maincontain li {
	margin-top: 14px;
	color: #649F20;
}
.maincontain li span{
	color: #333333;
}
.maincontain li a {
	font-weight: bold;
}



.sideRight {
	float: right;
	width: 30%;
}

.greenBlock {
	width: 100%;
	padding: 10px;
	font-family:  "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
	border: 1px solid #649F20;
	margin: 40px 0 0 0;
}
.greenBlockHead {
	font-family:  "Lato", Helvetica, Arial, sans-serif;
  	font-weight: 900;
	font-size: 16px;
	color: #649F20;
}
.marginTopA {
	margin-top: 10px;
	display: inline-block;
}
table.recyclingClothing tr {
	border-bottom: 1px solid #999;
	font-family:  "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
table.recyclingClothing tr td{
	padding: 10px 0;
}
table.recyclingClothing th {
	height: 2em;
	border-bottom: none;
}

/*BLOG*/

div.node-teaser div.field-name-field-teaser-image{
	display: none;
}
#blogAside {
	padding: 0 15px;
}
#blogAside h2 {
	color: #606060;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 15px;
}
#block-blog-recent ul, .view-archive ul {
	padding: 0;
}
#block-blog-recent li, #block-menu-menu-programs a, .view-archive li {
	list-style: none;
	font-family:  "Lato", Helvetica, Arial, sans-serif;
  	font-weight: 700;
  	font-size: 12px;
  	padding: 6px 0;
}
.more-link {
	display: none;
}
.blogDate {
	float: left;
	font-family:  "Lato", Helvetica, Arial, sans-serif;
  	font-weight: 700;
  	line-height: 1.1;
  	color: #999;
  	font-size: 12px;
  	margin: 0 0 6px;
  	width: 98%;
  	border-top: 1px solid #999;
}
/*
.node-blog p:first-child:first-letter {
	float: left;
	color: #649F20;
}
*/
.node-blog img {
	max-width: 98%;
}
.node-blog div.field-type-taxonomy-term-reference, div.links {
	display: none;
}
.blogDateLeft {
	float: left;
}
.blogDateRight {
	float: right;
}
.blogDivider {
	margin: 20px 0 0;
}
/*
.blogHR {
	margin: 20px 0 40px;
	border-top: 1px solid #999;
}
*/
.blogMain {
	margin-top: 10px;
}
.view-upcoming-events .views-field-field-header-image div.field-content {
	min-height: 150px;
}

/*
EXISTING STYLES
*/

.sideimage {
	float: right;
	width: 30%;
	margin: 0 0 10px 20px;
}
.sideimage img {
	max-width: 100%;
}
.sideimage img.small50 {
	width: 50%;
}
.sidesegment {
	margin: 0 0 40px 0;
	padding: 10px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family:  "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
}
.sidesegment b {
	display: block;
	margin-top: 10px;
	color: #649F20;
	font-family:  "Lato", Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 1.2;
}


/*
OURMARKETS
*/
.marketsList {
	margin: 0 0 30px 0;
}
.marketsCol {
	font-family:  "Lato", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	color: #999;
   -webkit-column-count: 2;
      -moz-column-count: 2;
           column-count: 2;

   -webkit-column-gap: 5px;
      -moz-column-gap: 5px;
           column-gap: 5px;
}
.marketsCol a {
	font-size: 13px;
	display: inline-block;
	padding: 4px 0 4px 15px;
	color: #999;
}
.marketsCol span {
	color: #999;
}


/*
GREENMARKET SEARCH
*/

#greenmarket-site-search {
	width: 100%;
}

/* greenmarket site search */
#gms-ebt, #gms-textile, #gms-compost, #gms-battery, #gms-youthmarket {
  display:none;
}
/*
#gms-ebt-img, #gms-textile-img, #gms-compost-img, #gms-battery-img, #gms-youthmarket-img {
  opacity:0.2;
  filter:alpha(opacity=20);
}
*/
#greenmarket-site-search-controls {
  background-color: #acc41b;
  padding: 16px 32px 40px 15px;
  margin-bottom: 10px;
}
#greenmarket-site-search-table tbody {
  border: 0;
  border-color: transparent;
}
#greenmarket-site-search-title {
  font: 34px ChunkFiveRegular;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
  display: none;
}
/*
select.gms-left {
  background: transparent;
  width: 325px;
  padding: 0 0 5px 9px;
  font: 12px ChunkFiveRegular; 
  color: #fff;
  border: 1px solid #869b21;
  height: 35px;
  -webkit-appearance: none;
}
.gms-select-left, .gms-select-left-market {
  margin: 4px 18px 0 24px;
  width: 325px;
  height: 25px;
  overflow: hidden;
  background: url(../images/down-arrow.png) no-repeat right #869b21;
}
select.gms-right {
  background: transparent;
  width: 250px;
  padding: 0 0 5px 9px;
  font: 12px ChunkFiveRegular;
  color: #fff;
  border: 1px solid #869b21;
  height: 35px;
  -webkit-appearance: none;
}
.gms-select-right {
  margin: 4px 18px 4px 24px;
  width: 250px;
  height: 25px;
  overflow: hidden;
  background: url(../images/down-arrow.png) no-repeat right #869b21;
}
*/
.dk_container,
.dk-selected {
  background: -webkit-gradient(linear, left top, left bottom, from(#96ab31), to(#869b21)) !important;
  background: -moz-linear-gradient(top, #96ab31, #869b21) !important;
  background: -o-linear-gradient(top, #96ab31, #869b21) !important;
  background-color: #869b21 !important;
  width: 100% !important; 
  font: 1em Lato !important;
  font-weight: bolder;
  color: #fff;
  padding: 4px;
}

.dk-select-open-down, .dk-select-options {
	font-family: Lato, sans-serif;
}
.dk_container a,
.dk-select a {
  text-decoration: none!important;
  color: #fff !important;
  text-shadow: rgba(9, 9, 9, .5) 0 1px 0;
}
.dk-option a {
  background-color: #566b00;
  border-bottom: 1px solid #999;
  font-weight: bolder;
  padding: 8px 10px;
  font-family: Lato, sans-serif;
}
.dk_toggle {
  width: 248px !important; 
  background-position: 95% center;
}
.dk-option li {
  width: auto !important;
}
.dk-option li a {
  font: 11px Lato !important;
  color: #fff !important;
  font-weight: bolder;
}
a.dk_toggle {
  color: #fff !important;
}
/*
.dk_options_inner {
  overflow: auto;
  overflow-x: hidden !important;
}
.dk_options {
  width: 300px !important;
}
*/
#gms-address {
height: 25px;
width: 293px;
padding-left: 6px;
font: 1em Lato;
color: #999;
margin-top: 1px;
border-radius: 5px;

}
#gms-atmarket {
  padding-top: 10px;
}
#gms-atmarket-label {
  font: 0.8em Lato;
  font-weight: bold;
  color: #333;
  margin: 20px 24px 0 8px;
  vertical-align: middle;
  position: relative;
  bottom: 7px;
}
#gms-atmarket-desc {
  font: 1em Lato;
  color: #333;
  vertical-align: middle;
  margin-left: 8px;
}
#gms-atmarket-buttons img {
  vertical-align: middle;
}
.greenmarket-site-listing {
  background: #ececec;
}
h2.gms-list-title {
  font: 1.5em Lato;
  font-weight: bold;
  padding: 15px 0 0 15px;
  margin-bottom: 10px;
  color: #849E2A;
}
h2.gms-list-title a {
  color: #849E2A;
  text-decoration: none;
}
h2.gms-list-title a:hover {
  text-decoration: none;
}
.gms-list-street {
  padding: 0 10px 0 15px;
  font: 1em Lato;
  font-weight: bold; 
}
.gms-list-borough {
  font: 1em Lato;
letter-spacing: 1px;
text-transform: uppercase;
}
.gms-list-description {
  padding: 0 15px 10px 15px; 
  font: 1em Lato;
}
.gms-list-opentag {
  font: 1em Lato;
letter-spacing: 1px;
padding: 0 10px 0 20px;
}
.gms-list-daysopen {
   font: 1em Lato;
   padding-right: 5px;
 }
.gms-list-timesopen {
    font: 1em Lato;
}
.gms-list-ami {
  padding: 5px 0;
}
#gms-atmarket-info {
  display: none;
  font: 1em Lato;
  vertical-align: middle;
  margin-top: 12px;
}
#gms-atmarket-table {
  		
}
.gms-infobubble-title a {
  font-weight: 300;
  text-decoration: none; 
  margin-top:0px;
  font-size: 18px;
  line-height: 16px;
}
.gms-infobubble-title a:hover {
  text-decoration: none;
}
.gms-infobubble-daysopen {
  font: 1.2em Lato;
  margin-top: 5px;
}
.gms-infobubble-timesopen {
	font: 1.2em Lato;
}
.gms-list-product-days, .gms-list-farmer-days {
  padding: 0 15px 10px 15px; 
  font: 1.2em Lato;
  color: #ff3333;
  font-weight: bold;
}
.gms-infobubble-product-days .gms-multiday-name, .gms-infobubble-farmer-days .gms-multiday-name {
  color: #99cc33;
  font-weight: bold;
}
.gms-list-product-days .gms-multiday-name, .gms-list-farmer-days .gms-multiday-name {
  color: #ff3333;
  font-weight: bold;
}
.gms-multiday-day {
  color: #ff3333;
  font-weight: bold;
}

/*new greenmarket*/
.greenmarketBlock {
	margin: 40px 0 0 0;
}
.greenmarketBlock table {
	width: 100%;
	font: 1em Lato;
	font-weight: 300;
	font-size: 13px;
	margin: 0 0 30px 0;
}
.greenmarketBlock table td {
	vertical-align: top;
}
.greenmarketBlock p strong {}

/* greenmarket responsive */



/*
RECYCLING
*/


/*
RESPONSIVE STYLES
*/

@media screen and (min-width: 768px) {
	.navbar-nav .sub-arrow {
		display: none;
	}
	.container-fluid {
		margin: 0 30px;
	}
	.js .menu-block-1 {
	    position: relative;
	}
	.js .menu-block-1.closed {
	    max-height: none;
	}
	.nav-toggle {
		display: none;
	}
	.navbar-default .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
	}
	.navbar-collapse {
		background: transparent;
		-webkit-box-shadow: none;
	       -moz-box-shadow: none;
	            box-shadow: none;
	}
	.navbar .navbar-nav > li {
		padding: 25px 0;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
	.navbar .navbar-nav.shrink > li {
		padding: 0;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
	.navsearch {
		padding: 46px 0 0 15px;
	}
	.navsearch.shrink {
		padding: 22px 0 0 15px;
	}
	.view-blog2015 .views-row-3 .nbInnerBox {
		border-bottom: 1px solid #ddd;
	}
	.footerBox {
	height: 100%;
	display: flex;
	align-items: flex-end;
	}
	.footerMenuLinks {
	padding: 20px 15px 40px 15px;
	border-bottom: none;
	}
	.region-sidebar-first.well {
		border: none;
	}
	.engageSocial {

	}
	.leafIcon {
		margin: 0 30px 0 0;
	}
	.poImage {
		height: 140px;
	}

	
}



@media screen and (min-width: 992px) {
	.navbar-nav .sub-arrow {
		display: none;
	}
	.container-fluid {
	margin: 0 30px;
	max-width: 1140px;
	}
	.col-content {
	padding: 0 5% 0 3%;
	}
	.navbar-default .navbar-nav > li > a {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 13px;
	}
	.headerImage {
		padding-left: 3%;
	}
	.footerMenuLinks a {
  	font-size: 11px;
	}
	.engageSocial {
		margin: 0;
	}
}

@media screen and (min-width: 1200px) {
	.navbar-nav .sub-arrow {
		display: none;
	}
	.navbar-default .navbar-nav > li > a {
		padding-left: 25px;
		padding-right: 25px;
	}
	.leafIcon {
		margin: 0 15px 0 0;







	}
} 


/*
STAFf PAGE
*/

.grow-table tr {
padding: 8px 0;
}

.grow-table td {
padding:10px 10px 3px 3px;
}

.active-trail.active a, .active-trail.active a:visited {
color: #E73E5B;
}

/*
webform styling
*/

.webform-component {
padding: 7px 0 7px 0;
}

.form-item {
padding: 7px 0 7px 0;
}

.form-submit button {
padding: 10px 0 10px 0;
}

.toggleText {
	display: none;
}nd (min-width: 1200px) {
	.navbar-nav .sub-arrow {
		display: none;
	}
	.navbar-default .navbar-nav > li > a {
		padding-left: 25px;
		padding-right: 25px;
	}
	.leafIcon {
		margin: 0 15px 0 0;







	}
} 


/*
STAFf PAGE
*/

.grow-table tr {
padding: 8px 0;
}

.grow-table td {
padding:10px 10px 3px 3px;
}

.active-trail.active a, .active-trail.active a:visited {
color: #E73E5B;
}

/*
webform styling
*/

.webform-component {
padding: 7px 0 7px 0;
}

.form-item {
padding: 7px 0 7px 0;
}

.form-submit button {
padding: 10px 0 10px 0;
}

.toggleText {
	display: none;
}

#dk_container_gms-daysopen a {
width:293px !important; 
}

#dk_container_gms-borough a {
width:293px !important;
}


	
h2.gms-infobubble-title {
    margin-top: 0px;
	}

#greenmarket-site-search-controls {
	clear: both;
}

#greenmarket-site-search-table {
	width: 100%;
}	

#greenmarket-site-search-table td {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}

@media (min-width: 768px) { 
	#greenmarket-site-search-table td {
		width: 48%;
		margin-right: 5px;
	}
}
@media (min-width: 768px) { 
	#gms-atmarket-table {
		width: 100%;
		margin-right: 0;
	}
}

#greenmarket-site-search-table .dk-select, 
#greenmarket-site-search-table .dk-select-multi {
	display: block;
	width: 100%;
}

#gms-address {
	width: 100%;
	margin-left: 0;
}

.greenmarket-site-listing {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
}

.greenmarket-site-listing h2 {
	padding: 5px 0 10px 0;
	margin: 0;
}

.greenmarket-site-listing td {
	width: 100%;
	display: inline-block;
}

.greenmarket-site-listing .gms-list-street,
.greenmarket-site-listing .gms-list-opentag {
	padding: 0;
}

.gms-list-description {
	padding: 10px 0;
	font-family: "PT Serif", Georgia, Times, serif;
}

.greenmarket-site-listing .gms-list-street {
	margin-right: 5px;
}

.gms-infobubble-title {
	margin-bottom: 0;
	margin-top: 0;
	line-height: 0.8em;
}

.gms-list-ami {
	padding: 0;
}
