/* ========================================================================== *\
   The entire theme for this site was created using less locally. The theme
   is contained within a minified CSS file in addition to all javascript.
   Please place theme overrides below here to lock and protect the original
   site theme. If heavy changes need to be made, take care of them locally and
   produce another minified theme base
\* ========================================================================== */

/* Add some subtitle breathing room */

.overview .subtitle,
.node-full .subtitle {
  margin-top: 7px;
}

/* Add a two column subterm overviews template */

.two-column-subterms .subterm-inner {
  font-size: 0;
  margin-left: -40px;
}

.two-column-subterms .subterm-block {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.two-column-subterms .subterm-block-inner {
  margin-left: 40px;
}

.node-full .node-content .field-image {
  max-width: 100% !important;
  float: none;
  margin-left: 0;
}

/* Walk a Mile Sponsor Post - Ticket 6132 */
.pt224 table {
  width: 100%;
}

.pt224 table th,
.pt224 table td {
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  padding: 15px;
}

.pt224 table th {
  color: black;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: rgb(238, 238, 238);
}
.pt224 table td {
  background: white;
  width: 33.3333%;
}
.pt224 table td * {
  margin: 0 auto;
  max-width: 70%;
  text-align: center;
}
#node-1798-teaser table * {
  text-align: center;
  margin: 0 auto;
}

.node-content .sponsors h3 {
  clear: both;
  padding: 10px 20px;
  background-color: #552671;
  color: white;
}

.node-content .sponsors p {
  margin: 0;
}

.node-content .sponsors img {
  outline: 1px solid #eee;
}


