iframe[src="about:blank"] {
  display: none; }

footer {
  background-color: #333333;
  padding: 30px 0;
  color: white; }
  footer .connect {
    margin-bottom: 30px;
    font-size: 1.125rem;
    text-transform: uppercase; }
  footer a {
    color: white;
    text-decoration: none; }
  footer .facebook-label, footer .twitter-label {
    display: inline-block;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 4px 0 8px 30px; }
    footer .facebook-label:hover, footer .twitter-label:hover {
      text-decoration: underline; }
  footer .facebook-label {
    background-image: url(../images/facebook-icon-light.png); }
  footer .twitter-label {
    background-image: url(../images/twitter-icon-light.png); }
  footer .footerlinks a {
    margin-right: 30px;
    line-height: 1.3; }
  footer .blurb {
    max-width: 80%;
    padding-left: 30px;
    line-height: 1.3; }
