@media (min-width: 1024px) {
  .app.row.whitebox.blogpost {
    min-height: 600px; } }

.app.row.whitebox.blogpost h1 {
  text-transform: initial;
  padding-bottom: 50px; }

.app.row.whitebox.blogpost a.return {
  color: #479397;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  text-decoration: underline; }

.app.row.whitebox.blogpost .actions {
  padding-bottom: 35px; }
  .app.row.whitebox.blogpost .actions ul {
    display: inline;
    margin-left: 0;
    padding-left: 10px;
    margin-top: -5px; }
    .app.row.whitebox.blogpost .actions ul li {
      display: inline;
      padding-right: 5px; }
  .app.row.whitebox.blogpost .actions span {
    color: #479397;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px; }

@media (max-width: 1023px) {
  .app.row.whitebox.recentposts {
    text-align: center; } }

.app.row.whitebox.recentposts h5 {
  padding-bottom: 35px; }
  @media (min-width: 1024px) {
    .app.row.whitebox.recentposts h5 {
      padding-top: 93px; } }

.app.row.whitebox.recentposts .row {
  padding-bottom: 40px; }

.app.row.whitebox.recentposts .item img {
  display: inline-block;
  padding-bottom: 8px; }

.app.row.whitebox.recentposts .item span {
  display: block;
  font-size: 14px;
  padding-bottom: 5px; }
  .app.row.whitebox.recentposts .item span.date {
    font-size: 12px;
    padding-bottom: 15px; }

.app.row.whitebox.recentposts .item a.readme {
  font-size: 14px;
  color: #479397;
  font-family: 'Droid Sans', sans-serif;
  text-decoration: underline; }

.app.row.whitebox.archive {
  margin-bottom: 0; }
  .app.row.whitebox.archive h1 {
    text-transform: initial; }
  .app.row.whitebox.archive .item {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px; }
    .app.row.whitebox.archive .item .header {
      background-color: #fefaef;
      overflow: hidden; }
      .app.row.whitebox.archive .item .header img {
        width: 100%; }
    .app.row.whitebox.archive .item .date {
      padding: 10px 20px 20px 15px;
      background-color: #F4F4F4; }
    .app.row.whitebox.archive .item .description {
      padding: 0px 20px 30px 20px;
      font-size: 16px;
      background-color: #F4F4F4; }
      .app.row.whitebox.archive .item .description a.button {
        margin-top: 30px;
        position: static;
        text-align: center;
        display: block;
        text-transform: initial;
        padding-top: 10px;
        padding-bottom: 10px; }

.pagination ul li {
  display: inline-block;
  margin-right: 5px; }
  .pagination ul li a {
    color: white;
    font-weight: bold;
    color: #666666;
    border: 1px solid #666;
    padding: 7px 12px 7px 12px; }
    .pagination ul li a.active {
      font-weight: bold;
      background: #479397;
      color: white;
      border: 1px solid #479397; }
