#topNav a.logo {
  height: auto;
  width: 500px;
}
#header a.logo > img {
  width: 100%;
  height: auto;
}
#header.fixed #topNav a.logo > img {
   height: auto;
}
.section-logo {
  padding: 10px 0;
}
.callout p {
  font-size: 21px;
}
#footer address {
  background: url('../../../images/world-map.png') no-repeat center;
}
#footer address .footer-sprite {
  background: url('../../../images/footer_sprite.png') no-repeat 0 0;
}
iframe {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  #header #topNav a.logo>img.visible-xs.visible-sm {
    margin: auto;
    vertical-align: middle;
    display: inline-block !important;
  }
  #header #topNav a.logo {
    width: 70%;
    line-height: 57px !important;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  #topNav a.logo {
    width: 444px;
  }
}
@media (max-width: 580px) {
  #header #topNav a.logo {
    height: auto !important;
  }
}
