/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.alt-font {
  font-family: 'Lora', serif; }

.alt-font-italic {
  font-family: 'Lora', serif;
  font-style: italic; }

body {
  font-family: 'Lato', sans-serif; }

h1.section-header {
  margin-bottom: 72px; }
  h1.section-header span {
    height: 40px;
    line-height: 32px;
    display: inline-block;
    border: 3px solid #f15a27;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding: 0 60px 0 24px; }
    h1.section-header span:after {
      text-align: center;
      position: absolute;
      top: 0;
      right: -3px;
      width: 40px;
      height: 34px;
      line-height: 32px;
      background-color: #f15a27;
      color: #FFF; }
  @media only screen and (max-width: 500px) {
    h1.section-header {
      margin-bottom: 48px; }
      h1.section-header span {
        font-size: 16px;
        padding: 0 48px 0 12px; } }

h2.section-subheader {
  margin: 60px 0 40px 0; }
  h2.section-subheader span {
    font-size: 20px;
    padding: 0 2px 4px 2px;
    border-bottom: 3px solid #000; }
  @media only screen and (max-width: 768px) {
    h2.section-subheader span {
      line-height: 1.75em; } }

h2.alt-section-subheader {
  color: #FFF; }
  h2.alt-section-subheader span {
    border-bottom-color: #f15a27; }

html {
  height: 100%; }

body {
  background-color: #FFF;
  color: #333333;
  min-height: 100%;
  overflow-x: hidden; }

a, a:active, a:visited {
  color: #f15a27; }

h1, h2, h3, h4, h5, h6, ul, p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  margin: 0;
  padding: 0; }

section {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.version-numbers,
.slide-numbers {
  text-align: center;
  display: block;
  list-style-type: none;
  margin-top: 48px; }

.version-number,
.slide-number {
  width: 32px;
  height: 32px;
  line-height: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  background-clip: padding-box;
  border: 2px solid #FFF;
  display: inline-block;
  margin: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .version-number a,
  .slide-number a {
    text-decoration: none;
    color: #FFF; }

br.mobile-break {
  display: none; }

@media only screen and (min-width: 769px) {
  body > header {
    height: 75px;
    line-height: 75px; }
    body > header img {
      height: 35px; } }

@media only screen and (max-width: 768px) {
  body > header {
    height: 50px;
    line-height: 50px; }
    body > header img {
      height: 30px; } }

body > header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform 0.25s ease-in;
  -moz-transition: -moz-transform 0.25s ease-in;
  -o-transition: -o-transform 0.25s ease-in;
  transition: transform 0.25s ease-in; }
  body > header.headroom--unpinned:not(.nav-open) {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    -moz-transition: -moz-transform 0.25s ease-out;
    -o-transition: -o-transform 0.25s ease-out;
    transition: transform 0.25s ease-out; }
  body > header img {
    width: auto;
    margin-left: 48px;
    vertical-align: middle;
    position: relative;
    z-index: 2; }
  body > header > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  body > header .nav-toggle {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 1px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 48px; }
    body > header .nav-toggle span {
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 4px;
      border-bottom: 2px solid #333;
      padding-right: 32px; }
    body > header .nav-toggle:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 6px;
      position: relative;
      top: 2px;
      left: -12px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 7px solid #333; }

body > header nav {
  background-color: #EBEBEC;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0 0 0;
  position: relative; }
  @media only screen and (min-width: 769px) {
    body > header nav {
      height: 530px; } }
  body > header nav h3 {
    color: #333333; }
    body > header nav h3 span {
      padding-bottom: 4px;
      border-bottom: 2px solid #f15a27;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 1px;
      padding-left: 2px;
      padding-right: 2px; }
  body > header nav ul {
    list-style-type: none !important; }
    @media only screen and (min-width: 769px) {
      body > header nav ul {
        line-height: 60px; } }
  body > header nav ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #717171; }

@media only screen and (max-width: 600px) {
  body > header {
    height: 56px; }
    body > header img {
      display: none; }
    body > header a.nav-toggle {
      right: 12px;
      top: 16px;
      line-height: normal; }
    body > header nav {
      padding-top: 56px; }
    body > header h3 {
      display: none; }
    body > header ul {
      padding-bottom: 24px; }
    body > header ul li {
      line-height: normal; }
      body > header ul li a {
        display: block;
        margin: 0 auto;
        width: 300px;
        text-align: left;
        padding: 24px 4px 2px 4px;
        border-bottom: 1px solid #f15a27; } }

body > header .nav-toggle-open {
  opacity: 1; }

body > header .nav-toggle-close {
  opacity: 0; }

body > header nav {
  -webkit-transition: opacity 0.35s ease-in, -webkit-transform 0.35s ease-in;
  -moz-transition: opacity 0.35s ease-in, -moz-transform 0.35s ease-in;
  -o-transition: opacity 0.35s ease-in, -o-transform 0.35s ease-in;
  transition: opacity 0.35s ease-in, transform 0.35s ease-in;
  opacity: 0;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

body > header.nav-open > div .nav-toggle-open {
  opacity: 0; }

body > header.nav-open > div .nav-toggle-close {
  opacity: 1; }

body > header.nav-open > div nav {
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out, -moz-transform 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out, -o-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.splash {
  background-color: #000;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .splash {
      height: 75vh;
      min-height: 600px; }
      .splash .splash-wrap {
        padding-top: 70px; } }
  @media only screen and (max-width: 768px) {
    .splash {
      height: 540px; }
      .splash .splash-wrap {
        padding-top: 50px; } }

.splash-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 769px) {
    .splash-wrap {
      height: 600px; } }
  @media only screen and (max-width: 768px) {
    .splash-wrap {
      height: 540px; } }

.splash {
  color: #FFF; }
  .splash .splash-content {
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px 0;
    position: relative; }
  .splash hr {
    border: none;
    outline: none;
    border-bottom: 2px dotted #FFF;
    margin: auto;
    width: 75%;
    max-width: 600px;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5; }
  .splash h3.client {
    font-weight: normal;
    text-align: center; }
    @media only screen and (min-width: 769px) {
      .splash h3.client {
        font-size: 24px; } }
    @media only screen and (max-width: 768px) {
      .splash h3.client {
        font-size: 18px; } }
  .splash h1.project {
    text-align: center;
    margin: 24px 0 60px 0; }
    .splash h1.project span {
      border: 3px solid #f15a27;
      display: inline-block;
      width: auto; }
      @media only screen and (min-width: 769px) {
        .splash h1.project span {
          font-size: 72px;
          padding: 8px 60px; } }
      @media only screen and (max-width: 768px) {
        .splash h1.project span {
          font-size: 32px;
          padding: 8px 24px; } }
  .splash .date-version {
    text-align: center;
    height: 48px;
    line-height: 48px; }
    .splash .date-version .date {
      border-right: 2px solid #FFF;
      padding-right: 18px;
      margin-right: 18px;
      font-size: 18px; }
    .splash .date-version .version {
      font-family: 'Lora', serif;
      font-size: 16px;
      font-style: italic; }
    .splash .date-version .printable-link {
      color: #fff;
      border-left: 2px solid #FFF;
      padding-left: 18px;
      margin-left: 18px;
      text-decoration: none; }
      .splash .date-version .printable-link:hover {
        color: #f15a27; }
  .splash .splash-version-info {
    text-align: center; }
  @media only screen and (max-width: 550px) {
    .splash .version-numbers .version-number {
      width: 24px;
      height: 24px;
      line-height: 24px;
      -moz-border-radius: 24px;
      -webkit-border-radius: 24px;
      border-radius: 24px;
      background-clip: padding-box;
      margin: 0 6px;
      font-size: 12px; } }
  .splash .version-numbers .version-number.version-number-active {
    border-width: 3px;
    border-color: #f15a27;
    position: relative; }
    .splash .version-numbers .version-number.version-number-active:after {
      content: '';
      position: absolute;
      right: 10px;
      top: auto;
      bottom: -40px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #f15a27; }
    @media only screen and (max-width: 550px) {
      .splash .version-numbers .version-number.version-number-active:after {
        right: 6px; } }
  .splash .changelog {
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 36px;
    background-color: #f15a27;
    font-family: 'Lora', serif;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 36px;
    min-width: 220px !important; }
    @media only screen and (max-width: 550px) {
      .splash .changelog {
        max-width: 280px; } }

.intro {
  font-family: 'Lora', serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  padding: 60px; }
  @media only screen and (max-width: 768px) {
    .intro {
      padding: 48px 24px;
      font-size: 16px; } }
  @media only screen and (max-width: 550px) {
    .intro {
      padding: 48px 12px;
      font-size: 16px; } }
  .intro .intro-content {
    margin: 0 auto;
    max-width: 1200px;
    line-height: 2.3em; }
    .intro .intro-content p {
      margin-bottom: 1em; }
  .intro .intro-header {
    border-bottom: 2px solid #EBEBEC;
    padding: 12px 0;
    line-height: normal;
    margin-bottom: 18px; }
  .intro .intro-footer {
    margin-top: 18px;
    font-family: 'Lato', sans-serif; }
    .intro .intro-footer img {
      width: 350px;
      height: auto;
      max-width: 100%; }
    .intro .intro-footer .intro-footer-title {
      border-top: 1px solid #EBEBEC;
      font-size: 18px; }
      @media only screen and (max-width: 550px) {
        .intro .intro-footer .intro-footer-title {
          font-size: 14px; } }
      .intro .intro-footer .intro-footer-title span:first-child {
        font-weight: bold;
        padding-right: 8px; }
      .intro .intro-footer .intro-footer-title span:nth-child(2) {
        padding-left: 8px; }

.cost-estimate {
  width: 100%;
  background-color: #000; }
  .cost-estimate:after {
    content: "";
    display: table;
    clear: both; }

.cost-estimate-left h1.section-header span:after {
  content: '$'; }

.cost-estimate-left {
  width: calc(100% - 550px);
  float: left;
  min-height: 100%;
  background-color: #EBEBEC;
  padding: 90px 48px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1300px) {
    .cost-estimate-left {
      width: calc(100% - 300px); } }
  @media only screen and (max-width: 900px) {
    .cost-estimate-left {
      padding: 60px 24px; } }
  @media only screen and (max-width: 768px) {
    .cost-estimate-left {
      float: none;
      width: 100%; } }
  @media only screen and (max-width: 500px) {
    .cost-estimate-left {
      padding: 48px 12px; } }

.cost-estimate-right {
  float: left;
  min-height: 100%;
  width: 550px;
  padding: 90px 48px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1300px) {
    .cost-estimate-right {
      width: 300px;
      padding: 72px 18px; } }
  @media only screen and (max-width: 768px) {
    .cost-estimate-right {
      float: none;
      width: 100%;
      padding: 24px; } }
  @media only screen and (max-width: 500px) {
    .cost-estimate-right {
      padding: 12px;
      padding-bottom: 48px; } }

.cost-estimate-wrap > p.alt-font-italic {
  line-height: 1.5em; }

.cost-estimate-left .cost-estimate-wrap {
  max-width: 645px;
  margin: 0 auto; }
  .cost-estimate-left .cost-estimate-wrap p {
    font-size: 14px; }

.cost-estimate-right .cost-estimate-wrap h2.alt-section-subheader {
  margin: 60px 0 12px 0; }
  @media only screen and (max-width: 1300px) {
    .cost-estimate-right .cost-estimate-wrap h2.alt-section-subheader {
      margin: 48px 0 12px 0; } }
  @media only screen and (max-width: 768px) {
    .cost-estimate-right .cost-estimate-wrap h2.alt-section-subheader {
      margin: 24px 0 12px 0; } }
  .cost-estimate-right .cost-estimate-wrap h2.alt-section-subheader span {
    display: block;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px; }

.cost-estimate-right .cost-estimate-wrap p {
  color: #FFF;
  font-family: 'Lora', serif;
  line-height: 1.75em;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px 0; }
  @media only screen and (max-width: 1300px) {
    .cost-estimate-right .cost-estimate-wrap p {
      font-size: 14px;
      padding: 6px 0;
      line-height: 1.5em; } }

.cost-estimate-table {
  margin-top: 60px;
  list-style-type: none; }
  .cost-estimate-table li {
    padding: 0 12px;
    height: 54px;
    line-height: 54px; }
    .cost-estimate-table li:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 900px) {
      .cost-estimate-table li {
        line-height: 1.4em;
        height: auto;
        padding: 8px 12px; } }
  .cost-estimate-table li:nth-child(even) {
    background-color: #FFF; }
  .cost-estimate-table:not(.additional-services-table) li:last-child {
    background-color: #f15a27; }
    .cost-estimate-table:not(.additional-services-table) li:last-child span {
      color: #FFF; }
  .cost-estimate-table.additional-services-table {
    padding-bottom: 54px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 60px; }
  .cost-estimate-table li span:first-child {
    float: left; }
  .cost-estimate-table li span:last-child {
    float: right;
    padding-right: 24px; }
    @media only screen and (max-width: 900px) {
      .cost-estimate-table li span:last-child {
        padding-right: 0; } }
  .cost-estimate-table li:first-child span {
    font-size: 20px;
    font-weight: bold; }
  @media only screen and (max-width: 500px) {
    .cost-estimate-table li:first-child {
      padding: 8px 12px; } }
  .cost-estimate-table li:not(:first-child) span {
    font-family: 'Lora', serif;
    font-style: italic; }
    @media only screen and (max-width: 1300px) {
      .cost-estimate-table li:not(:first-child) span {
        font-size: 14px; } }

.project-overview,
.project-outline {
  width: 100%;
  padding: 90px 48px; }
  @media only screen and (max-width: 900px) {
    .project-overview,
    .project-outline {
      padding: 72px 24px; } }
  @media only screen and (max-width: 500px) {
    .project-overview,
    .project-outline {
      padding: 48px 12px; } }
  .project-overview + .project-overview,
  .project-overview + .project-outline,
  .project-outline + .project-overview,
  .project-outline + .project-outline {
    padding-top: 0; }

.project-overview-content,
.project-outline-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.project-overview-content:before,
.project-outline-content:before {
  content: '';
  width: 1px;
  top: 110px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #EBEBEC;
  position: absolute; }
  @media only screen and (max-width: 768px) {
    .project-overview-content:before,
    .project-outline-content:before {
      display: none; } }

.project-overview h1.section-header span:after,
.project-outline h1.section-header span:after {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.project-overview h1.section-header span:after {
  background-image: url("/assets/images/overview.svg"); }

.project-outline h1.section-header span:after {
  background-image: url("/assets/images/outline.svg"); }

.project-overview-column,
.project-outline-column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 769px) {
    .project-overview-column,
    .project-outline-column {
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    .project-overview-column,
    .project-outline-column {
      float: none;
      width: 100%; } }
  .project-overview-column:nth-of-type(odd),
  .project-outline-column:nth-of-type(odd) {
    padding-right: 48px; }
    @media only screen and (max-width: 900px) {
      .project-overview-column:nth-of-type(odd),
      .project-outline-column:nth-of-type(odd) {
        padding-right: 24px; } }
    @media only screen and (max-width: 768px) {
      .project-overview-column:nth-of-type(odd),
      .project-outline-column:nth-of-type(odd) {
        padding-right: 0; } }
  .project-overview-column:nth-of-type(even),
  .project-outline-column:nth-of-type(even) {
    padding-left: 48px; }
    @media only screen and (max-width: 900px) {
      .project-overview-column:nth-of-type(even),
      .project-outline-column:nth-of-type(even) {
        padding-left: 24px; } }
    @media only screen and (max-width: 768px) {
      .project-overview-column:nth-of-type(even),
      .project-outline-column:nth-of-type(even) {
        padding-left: 0; } }
  @media only screen and (max-width: 768px) {
    .project-overview-column h2.section-subheader,
    .project-outline-column h2.section-subheader {
      margin: 40px 0; } }
  @media only screen and (min-width: 769px) {
    .project-overview-column h2.section-subheader:first-of-type,
    .project-outline-column h2.section-subheader:first-of-type {
      margin-top: 0; } }
  .project-overview-column p,
  .project-outline-column p {
    font-family: 'Lora', serif;
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 8px; }
  .project-overview-column ul, .project-overview-column ol,
  .project-outline-column ul,
  .project-outline-column ol {
    margin: 24px 0;
    list-style-position: outside;
    padding-left: 18px; }
    .project-overview-column ul li, .project-overview-column ol li,
    .project-outline-column ul li,
    .project-outline-column ol li {
      font-family: 'Lato', sans-serif;
      font-size: 14px;
      line-height: 1.5em;
      padding: 4px 0; }
      .project-overview-column ul li ul, .project-overview-column ol li ul,
      .project-outline-column ul li ul,
      .project-outline-column ol li ul {
        margin: 0; }
  .project-overview-column ul.spaced-list li,
  .project-outline-column ul.spaced-list li {
    padding: 12px 0; }

.tagline {
  position: relative;
  background-color: #FFF; }
  @media only screen and (min-width: 769px) {
    .tagline {
      height: 75vh;
      min-height: 600px; } }
  .tagline .tagline-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/assets/images/tagline-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0.35; }
  .tagline .tagline-content {
    width: 100%;
    text-align: center;
    height: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .tagline p {
    z-index: 1;
    position: relative;
    padding: 12px 24px;
    background-color: #f15a27;
    color: #FFF;
    margin-bottom: 12px;
    display: inline-block;
    font-size: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1.5px; }
  @media only screen and (max-width: 768px) {
    .tagline {
      height: 50vh;
      min-height: 300px; }
      .tagline p {
        font-size: 20px; } }
  @media only screen and (max-width: 550px) {
    .tagline p {
      font-size: 18px; }
      .tagline p br.mobile-break {
        display: inline; } }

.our-process {
  background-color: #000;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .our-process {
      min-height: 300px; } }
  .our-process h1.section-header span:after {
    content: '';
    background-image: url("/assets/images/zigzag.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .our-process h1.section-header {
    color: #FFF; }

.our-process-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 90px 48px; }
  @media only screen and (max-width: 768px) {
    .our-process-content {
      padding: 72px 24px; } }
  @media only screen and (max-width: 550px) {
    .our-process-content {
      padding: 48px 12px; } }
  .our-process-content p {
    color: #FFF;
    font-size: 15px;
    line-height: 1.75em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.our-process-slideshow .slideshow-control {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  height: 100%;
  width: 48px; }
  .our-process-slideshow .slideshow-control:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent; }
  .our-process-slideshow .slideshow-control.slideshow-next {
    right: 0; }
    .our-process-slideshow .slideshow-control.slideshow-next:before {
      right: 24px;
      border-left: 12px solid #FFF; }
    @media only screen and (max-width: 1200px) {
      .our-process-slideshow .slideshow-control.slideshow-next:before {
        right: 12px; } }
  .our-process-slideshow .slideshow-control.slideshow-previous {
    left: 0; }
    .our-process-slideshow .slideshow-control.slideshow-previous:before {
      left: 24px;
      border-right: 12px solid #FFF; }
    @media only screen and (max-width: 1200px) {
      .our-process-slideshow .slideshow-control.slideshow-previous:before {
        left: 12px; } }

.our-process-slideshow {
  background-color: #f15a27;
  position: relative;
  height: 800px; }
  @media only screen and (max-width: 1200px) {
    .our-process-slideshow {
      height: 600px; } }
  .our-process-slideshow .slide-numbers {
    position: absolute;
    bottom: 0;
    left: 175px;
    right: 0;
    top: -300px;
    margin: auto;
    height: 36px;
    z-index: 3; }
    @media only screen and (max-width: 1200px) {
      .our-process-slideshow .slide-numbers {
        left: 195px;
        top: -220px; } }
    @media only screen and (max-width: 550px) {
      .our-process-slideshow .slide-numbers {
        display: none; } }
  .our-process-slideshow .slide-number {
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease-out, color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out, color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out, color 0.5s ease-out;
    transition: background-color 0.5s ease-out, color 0.5s ease-out; }
    .our-process-slideshow .slide-number.active, .our-process-slideshow .slide-number:hover {
      background-color: #FFF;
      color: #f15a27; }
  @media only screen and (max-width: 768px) {
    .our-process-slideshow .slide-numbers {
      bottom: auto;
      top: 32px;
      left: 280px;
      right: 0;
      margin: auto;
      width: 48px; }
      .our-process-slideshow .slide-numbers .slide-number {
        display: block;
        margin: 12px 0; } }

.our-process-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in; }
  .our-process-slide.active {
    opacity: 1; }
  .our-process-slide .slide-icon {
    overflow: hidden;
    width: 350px;
    height: 350px;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    background-clip: padding-box;
    border: 2px solid #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -650px;
    margin: auto; }
  .our-process-slide .slide-content {
    width: 600px;
    position: absolute;
    right: 0;
    left: 500px;
    top: 300px;
    margin: auto; }
    .our-process-slide .slide-content p {
      color: #FFF;
      font-size: 32px;
      line-height: 1.7em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 1200px) {
    .our-process-slide .slide-icon {
      width: 250px;
      height: 250px;
      -moz-border-radius: 250px;
      -webkit-border-radius: 250px;
      border-radius: 250px;
      background-clip: padding-box;
      left: -400px; }
    .our-process-slide .slide-content {
      width: 375px;
      left: 300px;
      top: 230px; }
      .our-process-slide .slide-content p {
        font-size: 20px; } }
  @media only screen and (max-width: 768px) {
    .our-process-slide .slide-icon {
      left: 0;
      right: 80px;
      top: 32px;
      bottom: auto; }
    .our-process-slide .slide-content {
      width: 400px;
      left: 0;
      right: 0;
      top: 324px;
      bottom: auto; } }
  @media only screen and (max-width: 550px) {
    .our-process-slide .slide-icon {
      left: 0;
      right: 0; }
    .our-process-slide .slide-content {
      width: 290px;
      text-align: center;
      top: 340px; }
      .our-process-slide .slide-content p {
        font-size: 18px; } }

.references {
  background-color: #000; }
  .references h1.section-header span {
    color: #FFF; }
    .references h1.section-header span:after {
      content: '';
      background-image: url("/assets/images/references.svg");
      background-repeat: no-repeat;
      background-position: center; }
  .references h2.alt-section-subheader span {
    color: #f15a27;
    border-color: #FFF; }
  .references .references-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 90px 48px; }
    @media only screen and (max-width: 768px) {
      .references .references-content {
        padding: 72px 24px; } }
  .references .reference {
    text-align: center;
    float: left;
    position: relative; }
    .references .reference .reference-content {
      border: 2px solid #FFF;
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height: 80%; }
    .references .reference p {
      color: #FFF;
      font-size: 18px;
      line-height: 1.85em; }
      .references .reference p:first-of-type {
        font-weight: bold; }
      .references .reference p:not(:first-of-type) {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 1301px) {
    .references .reference {
      width: 33.333%;
      padding-bottom: 33.333%; }
      .references .reference:nth-of-type(3n-1) .reference-content {
        left: 10%; }
      .references .reference:nth-of-type(3n) .reference-content {
        left: 20%; } }
  @media only screen and (max-width: 1300px) {
    .references .reference {
      width: 33.333%;
      padding-bottom: 33.333%; }
      .references .reference:nth-of-type(3n-1) .reference-content {
        left: 5%; }
      .references .reference:nth-of-type(3n) .reference-content {
        left: 10%; }
      .references .reference .reference-content {
        width: 90%;
        height: 90%; }
        .references .reference .reference-content h2.section-subheader {
          margin: 15% 0 30px 0; }
          .references .reference .reference-content h2.section-subheader span {
            font-size: 16px; }
        .references .reference .reference-content p {
          font-size: 16px; } }
  @media only screen and (max-width: 900px) {
    .references .reference {
      width: 50%;
      padding-bottom: 50%;
      margin-top: 2.5%; }
      .references .reference:nth-of-type(even) .reference-content {
        left: 5% !important; }
      .references .reference:nth-of-type(odd) .reference-content {
        left: 0 !important; }
      .references .reference .reference-content {
        width: 95%;
        height: 95%; } }
  @media only screen and (max-width: 550px) {
    .references .reference {
      width: 100%;
      padding-bottom: 0;
      height: 200px; }
      .references .reference:nth-of-type(even) .reference-content {
        left: 0 !important; }
      .references .reference:nth-of-type(odd) .reference-content {
        left: 0 !important; }
      .references .reference .reference-content {
        border: none;
        width: 100%;
        height: 100%; }
        .references .reference .reference-content h2.section-subheader {
          margin-top: 3%; } }

.terms h1.section-header span:after {
  content: '';
  background-image: url("/assets/images/terms.svg");
  background-repeat: no-repeat;
  background-position: center; }

.terms h1 {
  position: relative;
  margin-bottom: 120px; }
  .terms h1:after {
    content: '';
    height: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
    opacity: 0.5;
    position: absolute;
    bottom: -60px;
    left: 0; }

.terms .terms-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 90px 48px; }
  .terms .terms-content:after {
    content: "";
    display: table;
    clear: both; }

.terms .terms-column {
  padding-bottom: 12px;
  float: left; }
  @media only screen and (min-width: 1001px) {
    .terms .terms-column {
      width: 33.333%; }
      .terms .terms-column:nth-of-type(3n) .term {
        left: 8%; }
      .terms .terms-column:nth-of-type(3n-1) .term {
        left: 4%; }
      .terms .terms-column:nth-of-type(4) .term {
        left: 8%; } }

.terms .term {
  width: 92%;
  position: relative;
  background-color: #EBEBEC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  -webkit-box-shadow: -8px 8px 0 0 rgba(200, 200, 200, 0.15);
  -moz-box-shadow: -8px 8px 0 0 rgba(200, 200, 200, 0.15);
  box-shadow: -8px 8px 0 0 rgba(200, 200, 200, 0.15);
  margin-bottom: 32px; }
  .terms .term h2 {
    margin: 0 0 24px 0;
    line-height: 1.5em; }
    .terms .term h2 span {
      border-color: #f15a27; }
  .terms .term p {
    line-height: 1.65em;
    text-align: justify; }

@media only screen and (max-width: 1000px) {
  .terms .terms-column {
    width: 50%; }
    .terms .terms-column:nth-of-type(1) .term {
      left: 0; }
    .terms .terms-column:nth-of-type(2) .term {
      left: 8%; }
    .terms .terms-column:nth-of-type(3) {
      float: right; }
      .terms .terms-column:nth-of-type(3) .term {
        left: 8%; } }

@media only screen and (max-width: 768px) {
  .terms .terms-content {
    padding: 72px 24px; }
  .terms .terms-column {
    width: 100%; }
    .terms .terms-column .term {
      float: left;
      width: 100%;
      left: 4px !important; } }

@media only screen and (max-width: 550px) {
  .terms .terms-content {
    padding: 48px 12px; }
    .terms .terms-content .term {
      padding: 12px; } }

.agreement {
  background-color: #EBEBEC; }
  .agreement .agreement-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 90px 48px;
    text-align: center; }
    .agreement .agreement-content:after {
      content: "";
      display: table;
      clear: both; }
  .agreement label span {
    color: #f15a27;
    font-size: 18px;
    display: inline-block;
    margin-left: 12px;
    position: relative;
    top: 1px; }
  .agreement a {
    text-decoration: none;
    color: inherit; }
  .agreement .signature-canvas {
    padding: 0;
    margin: 12px auto;
    max-width: 800px;
    text-align: center;
    cursor: default;
    border-top: 1px dotted rgba(0, 0, 0, 0.25);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.25); }
  @media only screen and (min-width: 769px) {
    .agreement canvas.signature-canvas {
      width: 700px;
      height: 250px; } }
  @media only screen and (max-width: 768px) {
    .agreement canvas.signature-canvas {
      width: 80%;
      height: 150px; } }
  @media only screen and (min-width: 769px) {
    .agreement img.signature-canvas {
      width: 400px;
      height: auto; } }
  @media only screen and (max-width: 768px) {
    .agreement img.signature-canvas {
      width: 80%;
      height: auto; } }
  @media only screen and (max-width: 550px) {
    .agreement img.signature-canvas {
      width: 100%;
      height: auto; } }
  .agreement .signature-date {
    display: block; }
  .agreement p.signature-instructions {
    text-align: center;
    font-size: 14px;
    margin-top: 24px;
    padding: 0 48px; }
    @media only screen and (min-width: 769px) {
      .agreement p.signature-instructions {
        white-space: nowrap; } }
  .agreement a.clear-signature {
    font-size: 14px;
    text-align: center;
    margin-bottom: 24px;
    display: block;
    cursor: pointer; }
  .agreement button {
    background-color: #000;
    color: #FFF;
    padding: 4px 24px;
    outline: none;
    border: none;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    width: 250px; }
  @media only screen and (max-width: 768px) {
    .agreement .agreement-content {
      padding: 48px 12px; }
    .agreement br.mobile-break {
      display: inline; }
    .agreement label span {
      font-size: 16px;
      padding-top: 8px; } }

footer {
  border-bottom: 12px solid #EBEBEC; }
  footer .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 180px; }
  footer img.footer-logo {
    opacity: 0.5;
    position: absolute;
    width: 200px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  footer img.up-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer; }
  @media only screen and (max-width: 1300px) {
    footer img.footer-logo {
      left: 48px; }
    footer img.up-arrow {
      right: 48px; } }
  @media only screen and (max-width: 768px) {
    footer .footer-content {
      height: 120px; }
    footer img.footer-logo {
      left: 24px; }
    footer img.up-arrow {
      right: 24px; } }
  @media only screen and (max-width: 550px) {
    footer .footer-content {
      height: 80px; }
    footer img.footer-logo {
      left: 12px; }
    footer img.up-arrow {
      right: 12px; } }

body.thank-you {
  background-color: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 769px) {
    body.thank-you {
      padding: 0 48px; } }
  @media only screen and (max-width: 768px) {
    body.thank-you {
      padding: 0 24px; } }
  @media only screen and (max-width: 550px) {
    body.thank-you {
      padding: 0 12px; } }

.thank-you-content {
  width: 100%;
  max-width: 1000px;
  border: 1px solid #f15a27;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .thank-you-content {
      margin: 75px auto; } }
  @media only screen and (max-width: 768px) {
    .thank-you-content {
      margin: 48px auto; } }
  @media only screen and (max-width: 550px) {
    .thank-you-content {
      margin: 24px auto; } }
  .thank-you-content img {
    display: block;
    margin: 0 auto;
    width: 225px;
    height: auto; }
    @media only screen and (min-width: 769px) {
      .thank-you-content img {
        margin-top: 100px; } }
    @media only screen and (max-width: 768px) {
      .thank-you-content img {
        margin-top: 50px; } }
    @media only screen and (max-width: 550px) {
      .thank-you-content img {
        margin-top: 24px; } }
  .thank-you-content h1 {
    font-size: 96px;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    margin: 50px auto 0 auto;
    padding: 0 0 50px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .thank-you-content h1 {
        width: 95%;
        font-size: 76px; } }
  .thank-you-content p {
    color: #FFF;
    margin-top: 50px;
    max-width: 600px;
    margin: 50px auto 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 16px; }
    @media only screen and (max-width: 550px) {
      .thank-you-content p {
        font-size: 14px; } }
  .thank-you-content .signature {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #FFF;
    margin: 50px auto 0 auto;
    background-color: #f15a27; }
    @media only screen and (min-width: 769px) {
      .thank-you-content .signature {
        width: 600px;
        height: 186px; } }
    @media only screen and (max-width: 768px) {
      .thank-you-content .signature {
        width: 300px;
        height: 95px; } }
    @media only screen and (max-width: 550px) {
      .thank-you-content .signature {
        width: 270px;
        height: 84px; } }
  .thank-you-content span.date {
    font-size: 14px;
    padding-right: 8px;
    display: inline-block; }
  .thank-you-content span.time {
    padding-left: 8px;
    display: inline-block;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 12px; }
  .thank-you-content a {
    text-decoration: none;
    border-bottom: 1px solid #f15a27;
    padding: 0 4px 3px 4px;
    display: inline-block;
    color: #f15a27;
    font-size: 12px;
    font-weight: bold;
    margin: 50px auto 80px auto; }

@media print {
  * {
    position: static !important;
    float: none !important;
    color: #000000 !important; }
  section {
    page-break-before: always; }
  .splash, .intro, .references, .tagline {
    page-break-before: unset; }
  .splash .splash-content {
    padding: 10px 0; }
    .splash .splash-content .date-version .date {
      font-size: 16px;
      border-right: 1px solid #000; }
  .splash h1.project span {
    padding: 3px 10px; }
  .references, .tagline, .splash .splash-version-info, .up-arrow, .agreement button, .agreement label input, .signature-instructions, .clear-signature {
    display: none !important; }
  h1, h2 {
    margin: 15px 0 8px !important;
    padding: 10px 0 !important;
    line-height: 1.5;
    page-break-inside: avoid; }
  h1.section-header {
    padding: 0 !important;
    margin-top: 0 !important; }
    h1.section-header span {
      padding: 0 25px; }
  .cost-estimate-right, .cost-estimate-left {
    width: 100% !important;
    padding: 0 10px !important;
    margin: 0 10px !important; }
    .cost-estimate-right .cost-estimate-wrap, .cost-estimate-left .cost-estimate-wrap {
      max-width: none; }
  .cost-estimate-right .cost-estimate-wrap h2.alt-section-subheader span {
    display: inline; }
  section, section > div {
    margin: 0 !important;
    padding: 0 !important; }
  body > header {
    width: 300px;
    margin: auto;
    box-shadow: none; }
    body > header > img {
      margin: 0; }
    body > header > div {
      display: none; }
  .intro, .intro .intro-footer .intro-footer-title {
    font-size: 16px; }
  .intro .intro-footer img {
    width: 200px; }
  .intro .intro-content p, .cost-estimate-right .cost-estimate-wrap p {
    margin: 0 0 8px;
    padding: 0;
    line-height: 1.5;
    font-size: 14px; }
  .intro .intro-content p.intro-header {
    margin-bottom: 16px;
    border-bottom: 1px solid #EBEBEC; }
  .project-overview-content:before, .project-outline-content:before, .terms h1:after {
    content: none; }
  .print-only {
    display: block !important; }
  .terms .term {
    box-shadow: none;
    margin: 0;
    padding: 0; }
    .terms .term h2 {
      margin: 0 !important; }
    .terms .term p {
      font-size: 14px;
      line-height: 1.5; }
  #estimate .cost-estimate-table {
    max-width: 620px;
    margin: 0;
    padding: 10px 0; }
    #estimate .cost-estimate-table li {
      padding: 5px;
      background: #f0f0f0;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      line-height: 1.5;
      height: initial; }
    #estimate .cost-estimate-table li:first-child span {
      font-size: 16px; }
    #estimate .cost-estimate-table li:first-child {
      background: #fff; }
    #estimate .cost-estimate-table li:nth-child(2n) {
      background: #e2e2e2; }
    #estimate .cost-estimate-table:first-of-type li:last-child {
      background: #d8d8d8; }
    #estimate .cost-estimate-table:nth-of-type {
      margin-bottom: 10px; }
    #estimate .cost-estimate-table li span:first-child {
      width: calc(100% - 100px);
      display: inline-block; }
  .project-overview-column:nth-of-type(even), .project-outline-column:nth-of-type(even) {
    padding-left: 0; }
  .agreement .signature-canvas {
    width: 65%;
    height: 100px; }
  .agreement label {
    margin-bottom: 30px;
    display: block; }
  footer {
    border: 0;
    text-align: center; }
    footer img.footer-logo {
      opacity: 1; }
  @page {
    margin: 2cm; } }
