/**
 * Styling for Woodland nodes 
 */
#block-corolla-content {
  max-width: 72em;
  margin: 0 auto;
  overflow: auto;
  background: #dbe6bf;
}
.node {
  margin: 0;
  padding: 10px;
  padding-bottom: 30px;
}
@media screen and (min-width: 30.0625em) {
  .node {
    padding: 30px;
  }
}
.field {
  margin: 0;
  /*margin-bottom: 30px;*/
}
.field__item p:last-child {
  margin-bottom: 0;
}

.group-woodland-top {
  margin-bottom: 30px;
  clear: both;
}
.woodland-image {
  margin-bottom: 30px;
}
.group-woodland-top-right h2 {
  text-align: center;
}
.field-node--field-project-profile-link {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 60em) {
  .woodland-image a.colorbox {
    margin: auto;
    display: block;
    max-width: 480px;
  }
}
@media screen and (min-width: 60.0625em) {
  .is-crowdfunding .group-woodland-top {
    display: flex;
  }
  .is-crowdfunding .woodland-image {
    flex-basis: 45%;
    position: relative;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .is-crowdfunding .group-woodland-top-right {
    flex-basis: 55%;
  }
  .is-not-crowdfunding .woodland-image {
    float: left;
    margin-right: 30px;
  }
}
.field-node--field-demo {
  position: absolute;
  width: auto;
  top: 41px;
  left: 14px;
  webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
figure {
  margin: 0!important;
}
h2,
h2 a.node__title-link {
  margin: 0;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.25em;
  color: #aac961!important;
}
.field-node--field-project-profile-link a {
  color: #aac961!important;
}
/*
@media screen and (min-width: 60.0625em) {
  h2,
  #treegen-project-developer-profile-link p {
    text-align: center;
  }
}
*/
.wallet {
  min-width: 250px;
  /*max-width: 480px;*/
  padding: 0!important;
  margin: 30px 0 0 0!important;
  background-color: inherit!important;
  display: block!important;
}
@media screen and (min-width: 45.0625em) and (max-width: 60em) {
  .wallet {
    float: left;
    margin: 30px 30px 30px 0!important;
    min-width: 360px;
  }
}
@media screen and (min-width: 60.0625em) {
  .wallet {
    max-width: 100%;
    margin: 15px 0 0 0!important;
  }
}
.wallet th, 
.wallet td {
  text-align: center;
}
.wallet th {
  background: #abca41;
  font-weight: 700;
  color: #f6f8ed;
  margin: 0;
  padding: 10px 20px;
} 
.is-not-crowdfunding .field.os-grid-ref {
  margin-top: 1.25rem;
}
#block-treegenwoodlandlinks {
  padding: 30px;
  margin: 0px;
}
#block-treegenwoodlandlinks p {
  margin: 0;
}
