<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// Color variables (appears count calculates by raw css)
@colour6: #000000; // Appears 1 time
@colour1: #ffffff; // Appears 1 time
@colour2: #efefef; // Colour2
@colour4: #c9c9c9; // Colour4

h1 {
     font-size: 12pt !important;
     font-weight: bold
}

 .border-head {
 	h3 {
 		margin-bottom: 10px;
 	}
 }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif;
  }

  a,
  a:visited {
    text-decoration: none;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  // Don't show links for images, or javascript/internal links
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; // h5bp.com/t
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }


  //peoplestreme custom
.print-only {
    display: inline-block;
}

.screen-only {
    display: none;
}

.btn {
    display:none;
}

b {
    font-weight: bold;
}

div.category .panel-default&gt;.panel-heading {
    background-color: @colour4 !important;
}

div.item .panel-default&gt;.panel-heading {
    background-color: @colour2 !important;
}

.panel {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border: 0;
}

.panel-group {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}

.panel-body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.warning {
    padding-bottom: 5px;
}

.signature {
    width: 100%;
}

div.category .panel-default &gt; .panel-heading {
    background: none !important;
    padding: 0;
}

div.category .panel-heading {
    background: none !important;
    padding: 0;
}

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border-top: 0;
}

.panel-group .panel-heading + .panel-collapse &gt; .panel-body, .panel-group .panel-heading + .panel-collapse &gt; .list-group {
    border-top: 0;    
}

.print-hr {
    margin-top: 10px;
    margin-bottom: 0;
}

.note {
    border:0
}

a[href]:after {
    content: none
}

.panel-title-objective {
    font-weight: bold !important;
}

.white-bg {
    border: 0;
}

h3 {
    font-weight: bold;
}

.fa {
    margin-right: 3px;
}

footer {
    display: none;
}

.push {
    display: none;
}

.row {
    margin-bottom: 7px;
}

// table, tr, .row { page-break-inside:avoid; page-break-after:auto  }

.table thead &gt; tr &gt; th, .table tbody &gt; tr &gt; th, .table tfoot &gt; tr &gt; th, .table thead &gt; tr &gt; td, .table tbody &gt; tr &gt; td, .table tfoot &gt; tr &gt; td {
    padding: 0;
}

.richtext {
    white-space: pre-line;
}

.nav-tabs{
    border: 0;
}

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    border: 0;
}

.nav-tabs &gt; li &gt; a {
    border: 0;
}

.reviewBody {
    border: 0;
}

.one-hundred-percent {
    width: 100% !important;
}

.table-bordered {
    width: 100% !important;
    border: 0 !important;
    &gt; thead,
    &gt; tbody,
    &gt; tfoot {
      &gt; tr {
        &gt; th,
        &gt; td {
          border: 0 !important;
        }
      }
    }
    &gt; thead &gt; tr {
      &gt; th,
      &gt; td {
        border: 0 !important;
      }
    }
  }

.tablesorter-header { 
    border: 0;
}

.table-bordered th, .table-bordered td {
    border: 0 !important;
}

.print-center {
    text-align: center;
}

.toast-top-right {
    display: none;
}

ps-rich-header-accordion {
    display: block !important;
}

ps-performance-objective,
ps-performance-development-objective {
    display: grid !important;
}</pre></body></html>