@font-face {
  font-family: 'Styrene A Web';
  src: url("../fonts/StyreneA-Medium-Web.woff2") format("woff2"), url("../fonts/StyreneA-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Styrene A Web';
  src: url("../fonts/StyreneA-Light-Web.woff2") format("woff2"), url("../fonts/StyreneA-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Styrene B Web';
  src: url("../fonts/StyreneB-Medium-Web.woff2") format("woff2"), url("../fonts/StyreneB-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Styrene B Web';
  src: url("../fonts/StyreneB-Light-Web.woff2") format("woff2"), url("../fonts/StyreneB-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

body {
    color: #474854;
    font-family: 'Styrene B Web', Arial, sans-serif;
    font-weight: 300;
}



.location{
    color: #474854;
}

#main {
    padding: 10px;
}

#wrapper {
    padding: 0;
}

#wrapper [style="padding: 20px;"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#wrapper:first-child {
    padding-top: 0 !important;
}

#board_title {
    font-weight: 300;
    font-size: 30px;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 4px #056dea solid;
}

p {
    font-family: inherit;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

.app-title{
    font-family: 'Styrene A Web',Arial,sans-serif;
    font-weight: 300;
    font-size: 30px;
}

#app_body{
  max-width: 700px;
}

.company-name{
    font-family: 'Styrene A Web',Arial,sans-serif;
    font-weight: 300;
}

#footer{
    margin-top:0;
}

.level-0{
    padding:15px 5px;
    border-bottom: 4px #f5f5f5 solid;
}

.opening a{
    font-weight: 300;
}

#header{
    border-bottom: 4px #056dea solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.button, #submit_app{
    border: 4px solid #056dea;
    color: #056dea;
    background: transparent;
    text-shadow: none;
    border-radius: 30px;
}

.button:hover, #submit_app:hover{
    background: #056dea;
    color: #fff;
}

#application{
    background-color: #f5f5f5;
    color: #474854;
}

#application div.required-fields{
    color: #474854;
}

a{
    color:#056dea;
}

#main_fields div.field label, #custom_fields div.field label, #demographic_questions div.field label, #eeoc_fields div.field label{
  font-size: 14px;
}

/*landscape phone *******************/
@media (max-width: 767px){
  .app-title{
    font-size: 23px;
  }

  #apply_button{
    position: relative;
    margin: 10px 0;
    display: inline-block;
  }
  
}

/*# sourceMappingURL=careers-greenhouse.css.map */