﻿/*
@font-size-large:         ceil((@font-size-base * 1.10)); // ~17px
@font-size-largest:       ceil((@font-size-base * 1.50)); // ~23px
@font-size-small:         ceil((@font-size-base * 0.85)); // ~13px
@font-size-smallest:      ceil((@font-size-base * 0.65)); // ~10px
*/
header.main .branding {
  position: relative;
  top: 0;
  left: -178px;
  width: 100px;
  height: 131px;
}
@media (max-width: 959px) {
  header.main .branding {
    left: -80px;
  }
}
header.main .branding a {
  display: block;
  width: 100%;
  height: 100%;
}
header.main .branding img {
  display: block;
  width: 100%;
  height: 100%;
}
header.mobile .branding {
  width: 45px;
  height: 82px;
}
header.mobile .branding a {
  display: block;
  width: 100%;
  height: 100%;
}
header.mobile .branding img {
  display: block;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=HeaderBranding.ascx.css.map */