/* Temp CSS for Morgan */

/* _icons.scss: $Revision: 1.0 */
[class*="icons-"] {
  /* NOTE: This image will need to be placed in a temporary location */
  background-image: url("//www.static-cisco.com/assets/offers/offer-05/v01/i/icons-sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden; }
.icons-twitter    { background-position: 0 -33px; }
.icons-linkedin   { background-position: 0 -66px; }
.icons-googleplus { background-position: 0 -99px; }
.icons-email      { background-position: 0 -132px;}
.icons-vtqq       { background-position: 0 -264px;}
.icons-vkontakte  { background-position: 0 -165px;}
.icons-renren     { background-position: 0 -198px;}
.icons-weibo      { background-position: 0 -231px;}
.inverse .icons-facebook   { background-position: -34px 0; }
.inverse .icons-twitter    { background-position: -34px -33px; }
.inverse .icons-linkedin   { background-position: -34px -66px; }
.inverse .icons-googleplus { background-position: -34px -99px; }
.inverse .icons-email      { background-position: -34px -132px; }
.inverse .icons-vtqq       { background-position: -34px -264px; }
.inverse .icons-vkontakte  { background-position: -34px -165px; }
.inverse .icons-renren     { background-position: -34px -198px; }
.inverse .icons-weibo      { background-position: -34px -231px; }

/* _share.scss: $Revision: 1.0.0.0 */
.share {
  width: 100%;
  padding: 0 10px 27px;
  box-sizing: border-box; }
  .share h3 {
    font-weight: normal;
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Nimbus Sans L", sans-serif;
    color: #444444;
    line-height: 1.25;
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 11px; }
  .share.v2 h3 {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .share.v2 ul { vertical-align: middle; }
  .share.v2 ul li:first-child { padding-left: 12px; }
  .share ul {
    display: inline-block;
    line-height: 0;
	padding-right: 0px; }
  .share ul li {
      display: inline-block;
      padding-left: 12px; }
  .share ul li:first-child { padding-left: 0; }
  .share ul li a:hover { opacity: 0.8; }
  .share.inverse h3 { color: white; padding: 0 10px 0 0; }
  .share.inverse a:hover { opacity: 0.7; }
  .lt-ie9 .share { padding: 0 0 27px; }
  .lt-ie9 .share.v2 {
    padding: 0 0 17px;
    text-align: right; }
  .lt-ie8 .share.v2 h3 { display:inline; }
  .lt-ie8 .share.v2 ul { display:inline; } 
  .lt-ie8 .share li { display:inline; }