a.herocta.button{
	margin-top: 55px;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	font-weight: 700;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 0.86px;
	text-align: center;
}

h2.hiringheadline{
	margin-top: 54px;
	font-family: 'Nunito Sans';
	font-weight: 900;
	font-size: 45px;
	color: #434445;
	letter-spacing: 0px!important;
	line-height: 50px;
}

p.hiringblurb{
	font-family: 'Open Sans';
	font-size: 18px;
	color: #434445;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 75px;
}

.boxes{
	margin-bottom: 150px!important;
}

div.row.community{
	margin-top: 105px!important;
}

.awardimage{
	max-width: 300px;
	height: auto;
}

.pc-link-boxes.careers{
	margiin-top: 85px!important;
}

ul.careerboxes{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



@media screen and (max-width: 600px) {
  .accolades .col-sm-6:last-of-type{
	margin-top: 100px!important;
	}
}