/**
 * @file
 * Uncompiled
 *
 * Add any CSS here that doesn't get compiled via a .scss file.  This file gets called
 * last so it will override all compiled CSS.
 */

/* REF #2808  */
.page-node-15726 .block-sharethis {
  top: 58px;
  right: 10px;
}

/* central logo for smartphone */

@media  all and (max-width: 480px) {
#logo img {
    height: auto;
    max-width: 42px;
    display: block;
    margin-top: 5px;
}

}
/* for a sharp footer logo file */

#footer #footer-name-and-slogan {
  background-size: 126px;

}

/* logo need high resolution */
#logo {
  margin-left: 0;
  max-width: 72px;
}

/* logo need high resolution */
#logo-wide {
  margin-left: 0;
  max-width: 550px;
}

#logo-wide {
  float: left;
  padding: 0;
  margin: 0;
}

#logo-wide img {
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}


@media all and (max-width: 480px) {
  #footer #footer-name-and-slogan {
    min-height: 3.57143em;
    padding-left: 6.57143em;
    background: url('../images/backgrounds-x2/mobile_footer_logo-x2.png') 0 5px no-repeat;
    }

  .backgroundsize #footer #footer-name-and-slogan {
    background-size: 82px;
  }
}

/*fixing twitter icon cut off*/
.block-sharethis .st_twitter_large .stLarge {
     width: 27px;
}

.block-sharethis {
    float: left;
    padding-bottom: 5px;
    top: 0px;
}
@media (max-width: 480px){
.mobile-secondary-nav {
    margin-top:25px;
}

}

@media (max-width: 480px){
.with-breadcrumbs .block-sharethis {
    top: 0px;
}
}

@media (max-width: 480px){
  .block-sharethis .st_twitter_large .stLarge {
    height: 25px;
}
}

.mobile-secondary-nav {
    margin-top:25px;
}

@media (max-width: 480px)
{
 #content table {
    margin-top: 0;
    width: 100% !important;
 }
}
