body .office, body .meeting {
  color: white;
  overflow: hidden; }
  body .office .width-wrapper, body .meeting .width-wrapper {
    margin: 0 10%; }
  body .office .wrapper, body .meeting .wrapper {
    overflow: hidden;
    background-color: white;
    margin: -60px -7px;
    max-height: 400px; }
    @media (min-width: 768px) {
      body .office .wrapper, body .meeting .wrapper {
        margin: -70px -7px;
        max-height: 550px; } }
    @media (min-width: 992px) {
      body .office .wrapper, body .meeting .wrapper {
        max-height: 550px;
        margin: -105px -7px; } }
    body .office .wrapper img, body .meeting .wrapper img {
      opacity: 1;
      transition: filter 0.3s linear, opacity 0.3s linear;
      width: 100%; }
      @media (min-width: 768px) {
        body .office .wrapper img, body .meeting .wrapper img {
          min-width: 720px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body .office .wrapper img, body .meeting .wrapper img {
      margin-right: -65px; } }

      body .office .wrapper img.desaturate, body .meeting .wrapper img.desaturate {
        filter: grayscale(100%);
        opacity: 0.8; }
body .office {
  background-color: #2980b9; }
body .meeting {
  background-color: #3ab174; }
  @media (min-width: 1200px) {
    body .meeting .wrapper img {
      margin-top: -50px; } }
body .job_openings {
  background-color: #eef1f3; }
  body .job_openings .container {
    min-height: 400px; }
  body .job_openings .openings {
    background-color: white; }
    body .job_openings .openings .job_description {
      padding: 40px;
      border-bottom: 10px solid #eef1f3; }
      body .job_openings .openings .job_description h3 {
        margin-bottom: 20px;
        font-weight: 100; }
  @media (max-width: 991px) {
    body .job_openings .slide-panel {
      position: static !important;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    body .job_openings .slide-panel {
      padding-top: 100px;
      width: 450px; } }
  @media (min-width: 1200px) {
    body .job_openings .slide-panel {
      width: 500px; } }
