@import 'style-common.css';

body{
   font-family: "ProximaNovaRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.careers-bg-wrapper {
   padding-bottom: 41.66666667%;
   background-image: url("../images/hero-careers.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   margin-top: 4px;
   margin-bottom: 30px;
}
.h2-36 {
   font-size:1.875rem;line-height: 1.875rem;
   margin-bottom: 25px;
   font-weight: 500;
    color: #000;
    margin-top:30px;
}
.text-caps{
   text-transform: uppercase;
}
.careers-wrapper{
   max-width: 1200px;
   margin: auto;
}
.careers-wrapper p {
   font-size: 14px;
   line-height: 33px;
   color:#000;
   margin-bottom: 1em;
   text-rendering: optimizeLegibility; 
}
.careers-wrapper ul {
   list-style: none;
   padding-left: 0;
}
.meet-our-ceo {
   margin-bottom: 62px;
}
.meet-our-ceo .ceo-img{
   float: right;
   padding: 1em;
}
.meet-our-ceo h3 {
   margin-bottom: 25px;
   font-size: 24px;
   color:#404040;
}
.meet-our-ceo .mb12 {
   margin-bottom: 12px;
}
.job-openings li {
   margin-bottom: 60px;
}
.job-openings h3 {
   margin-bottom: 28px;
   font-size: 24px;
   color: #404040;
}
.job-openings li p {
   margin-bottom: 20px;
}
.job-openings li p:first-child {
   margin-bottom: 10px;
}
.job-openings li li {
   margin-bottom: 40px;
}
.ashby-iframe {
   padding: 75px 0 100px;
}
@media all and (min-width: 320px) and (max-width: 767px) {

   .job-openings li li {
      margin-bottom: 30px;
   }
   .ceo-img{
      text-align:center;
      width: 100%
   }
   .ashby-iframe {
      padding: 44px 0 156px;
   }
}

