#main-content .l-rw {
  width: 100%;
  max-width: 1920px;
  padding: 0;
}
.l-main #rid-content {
  padding: 10px;
  background: #dbe6bf!important;
}
@media screen and (min-width: 30.0625em) {
  .l-main #rid-content {
    padding: 30px;
  }
}
#rid-content-suffix {
  padding: 0;
}
#block-corolla-local-tasks,
#block-corolla-local-actions {
  max-width: 72em;
  background: #fff;
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  border-bottom: 0;
}
#block-corolla-local-actions {
  border-top: 0;
}
.action-links__button {
  margin: 0;
}
#block-corolla-content {
  margin-top: 0;
}

/**
 * Specifics for "mobile" view mode.
 */
.node.node--view-mode-mobile {
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}
.node--view-mode-mobile .field-node--field-woodland-project-image img {
  padding: 30px 5% 0;
}
.node--view-mode-mobile .field-node--body {
  background: #f4f5f8;
}
.node--view-mode-mobile .field-node--body_full {
  padding: 30px 5% 0;
}

.node {
  margin: auto;
  max-width: 72em;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tabs a {
  border: 0!important;
  /*border-radius: 0!important;*/
  box-shadow: none!important;
  color: #f6f8ed!important;
  background: #525252!important;
  padding: .7rem;
  margin-right: 1rem!important;
}
.tabs a:hover {
  opacity: 0.9;
}
.tabs a.is-active {
  font-weight: 600;
  background: #aac961!important;
}
.node .field-node--body a {
  color: #aac961;
  font-weight: 600;
}
#treegen-wallet {
  border: 1px solid #aac961;
  background-color: transparent;
  padding: 0; 
}
#treegen-wallet .wallet-thermometer {
  display: flex;
  justify-content: space-around;
  padding: 2.5%;
}
#treegen-wallet .table-container {
  flex-grow: 1;
  margin: 1% 5% 0 1%;
}
#treegen-wallet .thermometer {
  margin-right: 2%;
}
#treegen-wallet p.header {
  background-color: #aac961;
  margin: 0;
  font-weight: 700;
  line-height: 2em;
}
#treegen-wallet td.table__cell {
  padding: 0.5rem 1rem!important;
}
@media screen and (min-width: 60.0625em) {
  #treegen-wallet td.table__cell {
    padding: 1rem!important;
  }
}
#treegen-wallet .wallet-message {
  text-align: center;
  margin-bottom: 2.5%;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 0;
  border-radius: 4px;
}
#treegen-wallet .wallet-message.first {
  background: #efa350;
  max-height: 35px;
}
#treegen-wallet.mini .wallet-message.contribute {
  border: 1px solid #aac961;
}
#treegen-wallet.full .wallet-message.contribute {
  background: #efa350;
  max-height: 35px;
}
#treegen-wallet.full .wallet-message.first:hover,
#treegen-wallet.full .wallet-message.contribute:hover {
  opacity: 0.9;
}
#treegen-wallet .wallet-message.achieved {
  font-weight: 700;
  background: #5ea2b9;
  color: #f6f8ed;
}
#treegen-wallet .wallet-message a {
  color: #2e2e2e;
}
#treegen-wallet.full .wallet-message.first a,
#treegen-wallet.full .wallet-message.contribute a {
  color: #fff;
  font-weight: 700;
}

.photoswipe-gallery .field {
  display: flex;
  flex-wrap: wrap;  
}  
.photoswipe-gallery figure {
  margin: 20px 20px 0 0;
}  
.photoswipe-gallery figure.image-count-1 {
  margin: 0;
  width: 100%;
}

/**
 * Specifics for project blogs.
 */
.project-blog-view .view-header,
.project-blog-view .view-empty {
  margin: auto;
  max-width: 72em;
  background: white;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 30px;
}
.project-blog-view .node {
  border-top: 0;
  border-bottom: 0;
}
