@charset "UTF-8";
/* Product Guide */
#footer {
  display: none;
  height: 0px; }

#retroconfigurefooter {
  display: none;
  height: 0px; }

@page {
  margin: .5in 1in .5in 1in;
  size: 8.5in 11in; }

.product_guide img {
  max-width: 5.5in; }

div.product_guide {
  page: guide; }

@page guide :left {
  @bottom-left {
    content: "Copyright © 2021 Retrospect, Inc.";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; }

  @bottom-right {
    content: counter(page);
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; } }

@page guide :right {
  @bottom-left {
    content: "Copyright © 2021 Retrospect, Inc.";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; }

  @bottom-right {
    content: counter(page);
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; } }

@page cover {
  @top-left {
    content: "Copyright © 2021 Retrospect, Inc.";
    text-transform: uppercase;
    vertical-align: bottom;
    margin-top: 2em;
    font-weight: normal; }

  @top-right {
    margin-top: 10em;
    content: url(https://s3.amazonaws.com/download.retrospect.com/site/icons/Retrospect_Inc_logo_centered_StorCentric-color-60.jpg); }

  @bottom-right {
    content: url(https://s3.amazonaws.com/download.retrospect.com/site/docs/office_background_cover.jpg); } }

/* Competitive Analyses */
div.competition_guide {
  page: competiton;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

@page competiton :right {
  @top-right {
    content: url(http://download.retrospect.com/site/Retrospect_Inc_logo_150.jpg);
    padding-top: 6em; }

  @bottom-right {
    content: "";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; }

  @bottom-left {
    content: "Copyright © 2020 Retrospect, Inc.";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; } }

@page competiton :left {
  @bottom-left {
    content: "Copyright © 2020 Retrospect, Inc.";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; } }

.competition_guide {
  margin-top: 2em; }
  .competition_guide ol > li {
    margin-left: 2em; }
  .competition_guide ul > li {
    margin-left: 1em; }
  .competition_guide h1 {
    border-bottom: 1px solid darkgray; }
  .competition_guide .key_features {
    float: left;
    width: 60%; }
  .competition_guide .top_advantages {
    float: left;
    width: 39%; }
  .competition_guide .section h3 {
    margin-top: 1em; }
  .competition_guide .section .feature {
    position: relative; }
    .competition_guide .section .feature .feature_text {
      width: 90%; }
    .competition_guide .section .feature img {
      float: left;
      margin-right: 1em;
      margin-top: 0.7em; }
  .competition_guide .section .virtual_steps {
    clear: both; }
    .competition_guide .section .virtual_steps img {
      float: left;
      margin-top: 0.7em;
      margin-right: 1em; }
  .competition_guide table.formatted td, .competition_guide table.formatted th {
    padding: 0.2em; }

/* Case Study */
div.case_study {
  page: case_study; }

@page case_study :left {
  @bottom-left {
    content: "Copyright © 2020 Retrospect, Inc.";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; }

  @bottom-right {
    content: "";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; } }

@page case_study :right {
  @top-right {
    content: url(http://download.retrospect.com/site/Retrospect_Inc_logo_250.jpg);
    padding-top: 8em; }

  @bottom-left {
    content: "Copyright © 2020 Retrospect, Inc.";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; }

  @bottom-right {
    content: "";
    text-transform: uppercase;
    vertical-align: bottom;
    padding-bottom: 2em;
    font-weight: normal; } }

.case_study {
  padding-top: 4em; }
  .case_study img {
    max-width: 6.5in; }
  .case_study .social, .case_study .feedback, .case_study .bio {
    display: none; }
  .case_study h2 {
    font-size: 200%; }

/* From blog */
.intro {
  font-size: 130%;
  font-weight: lighter; }
  .intro strong {
    font-weight: normal; }

blockquote {
  margin-top: 1em;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding-left: 2em;
  text-indent: -.4em;
  font-size: 140%; }

blockquote p:before {
  content: "“"; }

blockquote p:after {
  content: "”"; }

blockquote p:lang(de):before {
  content: "„"; }

blockquote p:lang(de):after {
  content: "“"; }

blockquote p:lang(es):before {
  content: "¿"; }

blockquote p:lang(es):after {
  content: "?"; }

blockquote p:lang(fr):before {
  content: "«"; }

blockquote p:lang(fr):after {
  content: "»"; }

blockquote p:lang(it):before {
  content: "«"; }

blockquote p:lang(it):after {
  content: "»"; }

blockquote p:lang(ja):before {
  content: "「"; }

blockquote p:lang(ja):after {
  content: "」"; }
