body.is-iframe .usgbc-forums-shell .container{
  width: 100%;
  max-width: 100%;
}
.usgbc-forums-shell .row > div.col{
  padding-top: 25px;
  position: relative;
}
.usgbc-forums-shell .row > div .usgbc-powered{
  top: 0;
  right: 15px;
  position: absolute;
} 
.usgbc-forums-shell .row > div .usgbc-powered a{
  margin-right: 5px;
  font-size: .8125rem;
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
}
.usgbc-forums-shell .row > div .usgbc-powered a:hover{
  text-decoration: underline;
}
.usgbc-forums-shell .row > div .forum-heading{ 
  padding: 6px 12px;
  background-color: #2D5751;
}
.usgbc-forums-shell .row > div .forum-heading .title{
  color: #DFECCD;
  font-size: 1.25rem;
}
.usgbc-forums-shell .row > div .forum-heading .subtitle{
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
}
.usgbc-forums-shell .row > div .forum-head{
  padding: 0 12px;
  background-color: #E6E6E6;
}
.usgbc-forums-shell .row > div .forum-head span{
  color: #333333; 
  font-size: .8125rem;
  font-weight: 600;
}
.usgbc-forums-shell .row > div .forum-content{
  padding: 15px;
}
.usgbc-forums-shell .row > div .usgbc-post{
  margin-left: 5px;
}
.usgbc-forums-shell .row > div .usgbc-post a{
  color: #283686;
  font-size: 1rem;
  text-decoration: none;
}
.usgbc-forums-shell .row > div .usgbc-post a i{
  margin-right: 3px;
}
.usgbc-forums-shell .row > div .usgbc-post a:hover{
  text-decoration: underline;
}
