@charset "UTF-8";
/**
 *  communications.scss — page styles for communications.html.
 *  Compiled by CodeKit to build/css/communications.css.
 *  Ported from the v3 prototype, Round 97.
 */
body.communications section.band.navy {
  padding: 80px 0 52px;
}

body.communications section.band.navy div.rule {
  margin: 56px 0 0;
}

body.communications section.consulting {
  padding: 80px 0;
}

@media (max-width: 880px) {
  body.communications section.band.navy {
    padding: 60px 0 20px;
  }
  body.communications section.band.navy div.rule {
    margin: 44px 0 0;
  }
}
/* The hero scaffold comes from _template.hero.scss (Round 101
   standardization); comms carries no hero residue. */
/* The window's hand annotations — geometry tuned to this report. */
body div.application-window div.annotation.credit {
  top: 130px;
  left: 290px;
}

body div.application-window div.annotation.credit svg.credit-arrow {
  left: 100px;
  top: 18px;
}

body div.application-window div.annotation.verdict {
  top: 227px;
  left: 300px;
}

body div.application-window div.annotation.verdict svg.verdict-arrow {
  left: 70px;
  top: 20px;
}
