.filters {
    border-radius: 0;
}

.filters .ui-selectmenu-button { float: none; margin: 0 auto 0 auto !important; text-align: left; }

.loading:after { background-color: rgba(255,255,255,.75) !important; }

#volunteerOpps.vol1 .items article {
  background-color: #ffffff;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
    border-color: #ffffff;
    padding: 1rem;
}

#volunteerOpps.vol1 .items article:nth-child(odd) {
    background-color: transparent;
}

#volunteerOpps.vol1 .items article:first-child {
  border-top-width: 1px;
}

#volunteerOpps.vol1 .items article:last-of-type {
  border-bottom-width: 1px;
}


#volunteerOpps.vol1 .items article h5 {
  font-size: 1.25rem;
  text-transform: none;
  margin-bottom: 0.2em;
}

#volunteerOpps.vol1 .items article p {
  margin-bottom: 0px;
}

#volunteerOpps.vol1 .items article p.meta {
  margin: 0;
  margin-bottom: 15px;
}

#volunteerOpps.vol1 .items article p.meta a {
  text-transform: uppercase;
}

#volunteerOpps.vol1 .items article p.meta a:after {
  content: ',';
}

#volunteerOpps.vol1 .items article p.meta a:last-child:after {
  content: '';
}

#volunteerOpps.vol1 .items article .previewText p {
  margin-bottom: 0;
}

#volunteerOpps.vol1 .items article p.meta span.sep {
  color: #bbb;
}



/*************************************************************************
 * Detail
 *************************************************************************/

article.detail {
  background: none;
  border: none;
  padding: 0;
}

article.detail:after {
  content: '';
  clear: both;
  display: block;
}

article.detail header {
  cursor: default;
  overflow: hidden;
  padding: 0;
}

article.detail header section {
  float: left;
  padding: 2.5% 0px;
  width: 61%;
}

article.detail h3 {
  margin-bottom: 0.25em;
}

article.detail header section p {

}

article.detail p.meta {
  margin: 0;
}

article.detail p.meta span.sep {
  color: #3c3c3c;
  font-weight: 700;
}

article.detail header aside {
  float: right;
  padding: 2.5%;
  width: 29%;
}

article.detail .details {
  border-top: none;
  display: block;
  margin: 0;
  padding: 2.5% 0;
  text-align: left;
}

article.detail .details section {
  float: left;
  padding: 0;
  width: 60%;
}

article.detail .details aside {
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  float: right;
  padding: 2.5%;
  width: 29%; /* 1% less accounts for border */
}

article.detail .details aside h4 {
  text-align: left;
}

article.detail .details aside #contact-info {
  font-size: 15px;
}

article.detail .details aside .buttons p {
  line-height: 1;
  margin: 0;
}

@media (max-width: 991.98px) {
article.detail .details section {
  float: none;
  width: 100%;
}

article.detail .details aside {
  float: none;
  padding: 0;
  border: 0;
  width: 100%;
}
}

.bottom-btn {
  clear: both;
  margin-top: 2em;
}