@charset "UTF-8";
/* 
 * Jobs Board
 * Custom styles for the jobs board on greenhouse.io. This does not exist within the site itself
 * but is a stylesheet that can be uploaded directly to greenhouse admin
*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,300,600,700,800,400italic,700italic,800italic);

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #2C2C2C;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

#wrapper {
  max-width: 1025px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #2C2C2C;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

h2 {
  padding-top: 25px;
  font-size: 2.25em !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

h4 {
  font-size: 1.125em;
}

p {
  color: #2C2C2C;
  font-size: 1.125em;
  line-height: 26px;
  margin: 0 0 20px;
}

ul {
  color: #2C2C2C;
  font-size: 1.125em;
  line-height: 26px;
}

#feature {
  padding: 40px 0;
}

#feature p a {
  text-decoration: underline;
}

#board_title {
  margin: 35px 0 5px 0;
  color: #00396F;
  font-size: 2.25em;
  text-transform: none;
  line-height: 33px;
}

.opening a {
  color: #3784BF;
  font-size: 18px;
  font-weight: 600;
}

.opening a:hover {
  color: #334150;
}

#app_body {
  max-width: 1025px;
}

.location {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px;
  background: #F6F7FA;
}

.location ul {
  margin: 0;
  padding: 0;
}

.location li {
  padding: 5px 0;
}

.location i {
  padding-right: 5px;
}

.list-item {
  /* Optional: Styles for individual list items */
  margin: 0 10px;
  list-style-type: none;
  vertical-align: middle;
}

.level-0 {
  padding: 10px 0 0 0;
}

#departments-select, #offices-select {
  display: inline-block;
  width: 150px;
  height: 32px;
  font-size: 14px;
}

#filter-count {
  padding-top: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #board_title {
    font-size: 1.875em;
  }
  #departments-select, #offices-select {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: inherit;
  }
}