@font-face {
  font-family: 'Express Regular';
  src: url(fonts/Express.ttf) format("truetype");
}
@font-face {
  font-family: 'Monotype Corsiva';
  src: url(fonts/Monotype_Corsiva.ttf) format("truetype");
}
@font-face {
  font-family: 'Pragmatica Extended Black';
  src: url(fonts/PragmaticaExtendedBlack.otf) format("truetype");
}
/* line 16, /app/app/assets/stylesheets/print.scss */
.testimonial-header {
  font-family: 'Express Regular';
  font-size: 75px;
}

/* line 21, /app/app/assets/stylesheets/print.scss */
.testimonial-text {
  font-family: 'Pragmatica Extended Black';
}

/* line 25, /app/app/assets/stylesheets/print.scss */
.testimonial-body::before {
  content: "";
  background-size: 350px;
  background-repeat: no-repeat;
  position: absolute;
  top: 250px;
  right: 0px;
  bottom: 0px;
  left: 400px;
  opacity: 0.15;
}

/* line 37, /app/app/assets/stylesheets/print.scss */
.testimonial-body {
  font-size: 18px;
  word-spacing: 8px;
  line-height: 1.5;
}

/* line 49, /app/app/assets/stylesheets/print.scss */
.testimonial-color {
  color: #333483;
}

/* line 53, /app/app/assets/stylesheets/print.scss */
.testimonial-boarder {
  border: 32px solid transparent;
  padding: 14px;
  border-image: url(/pipeline_assets/testimonial_boarder-7ae7e9ee54e6f810a2df970eb637a16826753d07635869eb75b3667edf89e687.png) 33 round;
}

/* line 59, /app/app/assets/stylesheets/print.scss */
.testimonial-panel {
  position: relative;
}
/* line 61, /app/app/assets/stylesheets/print.scss */
.testimonial-panel .custom-border {
  position: absolute;
  width: 1180px;
  height: 10px;
  top: 190px;
  left: -13px;
  background: #01a1e1;
}

/* line 71, /app/app/assets/stylesheets/print.scss */
page[size="A4"] {
  background: white;
  width: 21cm;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 20px 15px 10px 15px;
  margin-top: 15px;
}

/* line 85, /app/app/assets/stylesheets/print.scss */
page[size="Testimonial"] {
  background: white;
  width: 33cm;
  height: 21cm;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 20px 15px 10px 15px;
  margin-top: 15px;
}

/* line 100, /app/app/assets/stylesheets/print.scss */
page[size="Thermal"] {
  background: white;
  width: 80mm;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 5px 5px 5px;
  margin-top: 15px;
}

@media print {
  /* line 121, /app/app/assets/stylesheets/print.scss */
  div.info, div#editStuff, .back-btn, .alert-success, .search, .btn, .btn-info, div#navigation, div#debug, .nav, .nav-pills, .nav-stacked, .nav-stacked, hr, .print-button {
    display: none;
  }

  /* line 125, /app/app/assets/stylesheets/print.scss */
  div.page-footer {
    position: fixed;
    bottom: 0;
  }

  /* line 130, /app/app/assets/stylesheets/print.scss */
  div.print-page-header {
    min-height: 100px;
    background: #000;
  }

  /* line 135, /app/app/assets/stylesheets/print.scss */
  body, page[size="A4"] {
    margin: 0;
    box-shadow: none;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  /* line 143, /app/app/assets/stylesheets/print.scss */
  div.testimonial-color {
    color: #333483 !important;
    -webkit-print-color-adjust: exact;
  }
}
