/* Welcome to Susy. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

section, article, aside, header, footer, nav, dialog, figure {
  display: block;
}

#skip-links, nav {
  display: none;
}

body {
  font-family: 'Adobe Caslon Pro', 'Big Caslon', Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
  font-size: 12pt;
  line-height: 18pt;
  background: white;
  color: black;
}

#page {
  width: auto;
  border: 0;
  margin: 0;
  padding: 0;
  float: none !important;
  background: transparent;
}
#page a:link:after, #page a:visited:after {
  content: " (" attr(href) ") ";
}

#lightboxes {
  display: none;
}

a {
  color: #cc6633;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  width: 100%;
  margin: 1.5em 0;
}
table p {
  margin: 0;
  font-style: italic;
}
table th {
  font-weight: bold;
}
table td {
  padding: 0.75em 0;
}
table .cost {
  text-align: right;
}
table tfoot td {
  font-weight: bold;
  text-align: right;
}
table tfoot td span {
  font-weight: normal;
}

p {
  margin: 1.5em 0;
}

[role="banner"] {
  border: 4pt double;
  border-width: 4pt 0pt;
  padding: 14pt 0;
}
[role="banner"] h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18pt;
}
[role="banner"] h1 a {
  color: black;
  text-decoration: none;
}
[role="banner"] h1 a:after {
  text-transform: lowercase;
  font-style: italic;
}
[role="banner"] h2 {
  font-style: italic;
}
[role="banner"] h2:before {
  content: "“";
}
[role="banner"] h2:after {
  content: "”";
}

[role="contentinfo"] {
  text-transform: capitalize;
  font-style: italic;
  border-top: 4pt double;
  padding-top: 14pt;
  margin-top: 3em;
}
.tools.estimate [role="contentinfo"], .tools.contract [role="contentinfo"] {
  display: none;
}

#content {
  margin: 0 18pt;
}
#content h1 {
  font-weight: bold;
  margin-top: 1.5em;
}

#terms h3 {
  font-weight: bold;
}

#agreement, .boilerplate {
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#agreement {
  page-break-inside: avoid;
  page-break-before: always;
}

.sign {
  margin: 2em 0;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 12pt;
}
.sign div {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 2em;
}
.sign div {
  display: block;
}
.sign div strong {
  display: inline;
  float: left;
  width: 16.667%;
  margin-right: 0%;
  text-align: right;
}
.sign div .blank {
  display: inline;
  float: left;
  width: 83.333%;
  margin-right: 0%;
  display: inline;
  float: right;
  margin-right: 0;
  /* ugly hacks for IE6-7 */
  #margin-left: -1%;
  /* end ugly hacks */
  height: 1.5em;
  border-bottom: 1px solid #999;
  text-align: center;
}
.sign div.name, .sign div.date {
  display: inline;
  float: left;
  width: 50%;
  margin-right: 0%;
}
.sign div.name strong, .sign div.date strong {
  display: inline;
  float: left;
  width: 33.333%;
  margin-right: 0%;
}
.sign div.name .blank, .sign div.date .blank {
  display: inline;
  float: left;
  width: 66.667%;
  margin-right: 0%;
  display: inline;
  float: right;
  margin-right: 0;
  /* ugly hacks for IE6-7 */
  #margin-left: -1%;
  /* end ugly hacks */
}
.sign h3 {
  font-weight: bold;
}
.sign .blank {
  font-style: italic;
}

