/* _________________________________ RESET __________________________________ */

html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

body {
	font-size: 0.875rem;
	line-height: 1.24;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: normal;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}


ul {
  list-style: none
}


button,
input,
select,
textarea {
  margin: 0;
}


html {
  box-sizing: border-box
}

*, *::before, *::after {
    box-sizing: inherit;
}




img,
audio,
video {
  height: auto;
  max-width: 100%;
}


iframe {
  border: 0;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}






a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


a,object {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}

body {
	background-color: #ffffff;
}




hr {
	border: 0;
    height: 1px;
	background-color: #000;
	margin: 16px 0;
}




.content {
	padding: 15px;
}

@media screen and (min-width: 600px) {
	.content {
		padding: 20px;
	}

	

}


@media screen and (min-width: 1024px) {
	.content {
		padding: 30px;
		max-width: 800px;
		font-size: 1rem;
	}

}







.jobs h1 {
	font-weight: bold;
}

.jobs h2 {
	text-transform: uppercase;	
}



.jobs li {
	position: relative;
	margin-left: 18px;
	overflow: visible;
}

.jobs li::before {
	content: "—";
	position: absolute;
	top: -1px;
	left: -18px;
}


.red {
	color: #ff0000;
}

a.red:hover {
	color: #ff0000;
}


.lighter {
	color: #ccc;
}


