html,body {
  height: 100%;
  border-top: 2px solid #00509e;
}


/* 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 -50px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 50px;
}
#footer {
	text-align: center;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  font-size: .8em;
}

blockquote {
font-style: italic;
margin: 0.25em 0 3em;
padding: 0.25em 40px;
position: relative;
color: #383838;
border:0;
}

blockquote p {
  margin: 0 0 10px;  
  font-size: 14px;
  line-height: 20px;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -10px;
top: -10px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
/* font-size: 14px; */
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
 .container .credit {
  margin: 12px 0;
}