.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==========================================================================
   Base
   ========================================================================== */
/* =============================================================================
   Header
   ========================================================================== */
.contact {
  display: block;
  float: right;
  color: #000;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  line-height: 30px;
}
.contact:hover,
.contact:focus {
  color: #1e5faf;
  text-decoration: none;
}
.contact b {
  font-size: 31px;
}
.centered-pills {
  text-align: center;
  clear: both;
}
.centered-pills ul.nav-pills {
  display: inline-block;
}
.centered-pills li {
  display: inline;
  margin: 0 30px;
}
.centered-pills a {
  float: left;
}
* html .centered-pills ul.nav-pills {
  display: inline;
}
/* IE6 */
* + html .centered-pills ul.nav-pills {
  display: inline;
}
/* IE7 */
/* ==========================================================================
   Content
   ========================================================================== */
.content {
  padding-top: 20px;
}
/* ==========================================================================
   Primary Content
   ========================================================================== */
/* ==========================================================================
   Sidebar
   ========================================================================== */
.sidebar,
.sidebar a {
  color: #707070;
}
.sidebar .btn-large {
  margin-bottom: 20px;
  color: #fff;
}
.sidebar .widget {
  border-left: 1px solid #707070;
  padding: 0 0 0 20px;
}
.home .sidebar .widget,
.page .sidebar .widget {
  padding: 10px 20px;
  background: #f4efe4;
  border: none;
}
.sidebar .widget h3 {
  font-size: 14px;
  color: #707070;
  margin: 0;
  line-height: 1em;
}
.widget-inner ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}
/* ==========================================================================
   Posts
   ========================================================================== */
.hentry {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.hentry header {
  margin-bottom: 10px;
}
.hentry .entry-title {
  font-weight: normal;
  font-size: 24px;
  margin: 0;
  line-height: 1em;
}
.single-post .hentry .entry-title {
  font-weight: bold;
  font-size: 30px;
}
.hentry time {
  color: #636363;
  font-size: 12px;
}
.hentry .entry-summary {
  color: #707070;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.content-info {
  margin-top: 20px;
  background: #2A6EBB;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  -webkit-box-shadow: 0px 0px 8px #999999;
  -moz-box-shadow: 0px 0px 8px #999999;
  box-shadow: 0px 0px 8px #999999;
}
.footer-nav {
  list-style: none;
  line-height: 30px;
}
.footer-nav li {
  display: inline;
  padding: 10px;
}
.footer-nav a {
  white-space: pre;
  color: #fff;
}
#vdw-link a {
  color: #959595;
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
}
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
  clear: left;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
  clear: right;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 979px) {
  .contact {
    float: none;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    line-height: 30px;
    clear: both;
  }
  .contact b {
    font-size: 31px;
  }
}
