/**
 * This file is only used for Greenhouse's iframe.
 * It will never be implemented on our site.
 */
/* line 10, ../../../../../../../Private/Source/packages/modules/careers/css/greenhouse.scss */
.button, #submit_app {
  background: #2c71a5;
  color: #fff;
  border: 0;
  border-radius: 1px;
  font-size: 13px;
  text-align: center;
  padding: 11px 24px 13px;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none;
  -webkit-appearance: none;
  font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
/* line 24, ../../../../../../../Private/Source/packages/modules/careers/css/greenhouse.scss */
.button:hover, #submit_app:hover {
  background: #3f94da;
}
