.bodyContent .addthis_toolbox {
	position: absolute;
    right: 15px;
    top: 0;
    z-index: 50;
}
.bodyContent .addthis_default_style .at300b {
  padding-right: 10px;
  vertical-align: top;
}
.bodyContent .addthis_toolbox .svprint{
	float: left;
    margin-left: 10px;
}

@media only screen and (max-width: 40.063em) {
	.bodyContent .addthis_toolbox {
		position: relative;
		right: 0;
	    top: 0;
	    text-align: center;
	}
}

/* For 3 column layout, addthis in the 3rd column */

.c3 .addthis_toolbox {
	float: none;
	margin: 20px 15px 30px 0;
}

/*PTH*/
.addthis_toolbox.PTH{
	background: #93b7bc;
	height: 50px;
	line-height: 50px;
}
.addthis_toolbox.PTH .addthis_container{
	max-width: 960px;
	width: 100%;
	margin: auto;
}
.addthis_toolbox.PTH a,
.addthis_toolbox.PTH a:hover,
.addthis_toolbox.PTH a:focus{
	background: url(/includes/images/assets/socialicons.png) no-repeat;
	display: block;
	width: 18px !important;
	height: 18px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	margin: 16px 15px;
	float: left;
	font-family: 'Proxima Nova W08 Reg', Arial;
	font-size: 14px;
	text-transform: uppercase;
}
.addthis_toolbox.PTH a.addthis_button_more{ background: none; width: 50px !important; margin-left: 0; }
.addthis_toolbox.PTH a.addthis_button_facebook{ background-position: 4px 0; }
.addthis_toolbox.PTH a.addthis_button_twitter{ background-position: -24px 0; }
.addthis_toolbox.PTH a.addthis_button_pinterest{ background-position: -55px 0; }
.addthis_toolbox.PTH a.addthis_button_calendar{ background-position: -85px 0; }
.addthis_toolbox.PTH a.addthis_button_print{ background-position: -117px 0; }
.addthis_toolbox.PTH a.addthis_button_email{ background-position: -151px 0; }

.addthis_toolbox.PTH a.addthis_button_pinterest span{ display: none; }

/*Fixes layout when slideshow not present*/
#sv-headContainer + .addthis_toolbox.PTH{
	margin-top: 18px;
}

@media only screen and (min-width: 0em) and (max-width: 64em) {
	.addthis_toolbox.PTH a.addthis_button_more{ margin-left: 15px; }
}
@media only screen and (min-width: 0em) and (max-width: 40em) {
	.addthis_toolbox.PTH{
		height: 45px;
		line-height: 45px;
	}
	.addthis_toolbox.PTH a,
	.addthis_toolbox.PTH a:hover,
	.addthis_toolbox.PTH a:focus{
		margin: 13px 8px;
	}
}
