/* Typefaces */

body {
  font-size: 17px;
  margin: 0;
  font-family: 'ff-kievit-web', sans-serif;
  -webkit-font-smoothing: antialiased; }

input[type=text], input[type=email] {
  font-family: 'ff-kievit-web', sans-serif;
  -webkit-appearance: none;
  border-radius: 0; }

textarea, input[type=submit] {
  font-family: 'ff-kievit-web', sans-serif;
  -webkit-appearance: none;
  border-radius: 0; }


/* Switch out ampersand for Kievit */
body {
  -moz-font-feature-settings: "ss03";
  -ms-font-feature-settings: "ss03";
  -webkit-font-feature-settings: "ss03";
  font-feature-settings: "ss03"; }

/* Universal Styles */
h1, h2, h3, h4, h5 {
  margin: 0; }


div, span, section, article, p, a, input, h1, h2, h3, h4, h5, h6, aside, textarea, food, food2 {
  box-sizing: border-box; }

h1 {
  font-family: 'ff-kievit-slab-web', serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: normal; }

h2 {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px; }

h3 {
  font-family: 'ff-kievit-slab-web', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 6px; }

/*RX edit: changed from 10px to 6px*/
h4 {
  margin-bottom: 6px; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 27px; } 

p {
  margin: 0 0 15px 0;
  font-size: 17px;
  line-height: 27px; }

dl {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden; }
  dl dt, dl dd {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 10px; }
  dl dt {
    width: 60%;
    float: left; }
  dl dd {
    width: 40%;
    float: left;
    padding-left: 0;
    margin-left: 0; }

	#entry_homepage #admission-info dl dt.fullListOnly, #entry_homepage #admission-info dl dt.fullListOnly + dd {
		display: none;
	}
 

	#entrances {
		margin-bottom: 15px;
	}
	
/*RX edit: Added a new font style for footnote*/
footnote {
  font-family: 'ff-kievit-slab-web', serif;
  font-size: 14px;
  margin-top: 10px; }
  
/*EP edit: new styles for menu item*/

food {
  font-size: 17px;
  display: block;
  margin: 15px 0 0 0;
  text-transform: uppercase;  
 }

food2 {
  font-family: 'ff-kievit-slab-web', serif;
  font-size: 14px;
  margin: 0 0 10px 0;
 }
  

/* General Styles */
.pagination li {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #eee;
  background-color: #eee;
  text-align: center;
  margin: 0 2px; }
  .pagination li:hover {
    background-color: #ddd; }
    .pagination li:hover a {
      text-decoration: none; }
  .pagination li a {
    color: black;
    font-weight: normal;
    padding: 8px 15px;
	display: block;
	width: 100%;
	height: 100%; }
  .pagination li.selected {
    background-color: white; }

.bbg_table thead {
  font-weight: bold;
  background-color: #f6f6f6; }
.bbg_table td {
  padding: 10px;
  border: 1px solid #eee; }

.bbg_list li {
  margin: 4px 0; }
  


ol.bbg_list {
  padding-left: 30px;
  margin: 0 0 15px 0;
  width: 82.4%; }

ol.bbg_list li {
    list-style-type: decimal; }
    
/*RX edit to make all OLs conform to new style*/
ol {
  padding-left: 30px;
  margin: 0 0 15px 0;
  width: 82.4%; }

ol li {
    list-style-type: decimal; }
    
    

/*RX edit to make it the same as ul*/
ul.bbg_list {
  padding-left: 30px;
  margin: 0 0 15px 0;
  width: 82.4%; }
  ul.bbg_list li {
    list-style-type: disc; }

/*RX edit to add unbulleted ul*/
ul.bbg_list_nobullet {
  margin: 0 0 15px 0;
  width: 82.4%; }
  ul.bbg_list_nobullet li {
    list-style-type: none;
    margin: 0 0 5px 0; }

ul.bbg_list_new {
  margin: 0 0 15px 0;
  width: 82.4%; }
  ul.bbg_list_new li {
    list-style-type: none;
    margin: 0 0 5px 0; }
    
/*RX edit to add 100% wide ul*/
ul.bbg_list_wide {
  padding-left: 30px;
  margin: 0 0 15px 0;
  width: 100%; }
  
  ul.bbg_list_wide li {
    list-style-type: disc; }


/*End RX edit*/




.callout-block {
  background: rgba(76, 140, 209, 0.2);
  padding: 15px;
  margin-bottom: 15px; }
  
  /*RX edit to create green callout-block*/
  .callout-block-green {
  background-color: #F4FAF0;
  padding: 15px;
}
  

/*.callout-block p {
  margin-bottom: 0; }*/ /*RX edit to allow for paragraphs in callout block*/

.accordion {
  margin-bottom: 10px; }
.accordion .title {
  color: black;
  display: block;
  cursor: pointer;
  font-weight: normal;
  border-radius: 2px;
  border: 2px solid #ddd;
  padding: 8px 12px;
  width: 100%; }
.accordion .title::before {
  content: "\f054";
  margin-right: 10px;
  font-family: FontAwesome;
  float: left;
  color: #7ac142; }
.accordion .title:hover {
  background-color: #f6f6f6; }
.accordion .title.open {
  font-weight: bold;
  background-color: #f6f6f6; }
.accordion .title.open::before {
  content: "\f078"; }
.accordion .title i {
  float: right; }

.accordion .content {
  display: none;
  margin-top: 10px;
  padding: 10px; }

.accordion .content.open {
	display: block;
}


/* new accordion styling */
.accordion + .content{
/*   display: none; */
  margin-top: 10px;
  padding: 10px;}

.accordion + .content.open{
/*   display: block; */
  background-color: white;}

button.accordion, button.accordion-toggle{
	border-style: none;
	padding:0px;
	width: 100%;
	text-align:left;
	background-color: white;}


/*  */
.accordion-toggle {
  margin-bottom: 10px; }
.accordion-toggle .title {
  color: black;
  display: block;
  cursor: pointer;
  font-weight: normal;
  border-radius: 2px;
  border: 2px solid #ddd;
  padding: 8px 12px;
  width: 100%; }
.accordion-toggle .title::before {
  content: "\f054";
  margin-right: 10px;
  font-family: FontAwesome;
  float: left;
  color: #7ac142; }
.accordion-toggle .title:hover {
  background-color: #f6f6f6; }
.accordion-toggle .title.open {
  font-weight: bold;
  background-color: #f6f6f6; }
.accordion-toggle .title.open::before {
  content: "\f078"; }
.accordion-toggle .title i {
  float: right; }

/*
.accordion .content {
  display: none;
  margin-top: 10px;
  padding: 10px; }
*/


.accordion-toggle + .content {
  margin-top: 10px;
  padding: 10px;
  background-color: white;
}
/* end new accordion styling */




  /*RX edit for full width content within accordions within image lists! 3/30/17*/
  .accordion .content-fullwidth {
  display: none;
  margin-top: 10px;
  padding: 10px; }
  

.other-ampersand {
  font-feature-settings: "c2sc", "smcp"; }

/* slightly different if accordion is on the left-hand menu */
.left-nav .accordion .title {
  padding: 0;
  border: none; }
.left-nav .accordion .title::before {
    content: none;
    margin-right: 0; }
.left-nav .accordion .title:hover {
    background-color: inherit; }
.left-nav .accordion .title.open {
    font-weight: normal;
    background-color: inherit; }
.left-nav .accordion .title.open::before {
      content: none; }
.left-nav .accordion .content {
  margin-top: 0;
  padding: 0; }

/* Form */
.bbg_form input[type=text], .bbg_form input[type=email] {
  border: 2px solid #e5e5e5;
  width: 100%;
  display: block;
  margin: 10px 0;
  padding: 10px; }
.bbg_form textarea {
  border: 2px solid #e5e5e5;
  width: 100%;
  display: block;
  margin: 10px 0;
  padding: 10px; }
.bbg_form fieldset {
  border: 1px solid #eee;
  padding: 10px 20px;
  margin: 20px 0; }
.bbg_form fieldset legend {
    padding: 0 10px;
    background-color: white;
    font-size: 12px;
    text-transform: uppercase; }

input[type=radio], input[type='checkbox'] {
  display: none; }
input[type=radio] + label {
  display: block; }
input[type='checkbox'] + label:before, input[type='radio'] + label:before {
  font-size: 20px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 8px;
  width: 23px; }
input[type=radio] + label:before {
  content: "\f10c";
  /* Radio Unchecked */ }
input[type=radio]:checked + label:before {
  content: "\f05d";
  /* Radio Checked */ }
input[type="checkbox"] + label:before {
  content: "\f096";
  /* Checkbox Unchecked */ }
input[type="checkbox"]:checked + label:before {
  content: "\f046";
  /* Checkbox Checked */ }

.radio label, .checkbox label {
  padding-left: 0; }

.form-grouping {
  margin: 20px 0; }
  .form-grouping > label {
    margin-bottom: 10px;
    display: block; }

.ui-selectmenu-button {
  border-radius: 0 !important;
  width: auto;
  border: 2px solid #e5e5e5;
  margin-right: 15px;
  min-width: 150px !important;
  font-family: 'ff-kievit-web', sans-serif;
  padding-left: 0;
  padding-top: 2px;
  font-size: 15px;
  background: white; }

.datepicker .ui-selectmenu-button {
  background: white url("/img/new-site-images/img/cal-icon.png") no-repeat scroll 8px 8px;
  padding-left: 20px; }

.ui-state-focus {
  border-color: transparent !important;
  background-color: #eee !important; }

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

/* Hero Images */

/* Default Hero */
.default-hero {
	background-image: url("/img/uploads/hero/_desktop_hero_regular/lab-building_4446115550.jpg");
} 

figcaption.default-hero {
	background-image: none;
	clear: both;
	float: left;
}

figcaption.default-hero em:after {
	content: " Antonio M. Rosario";
}




/* Links */
a {
  color: #7ac142;
  cursor: pointer;
  font-weight: bold; }
  a:hover {
    text-decoration: underline; }

h3 a {
  color: black;
  font-weight: normal; }
  h3 a:hover {
    color: #7ac142;
    text-decoration: none; }

.with-left-nav h3 a:hover {
  color: #7ac142;
  text-decoration: none; }

a.button, input[type=submit], button {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

/* Images */
figure {
  margin: 0;
  position: relative; }
figure.image-fullwidth {
	overflow: hidden;
    width: 100%;
    margin: 30px 0; }
    figure.image-fullwidth img {
      width: 100%; }
figure.float-left {
    float: left;
    width: auto !important;
    margin-right: 4.5%;
    margin-bottom: 10px; }
figure.float-left img {
      width: 100%; }

figcaption {
  font-family: 'ff-kievit-slab-web', serif;
  font-size: 14px;
  margin-top: 10px; }

.zoom-bg {
  border-top: 63px solid rgba(0, 0, 0, 0.5);
  border-left: 70px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0; }

.zoom-photo {
  background-image: url("/img/new-site-images/img/zoom-image.png");
  width: 19px;
  height: 21px;
  display: block;
  position: absolute;
  right: 10px;
  z-index: 999;
  top: 10px; }


/* Selection (highlighted) styles */
::-moz-selection {
	color: white;
	background: #4c8cd1;
}

::selection {
	color: white; 
	background: #4c8cd1;
}


/* Buttons */
.button {
  padding: 8px 15px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
  background-color: transparent;
  text-decoration: none;    
    line-height: 27px; 
     }
  
  .button:hover {
    text-decoration: none !important; }

.green-button {
  color: #7ac142;
  border: 2px solid #7ac142; }
.green-button:hover {
    color: white;
    background-color: #7ac142;
    text-decoration: none !important; }
    
/*RX edit 2/317 new button styles replaces old button styles. Now buttons are green with white text. The old buttons, white with green text, are now called white-button, and still used as secondary buttons*/ 

.green-button {
   color: white;
  background-color: #7ac142;
  border: 2px solid #7ac142;}
  
.green-button:hover {
      color: white;
    background-color: #67a437;
    text-decoration: none !important; }
 
  .secondary-button, a-secondary-button {
  color: #7ac142;
  background-color: white;
  border: 2px solid #7ac142; 
}
  
.secondary-button:hover, a-secondary-button:hover {
	color: white;
    background-color: #7ac142;
    text-decoration: none !important; 
    }

/*end edit*/
    

.blue-button {
  background-color: #4c8cd1;
  color: white; }

.full-width-button {
  width: 100%;
  margin-top: 10px; }

.white-button {
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  border: 2px solid white;
  padding: 10px 20px; }
  .white-button:hover {
    background-color: white;
    color: #7ac142; }

/* More Universal Styles */
hr {
  margin: 40px 0;
  background-color: #7ac142;
  height: 5px;
  width: 100%;
  border: 0; }

input[type=text], input[type=email] {
  border: 0;
  color: black;
  background-color: white;
  width: 100%;
  padding: 8px; }

section article {
  margin-bottom: 40px;
  overflow: hidden; }

.event-tag {
  line-height: 27px;
  text-transform: uppercase;
  font-size: 12px; }

.event-tag a {
  color: inherit;
  font-weight: inherit;
}

.feature-flag {
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  background-color: #fb8120;
  color: white;
  text-transform: uppercase;
  margin-top: -2px; /*changed by RX from -5px*/
  margin-left: -7px;
  padding: 2px 8px 0px; } /*changed by RX from 4 8 2*/
  
.feature-flag::before {
    content: "";
    border-top: 0px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #a7591a;
    position: absolute;
    bottom: -7px;
    left: 0%;
    display: inline-block; }

.event-information {
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold; }
  .event-information i {
    position: absolute;
    top: 0;
    left: 0; }

section .event-list li:last-child {
  border-bottom: 0; }

/* Layout */
.container {
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  max-width: 1095px;
  margin: 0 auto;
  position: relative; }

.last-column, ul.three-columns li:nth-of-type(3n), .related-materials aside:nth-child(2) {
  margin-right: 0 !important; }

ul.three-columns li:nth-of-type(3n+1) {
	clear: left;
}

ul.three-columns li:nth-of-type(n+4) {
	margin-top: 2.0em;
}


/* Header */
.container-no-float {
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  max-width: 1095px;
  margin: 0 auto;
  position: relative; }

#bbg-logo {
  z-index: 9999;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-image: url("/img/new-site-images/img/desktop-logo.png");
  width: 168px;
  height: 195px; }

header nav {
  background-color: #4c8cd1;
  font-size: 16px;
  padding: 0; }
  header nav > ul.container-no-float {
    text-align: right; }
  header nav > ul > li {
    vertical-align: top;
    cursor: pointer;
    list-style: none;
    display: inline-block;
    padding: 0;
    border-top: 3px solid transparent; }
header nav > ul > li:hover, header nav > ul > li.selected:hover {
      border-top: 3px solid #7ac142;
      background-color: white; }
header nav > ul > li.selected {
      border-top: 3px solid #7ac142;
      background-color: inherit; }
header nav > ul > li:hover > a {
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      color: #7ac142; }
header nav > ul > li > a {
      padding: 16px 0;
      margin-right: -3px;
      margin-left: -3px;
      padding-left: 15px;
      padding-right: 15px;
      display: inline-block;
      color: white;
      text-decoration: none;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
header nav > ul > li > a.trigger-search span {
        width: 19px;
        height: 19px;
        display: block;
        background-size: 19px 19px;
        background-image: url("/img/new-site-images/img/nav-search.png"); }
header nav > ul > li > a.trigger-search:hover span {
        width: 19px;
        height: 19px;
        display: block;
        background-size: 19px 19px;
        background-image: url("/img/new-site-images/img/nav-search-blue.png"); }
header nav > ul > li > a:hover {
        text-decoration: none; }
    header nav > ul > li:first-child > a {
      border-left: 0; }
    header nav > ul > li:last-child > a {
      border-right: 0; }

#desktop-header ul li ul {
  display: none; }
  
/* the focus and focus-within selectors added for accessibility AM 12/2018  */
#desktop-header ul li:hover ul,
#desktop-header ul li:focus ul,
#desktop-header ul li:focus-within > ul {
  display: block;
  position: absolute;
  z-index: 999; }
  
/* Support for IE since it breaks with the focus-within selector above  AM 12/2018 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #desktop-header ul li:hover ul {
       display: block;
	   position: absolute;
	   z-index: 999;}
}
  
#desktop-header ul li ul li {
  background-color: white;
  display: block; }
#desktop-header ul li ul li a {
    min-width: 250px;
    text-align: left;
    color: black;
    font-weight: normal;
    border-bottom: 3px solid transparent;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd; /*Added to keep menu from disappearing over white background - RX*/
    border-left: 1px solid #ddd; /*Added to keep menu from disappearing over white background - RX*/
    display: block;
    text-decoration: none; }
#desktop-header ul li ul li a:hover {
      background-color: #f6f6f6;
      border-bottom: 3px solid #7ac142;
      text-decoration: none; }
#desktop-header ul li:last-child {
    border-bottom: 1px solid #ddd; /*Added to keep menu from disappearing over white background - RX*/
 }

/* Search */
#search-container {
  overflow: inherit;
  display: none; }

.search-elements {
  width: 90%; }

#search {
  width: 465px;
  background-color: rgba(76, 140, 209, 0.8);
  position: absolute;
  z-index: 999;
  padding: 20px;
  right: 0; }
#search .close-search {
    opacity: .6;
    margin-top: -7px;
    float: right;
    color: white;
    font-size: 30px; 
    text-decoration: none;}
#search .close-search:hover {
      opacity: 1;
      text-decoration: none; }
#search input[type=text] {
    width: 70%;
    float: left;
    padding: 8px 10px; }
#search input[type=submit] {
    border-radius: 0;
    width: 30%;
    float: left;
    background: transparent;
    border: 2px solid white;
    color: white;
    text-transform: uppercase;
    padding: 9px 14px 8px 14px;
    font-size: 12px;
    font-weight: bold; }
#search input[type=submit]:hover {
      background-color: white;
      color: #4c8cd3; }

/* Footer */
footer {
  font-size: 15px;
  overflow: hidden;
  margin-top: 70px;
  border-top: 5px solid #7ac142;
  padding-top: 45px;
  clear: both;
    /*background-color: #666666;*/
  background-color: #4D4D4D; /*darker grey for higher contrast and accessbility*/
  color: white; }
footer a {
    font-weight: normal; }
footer section {
    float: left;
    width: 20.5%;
    margin-right: 6%; }
footer section a {
      color: white;
      text-decoration: underline;
      font-weight: normal; }
footer section h3 {
      font-family: 'ff-kievit-web', sans-serif;
      letter-spacing: 1px;
      margin-bottom: 20px;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 22px;
      color: #7ac142; }
footer section p {
      font-size: 15px;
      line-height: 22px; }
footer a.green-button {
    margin-top: 10px; }
footer #bottom-footer {
    margin-top: 35px;
    padding: 20px 0;
    background-color: #4c8cd1;
    color: white; }
footer #bottom-footer a {
      color: white;
      font-weight: normal;
      border-right: 1px solid white;
      padding-right: 20px;
      margin-right: 20px; }

.footer-link-list li {
  margin-bottom: 8px; }

.social-buttons {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
.social-buttons li {
    display: inline-block; }
.social-buttons li a {
      display: inline-block;
      width: 30px;
      height: 30px;
      opacity: .3; }
.social-buttons li a:hover {
        opacity: .5; }
.social-buttons li.facebook a {
      background: transparent url("/img/new-site-images/img/social-sprite.png") scroll no-repeat 0 0; }
    .social-buttons li.twitter a {
      background: transparent url("/img/new-site-images/img/social-sprite.png") scroll no-repeat -59px 0; }
    .social-buttons li.pinterest a {
      background: transparent url("/img/new-site-images/img/social-sprite.png") scroll no-repeat -88px 0; }
    .social-buttons li.instagram a {
      background: transparent url("/img/new-site-images/img/social-sprite.png") scroll no-repeat -118px 0; }
    .social-buttons li.flickr a {
      background: transparent url("/img/new-site-images/img/social-sprite.png") scroll no-repeat -146px 0; }

/* Page: Homepage */
.two-of-three-cols > div {
  overflow: hidden; }

.one-of-three-cols {
  width: 30.3%;
  margin-right: 4.5%;
  float: left; }

.two-of-three-cols {
  float: left;
  width: 65.20%;
  margin-right: 4.5%;
  overflow: hidden; }

.half-of-two-of-three-cols {
  width: 46.50%;
  margin-right: 4%;
  float: left; }

.one-of-two-cols {
  width: 47%;
  margin-right: 6%;
  float: left; }

/* MA: first heading of first section should not have the green border */
section:first-of-type > h2:first-of-type, main h2.article-category {
  margin-top: 0;
  padding-top: 0;
  border-top: 0; }

/* Carousel */
.homepage-hero {
  border-bottom: 5px solid #7ac142;
  margin-bottom: 50px; }

.flex-viewport {
  clear: both;
  height: 100%; }

.flexslider {
  border: 0 !important;
  margin-bottom: 0 !important; }

.slides {
  height: 100%; }
  .slides li {
    position: relative;
    background-size: cover !important;
    background-position: top;
    min-height: 43vh; }

.slider-content {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 60px;
  z-index: 9999;
  padding: 0; }
.slider-content div {
    text-align: right;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    top: 50%;
    transform: translateY(-50%);
    padding: 50px; }
    
.slider-content div.slider-hed{
	font-size: 42px;
	font-weight: normal;
	margin: 0px;
	text-align: right;
	font-family: ff-kievit-slab-web, serif;
	color:white;
	background-color: transparent;
    position: relative; 
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
}
.slider-content a {
    font-size: 15px;
    letter-spacing: 2px;
    padding: 8px 40px;
    margin-top: 10px;
    background-color: #fb8120;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block; }
.slider-content a:hover {
      text-decoration: none;
      background-color: #ec781d; }

body .flex-direction-nav .flex-disabled {
  /*opacity: 1 !important;*/ }
body .flex-direction-nav .flex-next {
  right: 10px; }
body .flex-direction-nav .flex-prev {
  left: 10px; }

.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before {
  font-size: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 0;
  /* padding: 0 10px 10px 10px; */ }

/* Other Homepage Elements */
.whats-new {
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 70px;  
  width: 100%;
  background-color: #f6f6f6;
  clear: left;
  border-top: 5px solid #7ac142;
  padding: 30px; }
.whats-new div {
    width: 45%;
    float: left;
    margin-right: 5%; }
.whats-new div img {
      margin-bottom: 20px;
      width: 100%; }
.whats-new div h3 a {
	text-decoration: none; }

#hp-upcoming-events article .event-photo, #hp-upcoming-events > ul > li .event-photo {
  float: left;
  width: 35%;
  margin-right: 8%; }
  #hp-upcoming-events article .event-photo img, #hp-upcoming-events > ul > li .event-photo img {
    width: 100%; }
#hp-upcoming-events article .event-info, #hp-upcoming-events > ul > li div.content {
  width: 57%;
  float: left; }
  #hp-upcoming-events article .event-info a, #hp-upcoming-events > ul > li div.content a {
    text-decoration: none; }
  #hp-upcoming-events article .event-info .event-information, #hp-upcoming-events > ul > li div.content .event-information {
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold; }
    #hp-upcoming-events article .event-info .event-information i, #hp-upcoming-events > ul > li div.content .event-information i {
      position: absolute;
      top: 0;
      left: 0; }

#hp-upcoming-events > ul > li {
	margin-bottom: 40px;
	overflow: hidden;
}

#hp-pib {
  margin-bottom: 10px;
  overflow: hidden; }
#hp-pib article {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
    float: left; }
#hp-pib article img {
      width: 100%; }

#hp-garden-news-blog ul li {
	overflow: hidden;
	margin-bottom: 40px;
}

#hp-garden-news-blog ul li a {
	text-decoration: none;
}

#hp-garden-news-blog article img, #hp-garden-news-blog ul li img, #bloom-latest-posts ul li img {
  width: 25%;
  margin-right: 5%;
  float: left; }
#hp-garden-news-blog article h3, #hp-garden-news-blog ul li h3, #bloom-latest-posts ul li h3 {
  width: 70%;
  float: left; }

#hp-garden-news-blog.gardening-article-aside {
	width: 100%;
	margin-left: 0px;}

/* Content Pages */
.left-nav {
  width: 21.6%;
  float: left;
  margin-right: 4.56%; }
.left-nav a {
    font-weight: normal; }
.left-nav .selected > a {
    font-weight: bold; }
.left-nav .selected > h3 > a {
    font-weight: bold; }
.left-nav h2 {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-decoration: none; }
.left-nav h3{
	font-size: 15px;
	font-weight: 400;}
.left-nav h2 a {
      font-size: 16px;
      font-weight: bold;
      color: black;
      text-decoration: none; }
.left-nav li a {
    font-weight: normal;
    color: black;
    text-decoration: none; }
.left-nav li a:hover {
      border-bottom: 1px solid #7ac142;
      color: #7ac142;
      padding-bottom: 2px; }
.left-nav > ul > li {
    margin-bottom: 30px;
    padding-left: 20px;
    background: transparent url("/img/new-site-images/img/nav-arrow.png") no-repeat scroll 0 6px; }
.left-nav > ul > li > a {
      font-size: 15px; }
.left-nav > ul > li.selected {
      background: transparent url("/img/new-site-images/img/nav-arrow-open.png") no-repeat scroll 0 5px; }
.left-nav > ul > li > ul > li {
      font-size: 13px;
      line-height: 22px;
      padding-left: 12px;
      margin-top: 15px; }
.left-nav > ul > li > ul > li.selected a {
        color: #7ac142; }
.left-nav .view-more {
    text-decoration: underline; }

main.with-left-nav {
  width: 73.84%;
  float: left; }

.with-left-nav h2, section#greenButton {
  border-top: 5px solid #7ac142;
  padding-top: 40px;
  margin-top: 70px; }
.with-left-nav a, #entry_homepage.container a, .related-materials a {
  text-decoration: none; }
  .with-left-nav a:hover, #entry_homepage.container a:hover, .related-materials a:hover {
    text-decoration: underline; }

.article-container figure, .article-container p {
  width: 82.4%; }

.gardening-article-container figure, .gardening-article-container p {
  width: 100%; }

img.person-photo {
	float: left;
	margin: 0px 1em 0.2em 0px;
}

/* Hero Image */
.hero-image /*, .homepage-hero */ {
  max-height: 43vh;
  }

.hero-image {
  height: 400px;
  width: 100%;
  background-size: cover;
  position: relative;
  margin-bottom: 70px; }
  
.hero-image h1 {
  	color: white;
    padding: 20px 40px;
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 5px solid #7ac142;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 27%;
    width: 73%; }

.hero-image h1 a {
	    text-decoration: none;
	    color: white;
	    font-weight: normal;}
	
/* Page: Japanese Hill-and-Pond Garden */
.article-module-1, .article-module-2 {
  border: 1px solid #7ac142;
  border-top: 5px solid #7ac142; }

.article-module-1 {
  margin-top: 20px;
  width: 44.91%;
  margin-right: 6.17%;
  display: inline-block;
  vertical-align: top; }

.article-module-2 {
  margin-top: 20px;
  width: 31.57%;
  display: inline-block;
  vertical-align: top; }

.article-module-1:nth-of-type(2) {
	margin-right: 0px;
  margin-top: 20px;
  width: 31.57%;
  display: inline-block;
  vertical-align: top; }

.article-module-1 .image {
  width: 100%;
  height: 200px;
  display: block;
  background-image: url("/img/new-site-images/placeholder-img/module-photo1.jpg");
  background-size: cover; }

.article-module-1 .blue-button {
	white-space: normal;
	overflow: hidden;
}


.article-module-2 .image, .article-module-1:nth-of-type(2) .image,  {
  width: 100%;
  height: 200px;
  display: block;
  background-image: url("/img/new-site-images/placeholder-img/module-photo2.jpg");
  background-size: cover; }

.module-photo {
  position: relative; }
  .module-photo img {
    width: 100%;
    height: 200px;
    max-height: 200px; }
.module-photo .blue-button {
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 18px 15px 10px 20px; }
.module-photo .blue-button span {
      color: #4c8cd1;
      background-color: white;
      border-radius: 200%;
      padding: 8px 6px 3px 8px;
      margin-left: 10px; }

.module-content {
  padding: 25px; }
  .module-content h3 {
    margin-bottom: 0; }
  .module-content p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 0; }

/* Page: Education and Activities at the Garden */
.education-container h2 {
  font-size: 32px;
  margin-bottom: 10px; }

.education-subhead {
  margin: 0 0 30px 0;
  font-family: 'ff-kievit-slab-web', serif;
  font-style: italic; }

.education-section ul {
  overflow: hidden; }
.education-section ul.three-columns li {
    width: 29%;
    float: left;
    margin-right: 6.5%; }
.education-section ul.two-columns {
    overflow: hidden; }

/*.education-section ul.three-columns li { width: 29.3%; float: left; margin-right: 5.1%; }*/
/* Edited out and replaced with the below as per Tamara's updated correction to the education grid */
#entry_directions ul.two-columns {
  overflow: hidden; }

/*.education-section ul.two-columns li, #entry_directions ul.two-columns li { width: 47%; margin-right: 5.1%; float: left; }*/
/* Edited out and replaced with the below as per Tamara's updated correction to the education grid */
.education-section ul.two-columns li, #entry_directions ul.two-columns li {
  width: 46.6%;
  margin-right: 6.5%;
  float: left; }

.education-section ul li img {
  margin-bottom: 20px;
  width: 100%; }
.education-section .more-resources {
  margin-top: 70px; }
.education-section .more-resources h4 {
    font-size: 15px;
    font-weight: normal;
    font-family: 'ff-kievit-slab-web', serif;
    font-style: italic; }
.education-section .more-resources li {
    display: inline; }
.education-section .more-resources li a {
      margin-right: 15px;
      font-size: 13px;
      color: black;
      font-weight: bold;
      text-decoration: underline; }

#entry_directions section ul.two-columns li {
  width: 27%; }
  #entry_directions section ul.two-columns li.last-column {
    width: 67%; }
  #entry_directions section ul.two-columns li ul li {
    width: 100%; }
#entry_directions #directionsForm #entranceButtons label, #entry_directions #directionsForm #transModeButtons label {
  font-size: 16px;
  margin-right: 2px; }
#entry_directions #directionsForm #entranceButtons input[type="radio"] + label, #entry_directions #directionsForm #transModeButtons input[type="radio"] + label {
  display: inline-block; }
#entry_directions #directionsForm #entranceButtons input[type="radio"] + label::before, #entry_directions #directionsForm #transModeButtons input[type="radio"] + label::before {
  font-size: 18px;
  padding-right: 3px;
  width: 19px; }

/* Page: Visit Brooklyn Botanic Garden */
.one-of-two-cols li {
  overflow: hidden;
  margin-bottom: 20px; }
	.one-of-two-cols li a.photo, .one-of-two-cols #press-latest-posts > ul > li > a {
    float: left;
    width: 40%;
    margin-right: 5%; }
  .one-of-two-cols li a img {
    width: 100%;
    float: left; }
  .one-of-two-cols li div.content {
    width: 55%;
    float: left; }

.visit-event-calendar .visit-featured-event {
  background-color: #f6f6f6; }
  .visit-event-calendar .visit-featured-event div.content {
    padding-top: 15px; }
  .visit-event-calendar .visit-featured-event img, .event-list-min .visit-featured-event img {
    margin-bottom: 0;
    float: none; }

.with-left-nav .event-list h2 {
	margin-top: 0;
}
 
.press-release-detail {
	line-height: 27px;
}

#map-canvas {
  width: 100%;
  height: 400px;
  margin-bottom: 30px; }

#diningimage, #weddingsimage, #corporateventsimage, .one-of-twocolumn-wide-image {
  margin-bottom: 30px;
  width: 100%; }

/*RX edit: Make one-of-two-column-wide-images generic*/
/* Page: Events */
.event-filters {
  overflow: hidden;
  /*text-align: center;*/
  margin-bottom: 20px; }
  
  .event-filters a.green-button, .event-filters button.green-button, .pib-filters button.green-button {
    display: inline-block;
    vertical-align: top; }

.event-list li, ul#howtos-index > li, #handbooksList > li, ul.article-index-list > li {
  overflow: hidden;
  border-top: 1px solid #d1d1d1; }

.event-list li {
  padding: 30px 40px; }

ul#howtos-index > li, #handbooksList > li, ul.article-index-list > li {
  padding: 30px 10px; }

.event-list li.firstevent {
  border-top: 0; }
.event-list li.dontmiss-event {
  background-color: #f6f6f6; }
.event-list li a.photo {
  float: left;
  width: 35%;
  margin-right: 5%; }

ul#howtos-index > li > h3 {
  margin-bottom: 0.7em; }

ul#howtos-index > li a.photo, ul.article-index-list > li a.photo {
  float: left;
  min-height: 125px;
  width: 35%;
  margin-right: 5%; }

.event-list li a.photo img, ul#howtos-index > li a.photo img, ul.article-index-list > li a.photo img {
  width: 100%; }

.event-list li div.content, ul#howtos-index > li div.content {
  width: 60%;
  float: left; }

.event-list li .event-information {
  margin-bottom: 10px; }

.event-list > li:first-child, ul#howtos-index > li:first-of-type, #handbooksList > li:first-of-type, .event-list.with-dates > li {
  border-top: 0; }


.event-list-min li .event-information {
  margin-bottom: 10px; }

/* MA tweak: padding, not margin, otherwise there's a gap between featured backgrounds and no backgrounds */
.event-list li {
  margin-bottom: 0;
  padding: 50px 40px 30px 40px; }
  .event-list li p {
    margin-bottom: 0; }



/* MA: new calendar layout 11/16 */
	.event-filters .filters-mobile {
		display: none;
	}
	
	.event-filters {
		padding: 0% 0% 0% 10%;
		border: 1px solid #d1d1d1;
	}


	.flexbox .event-filters.flexpage, .flexbox .flexrow.flexpage  {
		display: flex;
		flex-flow: row wrap;
	}
	

 	.flexbox .flexcolumn.flexpage  {
 		display: flex;
 		flex-flow: column wrap;
 	}

		
	.event-filters > ul, .event-filters > div ul, .event-filters #datePicker {
		margin: 1.3em 2.3em;
	}
	

	/* Calendar cells need to maintain a min width to avoid smooshing */
	.event-filters table tr td {
		min-width: 21px;
	}

	.ui-menu-item.ui-state-focus {
		border: 0;
	}
	
	
	@media (max-width: 600px) {
		.event-filters {
			padding: 0;
			border: 0;
		}

		.flexbox .event-filters.flexpage  {
			display: flex;
			flex-flow: column wrap;
		}

		.event-filters .filters-mobile {
			display: block;
		}

		.event-filters .filters-desktop, .event-filters #datePicker {
			display: none;
		}
		
		.event-filters #datePicker {
			margin-top: 0;
		}
		
		.event-filters #datePicker table {
			width: 100%;
		}
		
	}
	
	/* RX Additions for new cal layout 11/29 */

#datePeriod li {
	line-height: 24px;
}

#eventType li {
	line-height: 24px;
}

.current {
	color: black;
	font-weight: normal;
}


/* MA: the blog and the how-tos don't need the min-height on the image (I.E. no empty space for missing images */
#entry_garden_news_index ul#howtos-index > li a.photo, #entry_gardening_articles_index ul#howtos-index > li a.photo {
	min-height: 0;
}


/* Page: Plants in Bloom and other lightbox galleries */
.lightbox-gallery {
  clear: both;
  /* overflow: hidden; */ }
  .lightbox-gallery li {
    position: relative;
    float: left;
    margin-right: 6.19%;
    width: 29.2%;
    margin-bottom: 60px; }
    .lightbox-gallery li:first-of-type {
      margin-right: 6.19%;
      width: 46.9%; }
    .lightbox-gallery li:nth-of-type(2) {
      width: 46.9%;
      margin-right: 0; }

  .lightbox-gallery li:nth-of-type(3n+3) {
    clear: both; }
  .lightbox-gallery li:nth-of-type(3n+5) {
    margin-right: 0; }
     
    .lightbox-gallery li img, .lightbox-gallery li div.photoCell {
      margin-bottom: 30px;
      width: 100%; }
    .lightbox-gallery li p {
      width: 100%; }
      
  /* added by Anya to ajust for orange gallery flags 2/9/2018 */
  	.lightbox-gallery-adjusted li{
	  margin-bottom: 33px;
	  line-height: 1.4; 
	  width: 28.9%;
	  }
	.lightbox-gallery-adjusted li:first-of-type {
      margin-left: 0.9%;
      margin-top: 0.5%;
      width: 46.2%; }
    .lightbox-gallery-adjusted li:nth-of-type(2) {
	  margin-top: 0.5%;
      width: 46.2%;}
     .lightbox-gallery-adjusted li:nth-of-type(3n+3) {
	   margin-left: 0.9%  
     }
	 .lightbox-gallery-adjusted li img{
	  margin-bottom: 4px;}
   /* end Anya's changes 2/9/2018    */
      
      
  .lightbox-gallery aside {
    float: left;
    width: 100%;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    border-left: 0;
    border-right: 0;
    padding: 3px 0;
    margin-bottom: 60px; }
    .lightbox-gallery aside div {
      text-align: center;
      background-image: url("/img/new-site-images/placeholder-img/bird.jpg");
      background-size: cover;
      color: white;
      padding: 50px 0 50px 200px; }
      .lightbox-gallery aside div p {
        width: 100%;
        padding: 0 50px; }
      .lightbox-gallery aside div a {
        margin: 0 20px; }
  .lightbox-gallery li:first-child > div.photoCell, .lightbox-gallery li:nth-of-type(2) > div.photoCell {
    width: 29.2%; }



.image-description .attribution {
	display: none;
}
.pib-image-caption .image-description .attribution {
	display: inline-block;
}


/* added by MA for the rows-of-three image grid */
.three-across-photoset li {
  position: relative;
  float: left;
  margin-right: 6.19%;
  width: 29.2%;
  margin-bottom: 60px; }
  .three-across-photoset li:nth-of-type(3n+4) {
    clear: both; }
  .three-across-photoset li:nth-of-type(3n) {
    margin-right: 0; }
  .three-across-photoset li img, .three-across-photoset li div.photoCell {
    margin-bottom: 30px;
    width: 100%; }
  .three-across-photoset li p {
    width: 100%; }

.lightbox-gallery li div.photoCell, .three-across-photoset li div.photoCell {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 67%;
  max-height: 150px; }


.lightbox-gallery-caption {
	display: none;
}


div.loadmore {
  text-align: center;
  clear: both;
  position: relative;
  margin: 10px 0; }

/* MA: by default do not show a lazyload button, let jquery activate it depending on whether there are more rows to display */
div.loadmore.lazy {
  display: none; }

  div.loadmore::before {
    border-top: 1px solid #d1d1d1;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%; }
  div.loadmore span {
    background-color: white;
    padding: 0 20px;
    position: relative;
    display: inline-block; }

#bloom-calendar {
  text-align: center;
  float: right;
  border: 2px solid #e5e5e5;
  padding: 15px 15px;
  margin-left: 20px;
  margin-bottom: 20px; }
  #bloom-calendar a {
    display: block; }
  #bloom-calendar p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    width: 100%; }

#pib-filter {
	margin-top: 60px;
	float: none;
	clear: both;
}
#pib-filter h3 {
  font-size: 20px; }
#pib-filter .checkbox {
  display: inline;
  margin: 0 10px 10px 0 }
#pib-filter label {
  vertical-align: top;
  display: inline-block;
  margin-top: 6px; }
#pib-filter .ui-selectmenu-button {
  margin-bottom: 20px; 
  width: 150px;
  height: 39px;}

#pib-filter .ui-selectmenu-text{
	margin-left: 15px;
	margin-top:9px;
}

#pib-filter .ui-selectmenu-icon{
	margin-top:7px;
}
.ui-menu .ui-menu-item, .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: #fff;
  font-family: 'ff-kievit-web', sans-serif;
  font-size: 15px; }

#pib-filter input[type=checkbox] {
  margin-right: 4px; }

/* PiB Lightbox */
/*
.lb-outerContainer { border-radius: 0; }
.lb-dataContainer { background-color: white; }
.lb-container { padding: 15px; }
.lb-data .lb-details  { width: 100%; }
.lb-data .lb-caption { font-weight: normal; color: black; padding: 15px; display: block!important;}
.lb-close { background: url(/img/new-site-images/img/close.png) top right no-repeat; width: 30px; height: 30px; z-index: 999; opacity: 1; padding: 20px; background-size: 50%; background-position: center; background-color: black; border-radius: 200%; top: -14px; position: absolute; right: -20px; }
.lb-data .lb-number { display: none!important; }
.lb-data .lb-details p { float: left; width: 75%; }
*/

.lb-outerContainer {
  border-radius: 0; }

.lb-dataContainer {
  background-color: white; }

.lb-container {
  padding: 15px; }

.lb-data .lb-details {
  width: 100%; }
  
.lb-data .lb-caption {
  font-weight: normal;
  color: black;
  padding: 15px;
  display: block !important; }

.lb-close {
  background: url(/img/new-site-images/img/close.png) top right no-repeat;
  width: 30px;
  height: 30px;
  z-index: 999;
  opacity: 1;
  padding: 20px;
  background-size: 50%;
  background-position: center;
  background-color: black;
  border-radius: 200%;
  top: -14px;
  position: absolute;
  right: -20px; }

.lb-data .lb-number {
  display: none !important; }
.lb-data .lb-details p {
  float: left;
  width: 75%; }


.pib-share-sprite {
  float: right;
  width: 20%;
  margin-left: 5%; }
  .pib-share-sprite li {
    display: inline-block; }
    .pib-share-sprite li a {
      display: inline-block;
      height: 25px;
      margin-right: 6px;
      opacity: .4; }
      .pib-share-sprite li a:hover {
        opacity: .8; }
    .pib-share-sprite li.facebook a {
      width: 16px;
      background: transparent url("/img/new-site-images/img/pib-sharing-sprite.png") scroll no-repeat 0 0; }
    .pib-share-sprite li.twitter a {
      width: 22px;
      background: transparent url("/img/new-site-images/img/pib-sharing-sprite.png") scroll no-repeat -17px 0; }
    .pib-share-sprite li.pinterest a {
      width: 19px;
      background: transparent url("/img/new-site-images/img/pib-sharing-sprite.png") scroll no-repeat -64px 0; }
    .pib-share-sprite li.email a {
      width: 29px;
      background: transparent url("/img/new-site-images/img/pib-sharing-sprite.png") scroll no-repeat -82px 0; }

/* Page: Gardening Article */
main.with-left-nav.gardening-article-container {
  width: 47.3%;
  float: left;
  overflow: hidden; }

.byline {
  margin-top: 10px;
  display: block;
  font-family: 'ff-kievit-slab-web', serif;
  font-size: 14px;
  margin-bottom: 40px; }

#breadcrumbs a {
  display: inline-block; }

.article-breadcrumb {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  color: black;
  font-size: 12px;
  margin-bottom: 5px; /*RX edit to shorten from 15px to 5px*/
  line-height: 14px; /*RX edit add line height*/
 }

.tag-list {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 21px;
  margin: 30px 0; }
  .tag-list i {
    margin-right: 10px; }
  .tag-list li {
    display: inline;
    margin-right: 20px; }
    .tag-list li:first-child {
      font-weight: bold; }
    .tag-list li a {
      color: black;
      font-weight: normal; }
      .tag-list li a:hover {
        text-decoration: underline; }

#gardeningarticlesearch {
  background: #dedbd6 url("/img/new-site-images/img/gardeningsearchicon.png") scroll no-repeat 8px 7px;
  padding-left: 35px; }

.gardening-article-container p.about-author {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  margin-top: 2.0em; }
  .gardening-article-container p.about-author em, .gardening-article-container p.about-author i {
    font-style: normal; }

.gardening-article-aside {
  width: 21.9%;
  float: right;
  margin-left: 4.6%;
  margin-bottom: 50px; }
  .gardening-article-aside section {
    margin-bottom: 30px; }
  .gardening-article-aside h2 {
    margin-top: 0;
    padding-top: 15px;
    font-size: 16px; }
  .gardening-article-aside li {
    overflow: hidden;
    margin-bottom: 20px; }
    .gardening-article-aside li h3 {
      font-size: 16px;
      line-height: 22px; }
  .gardening-article-aside img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 33%; }
  .gardening-article-aside a {
    text-decoration: none; }

.gardening-article-aside.on-left {
	float: none;
	margin-left: 0px;
	width: 100%;
}

.gardening-article-aside.on-left img {
	max-width: 75px;
}

.related-blog-posts-article {
  border-top: 1px solid black;
  padding-top: 40px;
  margin-top: 60px;
  overflow: hidden; }
  
  .related-blog-posts-article h3 {
    font-family: 'ff-kievit-web', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase; }
    
.related-blog-posts-article .related-blog-post {
	width: 29.3%;
    margin-right: 6%; }


/*RX edit for ads such as xmas tree ID*/   
#article-ad {
	width: 100%;
}
	
    

   
/*RX half width ad in page content*/ 
.inline-visual-ad {
  width: 50%;
  padding-left:10px;
   float: right;
}

/*RX edit - nested list content that should strethch 100%*/    
    
.one-of-two-cols li div.content-fullwidth {
    width: 100%;
    float: left; }
    
    

/* MA: hide the whole box if there are no related articles */
aside.related-blog-posts-article:empty {
	display: none;
}


.share-this-article {
  font-family: 'ff-kievit-web', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-top: 15px;
  margin-right: 15px; }

.social-buttons-grey a {
  opacity: .6; }
  .social-buttons-grey a:hover {
    opacity: 1; }
.social-buttons-grey li.facebook a {
  background: transparent url("/img/new-site-images/img/social-sprite-grey.png") scroll no-repeat 0 0; }
.social-buttons-grey li.twitter a {
  background: transparent url("/img/new-site-images/img/social-sprite-grey.png") scroll no-repeat -58px 0; }
.social-buttons-grey li.pinterest a {
  background: transparent url("/img/new-site-images/img/social-sprite-grey.png") scroll no-repeat -87px 0; }
.social-buttons-grey li.instagram a {
  background: transparent url("/img/new-site-images/img/social-sprite-grey.png") scroll no-repeat -116px 0; }
.social-buttons-grey li.flickr a {
  background: transparent url("/img/new-site-images/img/social-sprite-grey.png") scroll no-repeat -145px 0; }

.comments {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid black; }
  .comments ul li {
    padding: 30px;
    border: 1px solid black;
    margin-bottom: 1.0em; }
  .comments .commenter {
    font-size: 18px;
    font-weight: bold; }
  .comments .date-posted {
    font-size: 13px;
    color: #999;
    font-weight: bold;
    margin-left: 20px; }
  .comments h2 {
    border-top: 0;
    padding-top: 0;
    margin-top: 0; }
  .comments p {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 0; }

.submit-comment-form h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'ff-kievit-web', sans-serif;
  font-weight: bold;
  margin-top: 40px;
  letter-spacing: 2px; }
.submit-comment-form p.comment-rules {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 21px;
  font-style: italic;
  width: 100%; }
.submit-comment-form input, .submit-comment-form textarea {
  background-color: #dedbd6;
  padding: 10px;
  margin-bottom: 15px; }
.submit-comment-form input[type=text] {
  float: left;
  width: 48%;
  margin-right: 4%; }
.submit-comment-form input[type=email] {
  float: left;
  width: 48%;
  margin-right: 0; }
.submit-comment-form textarea {
  width: 100%;
  border: 0; }
.submit-comment-form button {
  border: 0;
  color: white;
  background-color: #4c8cd1; }

.gardening-article-container .related-blog-posts-article article {
  width: 47%; }
  

.gardening-article-container .related-blog-posts-article article:last-of-type, .event-container .related-blog-posts-article article:last-of-type {  
    margin-right: 0px; }
    
    
.bottom-black-line {
  border-bottom: 1px solid black;
  padding-bottom: 40px;
  margin-bottom: 60px;
  overflow: hidden; }
  
  
    .related-blog-post-full h4 {
    font-size: 14px;
    line-height: 20px;
    bottom: 0;
    margin-bottom: 0px;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 6px 8px; }
    .related-blog-post-full h4 a {
      color: white;
      text-decoration: none; }
      
    /*end added full width related posts*/  
  

/*  .gardening-article-container .related-blog-posts-article article:nth-of-type(2) {
    display: none; } */
/* Related Content Widgets */
.related-blog-post {
  margin-bottom: 0;
  float: left;
  position: relative; }
  .related-blog-post img {
    width: 100%;
    height: auto; }
  .related-blog-post h4 {
    font-size: 14px;
    line-height: 20px;
    bottom: 0;
    margin-bottom: 0px;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 6px 8px; }
    .related-blog-post h4 a {
      color: white;
      text-decoration: none; }

.related-materials {
  margin-top: 40px;
  padding-top: 60px;
  border-top: 1px solid #666; }

.related-blog-post .popular-blogpost-image img {
  max-width: 100%; }

.related-books img {
  height: 160px;
  float: left;
  margin-right: 1.5em; }

aside.related-books img {
  height: auto;
  max-width: 239px; }

.become-member-related a.photo {
  float: left;
  margin-right: 5%; }
.become-member-related div.content {
  width: 55%;
  float: left; }
.become-member-related .event-photo img {
  margin-right: 15%; }

/*RX added margin right */
section.related-materials aside {
  overflow: hidden;
  width: 45%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top; }
section.related-materials h3 {
  font-family: 'ff-kievit-web', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 22px;
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: uppercase;}
/*   added by AM for accessibility violation (ensure reading order is logical) for plants in bloom related items section styling */
section.related-materials aside.plants-in-bloom-related  h3 {
	  width: 75%;
	  display: inline-block;}  
section.related-materials h3 a {
    font-weight: bold;
    text-decoration: none; }
section.related-materials p {
  font-size: 13px;
  line-height: 18px; }
section.related-materials .related-blog-post {
  width: 45%;
  margin-right: 5%; }

section.related-materials img {
  max-width: 141px; } 

section.related-materials .related-blog-post img {
  max-width: 100%; } 

  section.related-materials img.left-align {
    float: left;
    margin-right: 5%; }

/*RX added font-decoration:none so that it doesn't get underlined*/
.article-container img.left-align {
  float: left;
  margin-right: 5%; }

section.related-materials .plants-in-bloom-related a.view-all {
  float: right; }
section.related-materials .plants-in-bloom-related img {
  width: 24%;
  height: auto; }
section.related-materials .stay-up-to-date-related form {
  overflow: hidden; }
  section.related-materials .stay-up-to-date-related form input[type=text] {
    box-sizing: border-box;
    border: 2px solid #e5e5e5;
    width: 62%;
    float: left; }
  section.related-materials .stay-up-to-date-related form button {
    min-width: 0px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 0;
    width: 30%;
    float: left;
    background-color: #4c8cd1;
    color: white;
    text-transform: uppercase; }
section.related-materials .social-buttons li a {
  opacity: .5; }
  section.related-materials .social-buttons li a:hover {
    opacity: .8; }

.photoset {
  overflow: hidden; }

/* MA: google map panel */
#directionsMap {
  max-width: 764px;
  max-height: 400px;
  width: 100%;
  height: 400px; }

/* add to calendar feature */
ul.add_to_calendars li, .categoryList li {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  margin-right: 10px; }

ul.add_to_calendars li {
  display: none; }
  ul.add_to_calendars li a {
    color: #000; }
  ul.add_to_calendars li:first-child {
    display: inline-block; }
    ul.add_to_calendars li:first-child a {
      color: #7AC142; }
ul.add_to_calendars.show li {
  display: inline-block; }

table#eventOccurrences {
  width: 100%; }
  table#eventOccurrences td {
    width: 50%; }

.categoryList {
	line-height: 20px;
}

.categoryList li {
  display: inline-block; }

.categoryList .separator {
	
}

/* About Section: JR */
.about-section-one-of-two-columns {
  width: 47%;
  margin: 3% 3% 3% 0;
  float: left; }
.about-section-one-of-two-columns ul {
    width: 47%;
    margin: 3% 3% 3% 0;
    float: left; }
    
/* Presidents Circle: JR */
.benefits-chart {
  width: 100%; }
  
/* Forms: JR */
.form_special label {
  display: inline-block;
  width: 30%;
  text-align: right; }

/* Garden Articles: JR */
ul.bbg_recipe {
  padding-left: 30px;
  margin: 0 0 15px 0;
  width: 82.4%; }
 ul.bbg_recipe li {
  list-style-type: none; }
.callout-block-two-column {
  overflow: auto;
  background: rgba(76, 140, 209, 0.2);
  padding: 15px;
  margin-bottom: 15px; }
ul.articles-columns-two {
  float: left;
  width: 45%;
  padding-right: 5%;
  margin: 0; }
.clear {
  clear: both; }
.garden-article-image-left{
	width:44%;
	float:left;
	margin:1% 4% 1% 0;}
.bonsai-styles-section{
	overflow:auto;}
.bonsai-image{
	margin-right:5%;
	width:40%;
	float:left;}
.gardening-bonsai-article-right{
	width:55%;
	float:right;}
/* Learn Section: JR */
dt.no-border, dd.no-border {
  border: none; }

/* Google Forms: JR */
.form-container {
  position: relative;
  padding-bottom: 100%;
  height: 1590px;
  overflow: hidden; 
}
.form-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  }
  
 
.form-container-events {
  position: relative;
  padding-bottom: 100%;
height: 1000px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }
 
  
.form-container-events iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.form-container-gardening {
  position: relative;
  padding-bottom: 100%;
  height: 1420px;
  overflow: hidden;
    -webkit-overflow-scrolling: touch;
  overflow-y: scroll;  }

.form-container-gardening iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  
  .form-container-grasses {
  position: relative;
  padding-bottom: 100%;
height: 1750px;
  overflow: hidden;
    -webkit-overflow-scrolling: touch;
  overflow-y: scroll;  }
 
  
.form-container-grasses iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  
.form-container-xlong {
  position: relative;
  padding-bottom: 100%;
height: 2500px;
  overflow: hidden; 
    -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }
 
  
.form-container-xlong iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  
.form-container-commercial {
  position: relative;
  padding-bottom: 100%;
height: 3200px;
  overflow: hidden;
    -webkit-overflow-scrolling: touch;
  overflow-y: scroll;  }
 
  
.form-container-commercial iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  
  
  .form-container-short{
  position: relative;
  padding-bottom: 80%;
height: 400px;
  overflow: hidden;
    -webkit-overflow-scrolling: touch;
  overflow-y: scroll;  }
 
  
.form-container-short iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  
/*added by eliz for medium-length option */

.form-container-medium {
  position: relative;
  padding-bottom: 100%;
  height: 1200px;
  overflow: hidden;
    -webkit-overflow-scrolling: touch;
  overflow-y: scroll;  }

.form-container-medium iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  
.form-container-500 {
  position: relative;
  padding-bottom: 90%;
  height: 450px;
  overflow: hidden;
    -webkit-overflow-scrolling: touch;
  overflow-y: scroll;  }

.form-container-500 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  
/* Greenbridge: JR */
.greenbridge_left-align {
  float: left; }
.greenbridge-certificate_left-align{
	 float:left;
	 margin:1% 3% 5% 0;}
.greenest-right-column{
	float:right;
	width:73%;
	margin-left:2%;}	 
.greenest-left-column{
	float:left;
	width:25%;}
.mbb-box{
	padding-top:5%;}
.greenbridge-keynote_left-align{
	float:left;
	margin:0 2% 3% 0;}
.videoWrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
	overflow:hidden;
	margin-bottom:4%;}  
.videoWrapper iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;}
#greenest-block figure.image-fullwidth{
	margin:30px 0 5px 0;}	

/*Handbooks: JRO*/
.handbook-images{
	float:right;
	width:33%;
	margin:0 0 5% 5%;}
ul.bbg_handbook{
	padding-left:30px;
	margin:0;
	width:82.4%;}
ul.bbg_handbook li {
  list-style-type: none; }
  

/* Subgardens: JRO */
.gardens-column-left{
	float:left;
	margin-right:4.5%;
	margin-bottom:10px;
	width:auto!important;
	overflow:auto;}  
.gardens-three-column-section{
	overflow:auto;}
.gardens-three-column{
	float:left;
	width:28%;
	margin-right:4%;}
.gardens-three-column-last{
	float:left;
	width:28%;
	margin-right:0;}
/*Holiday Tree Key: JRO*/
.holiday-tree-section{
	display:block;}
.holiday-image{
	border:2px solid #7ac142;
	padding:4% 12%;}
.holiday-tree-column-one{
	float:left;
	width:40%;}
.holiday-tree-column-two{
	float:right;
	width:40%;
	margin-right:1%;}
.holiday-left{
	float:left;
	margin:0 5% 5% 0;}

/* Employment: JRO*/
ul.jobsList{
	margin-bottom:0;
	padding:50px 40px 30px 0;
	border-top:1px solid #d1d1d1;}

/* Events-Noguchi: JRO*/
.noguchi-event dt{
	width:51%;}	
.noguchi-event dd{
	width:49%;}

/* Handbook Info Pages: JRO*/
.handbook-image-list ul {
  width: 100%; }
.handbook-image-list li {
  margin-bottom: 20px;
  padding: 20px 20px 20px 0px;
  overflow: hidden;
  border-top: 1px solid #d1d1d1; }
.handbook-image-list li.firstevent {
    border-top: 0; }
.handbook-image-list li a.photo, .image-list li .photo {
    float: left;
    width: 35%;
    margin-right: 5%; }
.handbook-image-list li a.photo img {
    width: 100%; }
.handbook-image-list li div.content {
    width: 60%;
    float: left; }
.handbook-image-list li .image-information {
    margin-bottom: 10px; }
.handbook-image-list > li:first-child {
  border-top: 0; }
.handbook-image-list-min li .image-information {
  margin-bottom: 10px; }
.handbook-image-list li p {
  margin-right: 0;
  padding-right: 0; }
 	
/* Related handbook embed. MA */
.single .handbook-image-list li {
	margin: 0;
	padding: 0;
}

/*Infopages: new image-list style, similar to event-list style: RX*/
.image-list ul {
  width: 100%; }
.image-list li {
  margin-bottom: 20px;
  padding: 20px 20px 20px 0px;
  overflow: hidden;
  border-top: 1px solid #d1d1d1; }
.image-list li.firstevent {
    border-top: 0; }
.image-list li a.photo, .image-list li .photo {
    float: left;
    width: 35%;
    margin-right: 5%; }
.image-list li a.photo img {
    width: 100%; }
.image-list li div.content {
    width: 60%;
    float: left; }
.image-list li .image-information {
    margin-bottom: 10px; }
.image-list > li:first-child {
  border-top: 0; }

.image-list-min li .image-information {
  margin-bottom: 10px; }

.image-list li p {
  /*margin-bottom: 0;*/ /*RX commented out*/
  margin-right: 0;
  padding-right: 0; }
  
 /*For content within image lists, allow bulleted lists, follow normal list styling RX 3/30/17*/
 
content-fullwidth ul.bbg-list{
	 width: 100%;
	 margin: 0 0 15px 0;
 } 
 
 content-fullwidth ul.bbg-list li{
list-style-type: disc;
 } 
 
 
  

/*Festival Pages: new description list style RX*/
dl-festival {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden; }
  dl-festival dt-festival, dl-festival dd-festival {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 10px; }
  dl-festival dt-festival {
    width: 30%;
    float: left; }
  dl-festival dd-festival {
    width: 70%;
    float: left;
    padding-left: 0;
    margin-left: 0; }

/*Handbook pages: new description list style RX*/
/*
MA 10/7: commented out for now as it's misaligning the "handbooks" related modules, esp on mobile
.handbook {
  float: left;
  display: block;
  width: 60%;
}
*/
.handbook-cover {
  width: 35%;
  margin-right: 5%; }

/* Mobile Menu */
#mobile-header {
  display: none; }

#mobile-logo {
  top: 14px;
  left: 50%;
  margin-left: -54px;
  position: absolute;
  background-image: url("/img/new-site-images/img/mobile-logo.png");
  display: block;
  width: 109px;
  height: 40px; }

.mean-nav .search-elements {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 20px; }
.mean-nav .search-elements input[type=text] {
    box-sizing: border-box;
    width: 70%;
    float: left;
    padding: 8px 10px; }
.mean-nav .search-elements input[type=submit] {
    box-sizing: border-box;
    float: left;
    border-radius: 0;
    width: 30%;
    float: left;
    background: transparent;
    border: 2px solid white;
    color: white;
    text-transform: uppercase;
    padding: 9px 14px 8px 14px;
    font-size: 12px;
    font-weight: bold; }
.mean-nav .search-elements input[type=submit]:hover {
      background-color: white;
      color: #4c8cd3; }

.mean-container a.meanclose {
  font-size: 40px !important;
  top: 25px;
  padding: 0;
  margin-left: 5px; }

.mean-nav .mobile-visit {
  padding: 20px;
  background-color: white;
  box-sizing: border-box; }

.mean-container .mean-nav ul li .mobile-visit a {
  margin-bottom: 10px;
  text-decoration: underline;
  float: none;
  color: black;
  padding: 0;
  width: 100%;
  font-weight: normal; }


#entry_error_404 .trigger {
	display: none;
}


.greenestblock-2col {
	float: left; 
	margin: 1em 5%;
	width: 40%;  
}

/* Preserve a 66% aspect ratio on responsive video embeds. Thanks to http://fettblog.eu/blog/2013/06/16/preserving-aspect-ratio-for-embedded-iframes/ */
.aspect-ratio-embed {
	padding-bottom: 66%; /* this is the desired ratio ! */
	position: relative;
	width: 100%;
	height: 0;
}

.aspect-ratio-embed iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}




.short-margin-bottom {
	margin-bottom: 0.7em;
}

.medium-margin-bottom {
	margin-bottom: 1.4em;
}

.long-margin-bottom {
	margin-bottom: 2.0em;
}

.extra-long-margin-bottom {
	margin-bottom: 3.0em;
}

.no-margin-top {
	margin-top: 0;
}


.short-margin-top {
	margin-top: 0.7em;
}

.medium-margin-top {
	margin-top: 1.4em;
}

.long-margin-top {
	margin-top: 2.0em;
}

.extra-long-margin-top {
	margin-bottom: 3.0em;
}

.boldface {
	font-weight: bold;
}

/* indent on line wrap, no p margin - added by Eliz */
.wrap-indent {
    margin: 0 0 0 0;
    padding-left: 1em;
    text-indent: -1em;
}




/* Responsive table, non-responsive part. Responsive part around line 2548 */
/* 
Generic Styling, for Desktops/Laptops 
*/
table.responsive { 
  width: 100%; 
  border-collapse: collapse; 
  font-size: 17px;
}
/* Zebra striping */
table.responsive tr:nth-of-type(odd) { 
  background: #eee; 
}
table.responsive th { 
  background: #ffffff; 
  color: black; 
  font-weight: bold; 
}
table.responsive th, table.responsive td { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}


/* Retina Images */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .datepicker .ui-selectmenu-button {
    background: white url("/img/new-site-images/img/cal-icon@2x.png") no-repeat scroll 8px 8px;
    background-size: 15px 16px; }

  .zoom-photo {
    background-image: url("/img/new-site-images/img/zoom-image@2x.png");
    background-size: 100%; }

  #mobile-logo {
    background-image: url("/img/new-site-images/img/mobile-logo@2x.png");
    background-size: 100%; }

  #gardeningarticlesearch {
    background: #dedbd6 url("/img/new-site-images/img/gardeningsearchicon@2x.png") scroll no-repeat 8px 7px;
    background-size: 19px 19px;
    padding-left: 35px; }

  #bbg-logo {
    background-image: url("/img/new-site-images/img/desktop-logo@2x.png");
    background-size: 100%; }

  .left-nav > ul > li {
    margin-bottom: 30px;
    padding-left: 20px;
    background: transparent url("/img/new-site-images/img/nav-arrow@2x.png") no-repeat scroll 0 6px;
    background-size: 7px 11px; }
    .left-nav > ul > li.selected {
      background: transparent url("/img/new-site-images/img/nav-arrow-open@2x.png") no-repeat scroll 0 5px;
      background-size: 176px 30px;
      background-size: 11px 7px; }

  .social-buttons li.facebook a {
    background: transparent url("/img/new-site-images/img/social-sprite@2x.png") scroll no-repeat 0 0;
    background-size: 176px 30px; }
  .social-buttons li.twitter a {
    background: transparent url("/img/new-site-images/img/social-sprite@2x.png") scroll no-repeat -59px 0;
    background-size: 176px 30px; }
  .social-buttons li.pinterest a {
    background: transparent url("/img/new-site-images/img/social-sprite@2x.png") scroll no-repeat -88px 0;
    background-size: 176px 30px; }
  .social-buttons li.instagram a {
    background: transparent url("/img/new-site-images/img/social-sprite@2x.png") scroll no-repeat -118px 0;
    background-size: 176px 30px; }
  .social-buttons li.flickr a {
    background: transparent url("/img/new-site-images/img/social-sprite@2x.png") scroll no-repeat -146px 0;
    background-size: 176px 30px; }
    
  .social-buttons-grey li.facebook a {
    background: transparent url("/img/new-site-images/img/social-sprite-grey@2x.png") scroll no-repeat 0 0;
    background-size: 176px 30px; }
  .social-buttons-grey li.twitter a {
    background: transparent url("/img/new-site-images/img/social-sprite-grey@2x.png") scroll no-repeat -59px 0;
    background-size: 176px 30px; }
  .social-buttons-grey li.pinterest a {
    background: transparent url("/img/new-site-images/img/social-sprite-grey@2x.png") scroll no-repeat -88px 0;
    background-size: 176px 30px; }
  .social-buttons-grey li.instagram a {
    background: transparent url("/img/new-site-images/img/social-sprite-grey@2x.png") scroll no-repeat -117px 0;
    background-size: 176px 30px; }
  .social-buttons-grey li.flickr a {
    background: transparent url("/img/new-site-images/img/social-sprite-grey@2x.png") scroll no-repeat -146px 0;
    background-size: 176px 30px; }

  .pib-share-sprite li a {
    background-size: 110px 24px !important; }
  .pib-share-sprite li.facebook a {
    background: transparent url("/img/new-site-images/img/pib-sharing-sprite@2x.png") scroll no-repeat 0 0; }
  .pib-share-sprite li.twitter a {
    background: transparent url("/img/new-site-images/img/pib-sharing-sprite@2x.png") scroll no-repeat -17px 0; }
  .pib-share-sprite li.pinterest a {
    background: transparent url("/img/new-site-images/img/pib-sharing-sprite@2x.png") scroll no-repeat -64px 0; }
  .pib-share-sprite li.email a {
    background: transparent url("/img/new-site-images/img/pib-sharing-sprite@2x.png") scroll no-repeat -82px 0; }

  .default-hero {
  	background-image: url("/img/uploads/hero/_desktop_hero_retina/lab-building_4446115550.jpg"); 
    }


  header nav > ul > li > a span.trigger-search {
    background-size: 38px 38px;
    background-image: url("/img/new-site-images/img/nav-search@2x.png"); }
  header nav > ul > li > a:hover span.trigger-search {
    background-size: 38px 38px;
    background-image: url("/img/new-site-images/img/nav-search-blue@2x.png"); } }



@media (min-width: 1024px) {
  .slider-container {
    width: 1000px;
    position: absolute;
    /*top: 40px;*/
    left: 50%;
    margin-left: -500px;
    height: 100%; } }

	/**
	***** MA: below is a fix just for .slides li used on the carousel, specifically for iPads iwth iOses older than 8. They don't support the vh property ***** 
	 * iPad with portrait orientation.
	 */
	@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
	  .slides li {
		min-height: 440px;
		max-height: 440px;
	  }
	}

	/** 
	 * iPad with landscape orientation.
	 */
	@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
	  .slides li {
		min-height: 330px;
		height: 330px;
		max-height: 330px;
	  }
	}

	/**
	 * iPhone 5
	 */
	@media screen and (device-aspect-ratio: 40/71) {
	  .slides li {
		min-height: 248px;
	  }
	}
	
	
	/* Tablet Styles and Not For Printing*/
	@media not print{
			@media (max-width: 1024px) {
				 #desktop-header {
				 display: none; }
			}
	} /* @media not print end */

	/* Tablet Styles */
	@media (max-width: 1024px) {
	
	  #mobile-search {
	    display: inline-block;
	    position: absolute;
	    background-image: url("/img/new-site-images/img/mobile-search.png");
	    background-size: 100%;
	    width: 30px;
	    height: 30px;
	    top: 17px;
	    right: 17px; }
	
	  .mean-nav .search-elements {
	    display: none; }
	
	  .two-of-three-cols {
	    width: 100%;
	    float: none;
	    margin-right: 0; }
	
	  #search {
	    width: 100%;
	    top: 68px; }
	
	  .lightbox-gallery aside div {
	    padding-left: 0; }
	
	  #hp-pib {
	    margin-top: 30px; }
	
	  .with-left-nav figure, .with-left-nav p {
	    width: 100%; }
	
	  .article-module-1 {
	    width: 54.91%; }
	
	  .article-module-2, .article-module-1:nth-of-type(2) {
	    width: 37.57%; }
	
	  .left-nav {
	    display: none; }
	
	  main.with-left-nav {
	    width: 100%; }
	    main.with-left-nav.gardening-article-container {
	      float: none;
	      margin-left: 10%;
	      width: 75%; }
	  main.article-container {
	    float: none;
	    margin-left: 10%;
	    width: 75%; }
	
	  .gardening-article-aside {
	    clear: both;
	    float: none;
	    width: 75%;
	    margin-left: 10%;
	    margin-top: 30px;
	    padding-top: 30px;
	    border-top: 5px solid #7ac142; }
	    .gardening-article-aside img {
	      max-width: 30%; }
	
		.gardening-article-aside.on-left {
			border-top: 0px;}
		
		.gardening-article-aside.on-left img {
			max-width: 75px;}
		
	  .hero-image h1 {
	    margin-left: 10%; }
	
	  .one-of-three-cols {
	    width: 100%;
	    float: none;
	    margin-top: 60px; }
	    .one-of-three-cols hr {
	      display: none; }
	
	  #hp-pib {
	    width: 47.75%;
	    float: left;
	    margin-right: 4.5%;
	    margin-top: 0; }
	
	  #hp-garden-news-blog {
	    width: 47.75%;
	    float: left; }
	
	  #search {
	    display: none; }
	
	  .related-blog-post h4 {
	    position: static;
	    background-color: #666; }
	
	  .gardening-aside-wrapper {
	    float: left;
	    width: 47.7%;
	    margin-right: 4.5%; }
	
	  .gardening-article-aside #gardening-howtos li, .gardening-article-aside #gardening-more-blog li {
	    float: left;
	    width: 47%;
	    margin-right: 5%; }
	
	  .gardening-article-aside #gardening-howtos li:nth-child(2n), .gardening-article-aside #gardening-more-blog li:nth-child(2n) {
	    margin-right: 0; }
	
	  .gardening-article-aside #gardening-more-blog, .gardening-article-aside #gardening-howtos {
	    clear: both; }
	
	
	   /* Greenbridge: JRO */
	  .mbb-box{
		padding-top: 6%;}
	  /* Garden Articles: JR */
	  .garden-article-image-left{
		  width:28%;}
	  /* Handbooks: JR */
	   .handbook-images{
		  width:36%;  }
	  /* Retina Tablet */ 
	  }
  
  
@media only screen and (max-width: 1024px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 1024px) and (min-device-pixel-ratio: 1.5) {
  #mobile-search {
    background-image: url("/img/new-site-images/img/mobile-search@2x.png");
    background-size: 100%; } }
@media (max-width: 900px) {
  section.related-materials {
    /*
    MA 10/7: commented out for now as it's misaligning the "handbooks" related modules, esp on mobile
        .handbook {
          padding-left: 50%;
        }
    */ }
    section.related-materials img.left-align {
      width: 45%;
      margin-right: 5%;
      float: left; }

  .related-blog-post img, .related-books img {
    height: auto; }

  .become-member-related a.photo {
    width: 45%; }
  .become-member-related div.content {
    width: auto;
    float: none; }
  .become-member-related .event-photo img {
    width: 100%; } 
}

/*do not apply mobile styles to printed pages AM 6-22/2018 */
 @media not print{   
	@media (max-width: 800px) {
	  #pib-filter label {
	    display: block; } 
	
		#pib-filter button {
			margin-top: 10px;
		}
		 
	/* Handbooks: JR */
	  .handbook-images{
		  width:47%;}  
	  /* Garden Articles: JR */
	  .garden-article-image-left{
		  width:38%;}
	  /*Holiday Tree Key: JRO*/
	  .holiday-tree-column-two{
		width:36%;
		margin-right:7%;}	 
	  .holiday-tree-column-one{
		width:36%;  }	 
	/* Greenbridge: JRO */  
	.greenest-right-column{
		width:62%;}
		
	/* Responsive table, responsive part */
		/* Force table to not be like tables anymore */
		table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		table.responsive thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		table.responsive tr { border: none; }
		
		table.responsive td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #ccc; 
			position: relative;
			padding-left: 50%;
		}
		
		table.responsive td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding: 0px 10 0 0; 
			white-space: nowrap;
			text-align: left;
		}
		
		/* 	make first line of each entry bold */
		table.responsive td:nth-of-type(1){ 
		font-weight: bold;
		}
		
		/*  making ui-selectmenu work with new jquery-ui version AM 11/30/18  */
		.datepicker .ui-selectmenu-button{
			padding-bottom: 12px;
		}
		.ui-selectmenu-text{
			margin-left: 12px;
			margin-top: 8px;
		}
		/* 	end ui-selectmenu changes	 */
	}
}

/* Mobile Styles */
@media not print {
	@media (max-width: 600px) {
	  .container {
	    padding-left: 20px;
	    padding-right: 20px; }
	
	  .slide {
	    height: 300px; }
	
	 .hero-image {
	    max-height: 43vh;}
		
	.hero-image {
			margin-bottom: 30px;
			height: 250px;
			clear: both; }
		
	  .left-nav {
	    display: none; }
	
	  main.with-left-nav {
	    width: 100%; }
	
	  .with-left-nav figure, .with-left-nav p {
	    width: 100%; }
	
	  .hero-image h1 {
	    margin-left: 0;
	    width: 100%; }
	
	  /* Footer */
	  footer section {
	    width: 100%;
	    float: none;
	    margin-bottom: 30px;
	    border-bottom: 1px solid #a3a3a3;
	    padding-bottom: 30px; }
	
	  .social-buttons li a {
	    margin-right: 8px;
	    margin-top: 8px; }
	
	  /* Homepage */
	  .half-of-two-of-three-cols {
	    width: 100%;
	    float: none; }
	
	  .last-column, ul.three-columns li:nth-of-type(3n), .related-materials aside:nth-child(2) {
	    margin-bottom: 0 !important;
	    padding-bottom: 0 !important;
	    border-bottom: 0 !important; }
	
	  .slider-content {
	    position: static;
	    width: 100%;
	    height: auto;
	    right: 0;
	    bottom: 0; }
	    
	  .slider-content a {
			padding: 5px;
			font-size: 12px;}
	  .slider-content div {
	      width: 100%;
	      position: absolute;
	      top: auto;
	      text-align: left;
	      padding: 20px 48px;
	      transform: inherit;
	      bottom: 0; }
	  .slider-content div h1 {
	        font-size: 26px;
	        line-height: 32px; }
	
	  .no-vh-support .flex-viewport  {
	  		height: 225px;
			max-height: 225px;}
		
		.no-vh-support .flex-viewport .slides li {
			min-height: 225px;}
			
	  .one-of-three-cols {
	    width: 100%;
	    float: none;
	    margin-top: 0; }
	
	  #hp-pib, #hp-garden-news-blog {
	    width: 100%;
	    margin-top: 60px; }
	
	  .one-of-two-cols {
	    float: none;
	    width: 100%;
	    overflow: hidden;
	    margin-right: 0; }
	
		figcaption.default-hero {
			float: none;
		}
		
	  h1 {
	    font-size: 26px;
	    line-height: 32px; }
	
	  h2 {
	    font-size: 18px; }
	
	  p {
	    font-size: 17px;
	    line-height: 27px; }
	
	  .whats-new div {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px; }
	    .whats-new div:last-child {
	      margin-bottom: 0; }
	
	  section.related-materials aside {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 40px;
	    padding-bottom: 40px;
	    border-bottom: 1px solid #ddd; }
	
	  .article-module-1 {
	    width: 100%;
	    margin-right: 0; }
	    .article-module-1:nth-of-type(2) {
	      width: 100%;
	      margin-right: 0; }
	
	  .article-module-2 {
	    width: 100%;
	    margin-right: 0; }
	
	  .article-module-1 {
	    margin-bottom: 30px; }
	
	 .with-left-nav h2, .with-left-nav .one-of-two-cols.last-column h2 {
	    padding-top: 20px;
	    margin-top: 40px; }
	
	.with-left-nav .one-of-two-cols.last-column h2 {
		  border-top: 5px solid #7ac142;}
	
	.related-materials {
	    margin-top: 40px;
	    padding-top: 30px; }
	
	  .related-books img {
	    float: none;
	    margin: 0 0 1.5em 0; }
	
	  footer #bottom-footer {
	    text-align: center; }
	
	  .pagination li a {
	    padding: 6px 10px; }
	
		/* homepage slider */
	/*	.flex-direction-nav a.flex-next::before, .flex-direction-nav a.flex-prev::before {
			content: "\f053";
		}
	*/
	
	  /* Japanese Garden */
	  figure.float-left {
	    max-width: 50%; }
	
	  main.with-left-nav, .hero-image h1 {
	    margin-left: 0%; }
	
	  /* Education */
	  .education-section ul.three-columns li, .education-section ul.two-columns li {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 30px; }
	
	  #entry_directions section ul.two-columns li {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 30px; }
	  #entry_directions section ul.two-columns li.last-column {
	      width: 100%;
	      margin-right: 0;
	      margin-bottom: 30px; }
	
	  .education-section .more-resources {
	    margin-top: 30px; }
	
	  /* Events */
	  .event-filters a.green-button {
	    display: block;
	    margin-right: 0; }
	  .event-filters .ui-selectmenu-button {
	    width: 100% !important;
	    display: block;
	    margin-bottom: 10px; }
	
	  .event-list li {
	    padding: 20px; }
	    .event-list li a.photo {
	      float: none;
	      width: 100%;
	      margin-right: 0;
	      margin-bottom: 20px;
	      display: block; }
	    .event-list li div.content {
	      width: 100%;
	      float: none; }
	
	  /* Plants in Bloom */
	/*  
	  .lightbox-gallery li:nth-of-type(3), .lightbox-gallery li:nth-of-type(6), .lightbox-gallery li:nth-of-type(10), .lightbox-gallery li:nth-of-type(13) {
	    clear: none; }
	  .lightbox-gallery li:nth-of-type(3), .lightbox-gallery li:nth-of-type(5), .lightbox-gallery li:nth-of-type(7), .lightbox-gallery li:nth-of-type(10), .lightbox-gallery li:nth-of-type(12), .lightbox-gallery li:nth-of-type(14) {
	    clear: both; }
	  .lightbox-gallery li:nth-of-type(3), .lightbox-gallery li:nth-of-type(5), .lightbox-gallery li:nth-of-type(7), .lightbox-gallery li:nth-of-type(10), .lightbox-gallery li:nth-of-type(12), .lightbox-gallery li:nth-of-type(14) {
	    margin-right: 6.19%;
	    width: 46.9%; }
	  .lightbox-gallery li:nth-of-type(4), .lightbox-gallery li:nth-of-type(6), .lightbox-gallery li:nth-of-type(8), .lightbox-gallery li:nth-of-type(11), .lightbox-gallery li:nth-of-type(13), .lightbox-gallery li:nth-of-type(15) {
	    width: 46.9%;
	    margin-right: 0; }
	*/
	
	  .three-across-photoset li:nth-of-type(2n+3) {
	    clear: both;
	    margin-right: 6.19%;
	    width: 46.9%; }
	  .three-across-photoset li:nth-child(2n) {
	    clear: none;
	    width: 46.9%;
	    margin-right: 0; }
	
	
		/* PiB gallery is now full-width on mobile */
		.lightbox-gallery li, .lightbox-gallery li:first-of-type, .lightbox-gallery li:nth-of-type(2) {
			margin-right: 0;
			width: 100%;	
		}
	
		/* show lightbox image captions on mobile */
		.lightbox-gallery-caption {
			display: block;
			margin-top: 0;
		}
	
	
	  /* About:JRO */
	  .about-section-one-of-two-columns {
	    width: 95%; }
	 
	  /* Presidents Circle: JRO */
	  .benefits-chart {
	    width: 100%; }
	 
	  /* Google Forms: JRO */
	  .form-container {
	    height: 1930px; }
	  .form-container-events {
	    height: 1160px; }
	  .form-container-gardening {
	    height: 1520px; }
	
	/* Greenbridge: JRO */
	.greenbridge-keynote_left-align{
		margin:0 4% 12% 0;}	
	.mbb-box{
		padding-top:0;
		line-height:13px;}
	.greenest-right-column{
		width:100%;}	 
	.greenest-left-column{
		width:100%;}
	.greenest-left-column img{
		float:none;
		margin:0 auto;
		display:block;}
	.sponsorship img{
		width:90%;
		margin-bottom:5%;}
	
	 /* Subgardens: JRO */
	  .gardens-column-left{
		max-width:50%;}	
	  .gardens-three-column{
		width:100%;}
	  .gardens-three-column-last{
		width:100%;}
	
	 /*Garden Articles:JRO*/
	  .bonsai-image{
		width:50%;
		margin-right:25%;
		margin-left:25%;}
	.gardening-bonsai-article-right{
		width:100%;}
	.gardening-article-aside.on-left img {
		max-width: 30%;}
	 
	 /*Holiday Tree Key: JRO*/ 	
	  .holiday-tree-column-one{
		float:none;
		clear:both;
		margin:0 auto !important;
		width:60%;}
	  .holiday-tree-column-two{
		float:none;
		clear:both;
		margin-right:auto;
		margin-left:auto;
		margin-top:10%;
		width:60%;}	
	  .holiday-left{
		width:100%;
		float:none;
		clear:both;}
	  .holiday-left img{
		margin:0 auto;
		display:block;}
	 
	  /* Historic Images: JRO*/
	  .historic-images-group{
	    margin-bottom: 5%;}
	  .herb{
		width:30%;  }
	  .flower{
		  width:50%;}
	  .slideset{
		  width:87%;
		  margin:0 auto;
		  display:block;}	  
	 
	 /*Handbooks: JRO */
	  .handbook-images{
		width:100%;}	  	  	  
	  .handbook-mobile-image{
		margin:0 auto;
		width:83%;}
		
		/*Handbook Info Pages: JRO*/
		.article-container img.left-align-none {
		  float: none;
		  margin-right: 5%; }
		.handbook-image-list li {
			padding: 20px; }
		.handbook-image-list li a.photo, .handbook-image-list li .photo {
			float: none;
			display: block;
			margin:0 auto;
			width:56%; }
		.handbook-image-list li div.content {
			width: 100%;
			float: none; }
	
	
		/* Related handbook embed. MA */
		.single .handbook-image-list li a.photo {
			float: left;
			width: 45%;
			overflow: hidden;
			margin: calc;
		}
	
		.related-books.single img {
			margin: 0 5% 0 0;
		}
	  
	  /* Infopage: Image-list: RX*/
	  .image-list li {
	    padding: 20px; }
	  .image-list li a.photo, .image-list li .photo {
	    float: none;
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	    display: block; }
	  .image-list li div.content {
	    width: 100%;
	    float: none; }
	
	  footer #bottom-footer a {
	    display: block;
	    border-right: 0;
	    padding-right: 0px;
	    margin-right: 0px; }
	
	  #bloom-calendar {
	    float: none;
	    margin-left: 0; }
	
	  footer .last-column button span {
	    display: none; }
	
	  #social-buttons a {
	    margin-right: 8px; }
	
	  #bloom-calendar {
	    display: none; }
	
	  #pib-filter h3 {
	    font-size: 16px; }
	
	
		#pib-filter #datePeriod-button, #pib-filter .green-button.button {
			width: 100%;
		}
		
		
	  .lb-data .lb-details p, .pib-share-sprite {
	    float: none;
	    width: 100%; }
	
	  /* Gardening Article */
	  .gardening-article-aside {
	    width: 100%;
	    margin: 30px 0 0 0; }
	
	  .share-this-article {
	    float: none; }
	
	  .social-buttons-grey {
	    margin-top: 0;
	    padding: 0; }
	
	  main.with-left-nav.gardening-article-container, main.article-container {
	    margin: 0;
	    width: 100%; }
	
	  .gardening-article-aside #gardening-howtos li, .gardening-article-aside #gardening-more-blog li {
	    float: none;
	    width: 100%;
	    margin-right: 0; }
	  .gardening-article-aside #gardening-howtos li:nth-child(2n), .gardening-article-aside #gardening-more-blog li:nth-child(2n) {
	    margin-right: 0; }
	
	  .with-left-nav .comments h2 {
	    margin-top: 0;
	    padding-top: 0; }
	
	  .gardening-article-container .related-blog-posts-article article, .event-container .related-blog-posts-article article {
	    width: 100%;
	    margin-bottom: 1.5em; }
	
	
	/*Garden Article Img: JRO*/
	  .garden-article-image-left{
		width:100%;
		margin:0 0 4% 0;}
		.garden-article-mobile-image{
			margin:0 auto;
			width:68%;}
	
		.module-photo img {
			height: 100%;
			max-height: 100%; }
	
		img.person-photo {
			float: none;
			margin: 0.4em;}
	
		.greenestblock-2col {
		width: auto;  }
	
	  /* .gardening-article-container .related-blog-posts-article article:nth-of-type(2) {
	     display: none; } */
	  /* Hero Images for Mobile */
	  .default-hero {
	  	background-image: url("/img/uploads/hero/_mobile_hero_regular/lab-building_4446115550.jpg");
	  } 
	  
	  .japanese-garden {
	    background-image: url("/img/new-site-images/placeholder-img/japanese-garden-mobile.png"); }
	
	  .homepage-slider {
	    background-image: url("/img/new-site-images/placeholder-img/Support-A-Greener-Garden-mobile.jpg"); }
	
	  .pib-hero {
	    background-image: url("/img/new-site-images/placeholder-img/pib-mobile.png"); }
	
	  /*RX edit: New Hero Images for Mobile*/
	  .visit-tours-hero {
	    background-image: url("/img/new-site-images/visit/tours_itineraries_hero_mobile.jpg"); }
	
	  #entry_directions #directionsForm #entranceButtons label, #entry_directions #directionsForm #transModeButtons label {
	    font-size: inherit; }
	  #entry_directions #directionsForm #entranceButtons input[type="radio"] + label, #entry_directions #directionsForm #transModeButtons input[type="radio"] + label {
	    display: block; }
	  #entry_directions #directionsForm #entranceButtons input[type="radio"] + label::before, #entry_directions #directionsForm #transModeButtons input[type="radio"] + label::before {
	    font-size: inherit; }
	
	
		ul#howtos-index > li a.photo, ul.article-index-list > li a.photo {
			min-height: 0px;
			width: 100%;
			margin-bottom: 0.7em;
		}
		
	  /* add to calendar feature */
	  ul.add_to_calendars.show li {
	    display: block; }
	  ul.add_to_calendars li {
	    padding: 0;
	    border: 0;
	    margin-bottom: 0; }
	
	  .categoryList li {
	    padding: 0;
	    border: 0;
	    margin-bottom: 0; } 
	   
	       /*RX edit: Visual ad on Taking Photos page*/
	   .inline-visual-ad {
			padding-left:0;
			padding-bottom: 30px;
			width: 100%;
			display: block;
			float: left;
	    }
	
	
	
		/* MA 8/23/17 Take lightbox off mobile */
		a.lightbox-link {
			pointer-events: none;
			touch-action: none;
			cursor: default;	
		}
	
		span.zoom-photo, span.zoom-bg {
			display: none;
		}    
	       
		/* added by Anya to adjust for orange gallery flags 2/16/2018 */
		.lightbox-gallery-adjusted li {
			 margin-left: 0.9%;
		}
	    .lightbox-gallery-adjusted li:nth-of-type(2) {
		  margin-left: 0.9%;
		 }
	    .lightbox-gallery-adjusted li:nth-of-type(3n+5) {
		   margin-left: 0.9%  
	    }
		/* end Anya's changes 2/16/2018    */
	
	}
} 	    /*end @media not print  AM */
    
    
    
/* Mobile Retina */
@media (max-width: 600px) and (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .default-hero {
   	background-image: url("/img/uploads/hero/_mobile_hero_retina/lab-building_4446115550.jpg");
    }

}
/*# sourceMappingURL=style.css.map */

/* used for bbg print logo div in header.html */
.onlyForPrint{
	display: none;
}

/* added by AM 6/2018 */
@media print{
	
	* {
	        -moz-transition: none !important;
	        -o-transition: none !important;
	        -webkit-transition: none !important;
	        transition: none !important;
	    }
	
	/* displays bbg print logo div in header.html */
	.onlyForPrint{
		display: block; 
		margin: 20px 20px 20px 20px;	 
 
		
/*
		height: 300px; 
		width: 400px;
*/
		}
	
	/*  Display the print logo image */
	.print-bbg-logo{
		display: block !important; 
		width: 25%;
		height: auto;

	}
	
	nav,
	footer, 
	aside,
	.related-materials, 
	.submit-comment-form, 
	.share-this-article, 
	.social-buttons, 
	.social-buttons-grey, 
	.social-icons,
	.zoom-photo,
	.zoom-bg,
	.comments,
	.feature-flag {
		display: none;}
	
	.hero-image{
		position:relative;
		left: -9999px;
		height: 100px;
		margin-bottom: 10px;
	}
	.hero-image .container-no-float{
		position: relative;
		left: 9999px;
	}
	.hero-image h1{
/* 		border-bottom: none !important; */
		font-size: 45px;
		margin-left: 2%;
		width: 100%;
	}
	
	.container{
		width: 90%;
		margin-left: 10px;
	}
	
	.callout-block .callout-block-green{
		border: 1px solid #999;
        page-break-inside: avoid;
	}
	
	figcaption.default-hero {
		display: none !important;
	}
	

/*
	#bbg-logo{
		display: inline;
		background: white !important;
		background-image: url(/img/new-site-images/img/desktop-logo.png) !important;
	}
*/
	
	figure.image-fullwidth img{
		width: 75%;
	}
	
	
	/* Event Calendar */
	.loadmore .lazy{
		display: none !important;
	}
	.event-filters{
		display: none !important;
	}
	p.printURL  a[href]:after {
        content: " (bbg.org" attr(href) ")" !important;
        word-wrap: break-word;
        hyphens: auto;
	}
	.printH1-WithOut-GreenRule{
		border-bottom: none !important;
	}
	
	
	
	/* 	Gardening How-To and Blog articles */
	main.with-left-nav.gardening-article-container {
		width: 95%;
	}
	
	.printWith-H2-Styling{
	  font-size: 20px !important;
	  letter-spacing: 2px;
	  text-transform: uppercase;
	  margin-bottom: 25px; 
	  font-family: 'ff-kievit-web', sans-serif;
	}
	
	
	
	/* Home page */
	.flexslider{
		display: none;
	}
		
		
				
	/* Plants in Bloom */
	.accordion:not(#bloom_times) .content{
	    display: block !important;
	    height: auto !important;
	}

	#pib-filter, .pib-filters {
		display: none;
	}
										
	
	
	/*Adding page margins for all pages */
	@page {
	    margin-top: 2cm;
	    margin-bottom: 2cm;
	    margin-left: 2cm;
	    margin-right: 2cm;
	}
	
}
/* 	end added by AM 6/2018 */

/* Accessibilitiy related Styles Added by AM 9-2018 */

a.skip-toContent, span.screenReader{
	position: absolute;
	left: -10em;
	top: -10em;
}

a.screenReader{
	color:#4c8cd1;
}

a.screenReader:focus, a.screenReader:active{
	color:white;
}

a.screenReader:hover, a.screenReader.selected:hover{
	border-top: none;
	border-top-color: #4c8cd1;
    background-color:#4c8cd1;
    color:#4c8cd1;
}

li.screenReader:hover, li.screenReader.selected:hover {
	border-top: none;
	border-top-color: #4c8cd1;
}
/* End Accessibility related styles AM */


	