.share-Container {
	float: right;
}

.share {
	background-color: #f2f2f2;
	font-weight: normal;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-ms-transition: max-height .5s ease-in-out;
	-moz-transition: max-height .5s ease-in-out;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
	max-height: 0;
}

.share p {
	font-size: .9em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
	text-align: justify;
	margin: 0 1em 1.5em 1em;
}

.share-Utility ul, .share ul {
	list-style-type: none;
}

.share ul {
	margin: 1em 1em .5em 1em;
	padding-bottom: 0;
	text-align: right;
}

.share li {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 .5em;
	margin: 1em 0;
	border-right: 1px solid #ccc;
	width: 50%;
	min-width: 133px;
}

.share a {
	text-decoration: none;
	width: 100%;
	display: inline-block;
	text-align: center;
	transition: background-color .3s;
}

a#share {
	background: url("/images/icons/social_share_plus.png") .5em .8em no-repeat;
	padding: .5em .5em .5em 1.5em;
	background-color: #E0E3E2;
	text-decoration: none;
	color: #2d353e;
	transition: background-color .5s;
}
a#share.share-But-Active {
	background: url("/images/icons/social_share_minus.png") .5em .8em no-repeat;
	background-color: #f2f2f2;
}

.share a img {
	padding-right: 1em;
}

.share-Reveal {
	max-height: 173px;
	max-height: 260px;
} 

/* **** Stuff for Old Site Version **** */
#printerfriendly.noFloat { 
	float: none;
}
#floatContainer {
	float: right;
	margin-bottom: 1.5em;
}
#shareButton { 
	margin: .3em 0 0 0;
	padding: .5em .5em .5em 0;
}
/* #shareButton.active-Old {  } */
.shareOld {
	font-weight: normal;
	border: 1px solid #ccc;
	display: block;
	padding: 1em;
	max-width: 250px;
	position: absolute;
	top: 173px;
	z-index: 60;
	background-color: #fff;
	-ms-box-shadow: 5px 5px 5px #888;
	-mozilla-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.shareOld ul {
	list-style-type: none;
	padding-left: 0 !important;
}
.shareOld li {
	padding: .5em .5em .5em 0;
}
.shareOld a { vertical-align: center; } /* Needed? */
.shareOld a img {
	padding-right: 1em;
}
.shareOld p {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
.shareOld img {
	border: none;
	position: relative;
	top: .3em;
}
.shareHidden {
	display: none;
}
a#shareLinkOld {
	background: url("/images/icons/social_share_plus.png") .1em .3em no-repeat;
	padding: 0 .5em .5em 1.5em;
	position: relative;
	z-index: 70;
	border: 1px solid #fff;
	background-color: #fff !important;
}
a#shareLinkOld.share-But-Active-Old {
	background: url("/images/icons/social_share_minus.png") .1em .3em no-repeat;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
/* **** End Stuff for Old Site Version **** */

@media screen and (min-width: 451px) {
	.share li {
		width: 25%;
		max-width: 150px;
	}
	.share-Reveal {
		max-height: 173px;
		max-height: 220px;
	}
}

@media screen and (min-width: 580px) {
	.share-Reveal {
		max-height: 173px;
	}
}

