
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}

#wrap > .container {
  padding-top: 60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
#footer {
  background-color: #f5f5f5;
}
.container .credit {
  margin: 20px 0;
}

.main-content {
  border-top: 1px solid #d7e0e2;
  border-right: none;
}

.sidebar {
  padding-top: 1em;
}

#head-shot {
  display: none;
}

#mobile-head-shot {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

#head-shot img,
#mobile-head-shot img {
  width: 140px;
  height: 140px;
}

ul.no-list {
  padding-left: 0;
}
ul.no-list li {
  list-style-type: none;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (min-width: 768px) {
  #head-shot {
    display: block;
    margin-bottom: 2em;
  }

  #mobile-head-shot {
    display: none;
  }

  .main-content {
    border-top: none;
    border-right: 1px solid #d7e0e2;
  }
}

@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*@media (min-width: 992px) {*/
  /*.main-content {*/
    /*border-top: none;*/
    /*border-right: 1px solid #d7e0e2;*/
  /*}*/
/*}*/