.sharing .sti-btn {
		border-radius: 50%;
		width: 36px;
		height: 36px;
		background-image: url(/content/pwc/script/network/parallax/sti-button-flat-small.png);
		display: inline-block;
		margin: 5px 2px 0;
		text-indent: -9999em;
	}
	
	.sti-mail-btn {
		border-radius: 50%;
		width: 36px;
		height: 36px;
		background-image: url(/content/dam/pwc/ca/en/campus-recruiting/assets/290474-email-icon.png);
		background-size: 30px 30px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #A32020;
		display: inline-block;
		margin: 5px 2px 0;
		text-indent: -9999em;
		position: relative;
	}
	
	.sharing {
		text-align: left;
		/* padding-top: 20px; */
	}
	
	.sti-mail-btn:hover>.overlay {
		width: 36px;
		height: 36px;
		position: absolute;
		background-color: #000;
		opacity: 0.1;
		border-radius: 50%;
		top: 0px;
	}

    .sti-print-btn {
        border-radius: 50%;
        width: 36px;
        height: 36px;
        background-image: url(/content/dam/pwc/au/en/assets/print-icon.png);
        background-size: 36px 36px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #A32020;
        display: inline-block;
        margin: 5px 2px 0;
        text-indent: -9999em;
        position: relative;
    }


	@media (max-width: 767px) {
		.sharing {
			padding-bottom: 20px;
		}
	}

@media (min-width: 1400px){
 .sharing.sh {
  text-align: left;
 }
}

@media (min-width: 1200px){
.sharing.sh {
    text-align: left;
}
        }

.text.parbase.section {
   width: 100%;
}

.hero-title-component .hero-title > .container {
            display: none;
        }