/*******************************************************************************
* tips and questions
*******************************************************************************/
.callout-content .tip,
.callout-content .question {
    display: none;
}

.callout-content .tip.active,
.callout-content .question.active {
    display: block;
}

/*******************************************************************************
* social media
*******************************************************************************/
.social-media h2 {
    float: left;
    margin: 2px 0 0 0;
    padding: 0 4px 0 12px;
    background: url(/uos/_assets/images/navigation/segment/bullet-chevron.gif) no-repeat 0 center;
    font-size: 0.845em;
    color: #002888;
}

.social-media ul {
    float: left;
    margin: 0;
    font-size: 1px;
}

.social-media ul li {
    float: left;
    padding-left: 5px;
    background: url(../images/share-pipe.gif) no-repeat 0 center;
}

.social-media ul li:first-child {
    background-image: none;
}

* html .social-media ul li {
	background-image: expression(this.previousSibling == null ? 'none' : 'url(../images/share-pipe.gif)');
}

.social-media ul li img {
    vertical-align: middle;
}
