/* Fonts */
#branding {
  position: relative; }
  #branding .site-name-slogan {
    padding-top: 0; }
  #branding #logo {
    float: left;
   height: auto;
    margin-right: 25px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out; }
    #branding #logo a {
      display: block; }
    #branding #logo img {
      display: block; }
  #branding #site-name {
    font-size: 48px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: -0.075em;
    font-family: "Helvetica Neue", Arial, Helvetica;
    color: #0b6194; }
    #branding #site-name a {
      transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      text-decoration: none;
      color: #0b6194; }
      #branding #site-name a:hover {
        color: rgba(11, 97, 148, 0.85); }
  #branding #site-slogan {
    color: #777777;
    font-variant: small-caps; }
