/* ----------------- greenhouse recruiting job board ------------- */
@import url('https://use.typekit.net/cor2mtm.css');
#wrapper, #app_body, #application {
	max-width:1190px;
}

.accessible .level-0 h4 {
	display:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "itc-avant-garde-gothic-pro", "museo-sans", Arial, sans-serif;
}
p, ul, li {
	font-family: "museo-sans", Arial, sans-serif;
}
a, input[type='button'].link-like-button, .attach-or-paste .unstyled-button.link-button {
	color:#eb2a31;
}
.button, .accessible #submit_app, .accessible #apply_button {
	padding: 13.2px 18px;
	background-image: none;
    background: -webkit-linear-gradient(284deg, #ff6e2a 0%, #ff161e 90%);
    background: linear-gradient(284deg, #ff6e2a 0%, #ff161e 90%);
    border-radius: 32px;
    border: none;
}
.button, .accessible #submit_app:hover, .accessible #apply_button:hover {
	background: #da141c;
    transition: background 0.15s ease 0s, border-color 0.15s ease 0s;
}