@media only screen {
	/* 356510 hide share buttons in footer */
    .addthis {
		display: none;
        height: auto;
        max-width: 100%;
        top: -60px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        margin-top: 15px;
        left: 0;
        right: 0;
    }
    .shareButtonsWrapper {
		position: absolute;
		right: 10px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
		margin-top: 80px;
		background-color: transparent;
		z-index: 1;
    }
	.shareButtonsWrapper .addthis_toolbox {
		display: flex;
		flex-direction: row;
	}
	.shareButtonsWrapper.bottomPanel .shareText {
		color: white;
	}
    .addthis_counter.addthis_bubble_style a.addthis_button_expanded, 
	.addthis_counter.addthis_bubble_style a.addthis_button_expanded:hover {
        color: white;
    }
    .addthis_counter.addthis_bubble_style.addthis_native_counter {
        background-image: none;
        background-color: rgba(0,0,0,0.2);
    }
	.panel_custom_one_col_image_top .shareButtonsWrapper {
		position: relative;
		top: 110px;
		right: -10px;
		z-index: 8;
	}
}
@media only screen and (min-width: 40.063em) {
	.shareButtonsWrapper {
		margin-top: 83px;
	}
}
@media only screen and (min-width: 64.063em) {
    .addthis {
        margin-bottom: 0;
        margin-top: 0;
    }
    .shareButtonsWrapper {
		width: 940px;
		right: 0;
		left: 0;
		margin: 86px auto 0;
    }
	.shareButtonsWrapper .addthis_toolbox {
		justify-content: flex-end;
	}
    .shareButtonsWrapper .shareText {
        font-style: italic;
        font-size: 11px;
        line-height: 11px;
        text-align: left;
		color: white;
    }
}