#app_body {	width: 600px;	margin: 0 auto; }

/*Style updates made by Natalie Schoch September 8th, 2018*/

@import url("https://use.typekit.net/oej6cak.css");

/*base styles*/
.button {
  border: #DF3A39 1px solid !important;
  background: #ec4847 !important;
  font-weight: 600;
  -webkit-transition: 200ms ease-in !important; /* Safari */
  transition: 200ms ease-in !important;
}

.button:hover {
  background: #DF3A39;
}

html, body {
  font-family: "proxima-nova",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-block-end: 0em;
  margin-block-start: 1em;
}

ul {
  margin-block-start: 0.5em;
  margin-block-end: 0em;
}

/*job description component styles*/
#app_body {
  padding-right: 20px !important;
  padding-left: 0 !important;
  max-width: 700px;
  width: 100% !important;
}

#app_body h1 {
  font-size: 35px;
}

#content {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 70px;
}

#header {
  position: relative;
}

#content p:first-child {
  font-size: 20px;
  line-height: 28px;
}

/*greenhouse application component styles*/
#application {
  background: #fff;
  max-width: 100%;
  padding: 0;
  padding-bottom: 80px;
}

#application .heading {
  font-size: 35px;
}

#application #submit_buttons {
  text-align: center;
}

#submit_app.button {
  border: #DF3A39 1px solid !important;
  background: #ec4847 !important;
  font-family: "proxima-nova",sans-serif;
  font-size: 17px;
  font-weight: 600;
  padding: 13px 21px;
  -webkit-transition: 200ms ease-in !important; /* Safari */
  transition: 200ms ease-in !important;
}