/* Share icons */
.share { width: 15em; min-width: 50%; padding: 0; margin: 0; list-style: none; display: inline-block; }
.share:before, .share:after { content: ""; display: table; }
.share:after { clear: both; }
.lte-ie7 .share { zoom: 1; }
.share__icon { width: 25%; height: 2em; font-size: 1.5em; float: left; line-height: 2em; }
.share__icon a { color: inherit; display: block; }
.hex--facebook, .share__icon--facebook a { color: #3B5998; }
.hex--twitter, .share__icon--twitter a { color: #00ACED; }
.hex--google, .share__icon--google a { color: #DD4B39; }
.hex--linkedin, .share__icon--linkedin a { color: #007BB6; }
/* Calendar list */
.content__events__day__list__item__cal { display: none; }
/* Form User Tip/Instructions */
.content__form__help__title {
    position: absolute;
    margin: 0.5em 0 0 1em;
    font-size: 0.75em;
    padding: 0.5em;
    line-height: 1em;
    background: #F2F2F2;
    border: 1px solid;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    user-select: none;
}