.rsce_career_button {
  display: inline-flex;
  min-height: 50px;
  padding: 14px 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  background-color: #CAE0E7;
  color: #444749;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rsce_career_button:hover {
  background-color: #92C1CE;
}
