/*

This file is uploaded externally to the Greenhouse Job Board system.
It must be updated manually using the Greenhouse Dev Center. Contact Recruiting for assistance or permissions.
https://stitchfix.greenhouse.io/configure/dev_center/config

*/


/********/
/* body */
/********/

body {
  font-family: "BrandonText-Regular", sans-serif;
  color: #2F3237;
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-size: 18px;
}
#app_body {
  margin: 0 auto;
}

#logo {
  display: none;
}

#wrapper {
  margin: inherit;
  margin: 20px 0 20px 0;
  min-height: initial;
  max-width: none;
  display: block;
  max-width: 700px;
  padding-bottom: 25px;
  margin: 46px auto 0 auto;
}
#header {
  padding: 0;
}

div#wrapper h1 {
  /* visibility: visible; */
  margin-bottom: 17px;
  font-family: "Grad-Bold", serif;
  text-align: center;
  /* width: 100%; */
}


/* Department Titles */
div#wrapper h2 {
  color: #847c77;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px
  text-align: center;
}

/* Greenhouse Section Titles */
div#wrapper h3 {
  visibility: visible;
  margin-bottom: 0;
}

div#wrapper strong {
   text-transform: uppercase;
}

p {
  text-align: justify;
}

a {
  color: rgba(59, 123, 113, 0.7);
  text-decoration: none;
}

a:hover, a:focus {
  color: #3b857a;
  text-decoration: none;
}

div.opening {
  border-bottom: 1px #f50808 solid;
  margin-bottom: 9px;
  padding-bottom: 8px;
}

div.opening:last-child {
  border-bottom: none;
  margin-bottom: 9px;
  padding-bottom: 8px;
}

div.opening a {
  font-weight: bold;
  font-size: 12px;
  color: black;
  width: 35%;
  display: block;
  float: left;
}

div.opening br {
  display: none;
}

.location {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;

}
