@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
/**
 * Reset some basic elements
 */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px; }

/**
 * `main` element
 */
main {
  display: block;
  /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top; }

.social-media-list li + li {
  padding-top: 5px; }

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #e8e8e8; }
  table tr:nth-child(even) {
    background-color: #f7f7f7; }
  table th, table td {
    padding: 10px 15px; }
  table th {
    background-color: #f0f0f0;
    border: 1px solid #dedede;
    border-bottom-color: #c9c9c9; }
  table td {
    border: 1px solid #e8e8e8; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative; }

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  float: right;
  line-height: 54px; }
  .site-nav .nav-trigger {
    display: none; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #fdfdfd;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav label[for="nav-trigger"] {
        display: block;
        float: right;
        width: 36px;
        height: 36px;
        z-index: 2;
        cursor: pointer; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          fill: #424242; }
      .site-nav input ~ .trigger {
        clear: both;
        display: none; }
      .site-nav input:checked ~ .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1; }

.page-heading {
  font-size: 32px; }

.post-list-heading {
  font-size: 28px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

.sb-nav-fonts, nav {
  font-family: "Segoe UI", Verdana, "Arial", sans-serif;
  font-size: 20px; }

body, p, ul, ol, li {
  font-family: "Segoe UI", Verdana, "Arial", sans-serif;
  color: #2e2e2e;
  font-size: 18px; }

h1, h1.post-title {
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  color: #6f6f6f;
  font-size: 36px;
  margin-top: 40px; }
  h1 code, h1.post-title code {
    font-size: 34px;
    background: #fff;
    color: #48948b;
    border: 0;
    margin: 0;
    padding: 0; }

h1.post-title, h1.page-heading {
  margin-top: 0;
  font-size: 40px; }

h2, h3, h4, h5, h6 {
  font-family: "Segoe UI", Verdana, "Arial", sans-serif; }
  h2 code, h3 code, h4 code, h5 code, h6 code {
    font-size: 20px; }

h3 {
  font-family: "Segoe UI", Verdana, "Arial", sans-serif;
  color: #2e2e2e;
  font-size: 18px;
  margin-bottom: 8px; }

a {
  color: #48948b;
  text-decoration: none; }
  a:hover {
    color: #48948b;
    text-decoration: underline; }
  a:visited {
    color: #48948b; }

code, pre {
  background-color: #ebebeb;
  color: #444; }

.filepath {
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #565656;
  padding: 0;
  font-size: 17px; }

blockquote {
  color: #2e2e2e;
  border-left: 4px solid #67BAAF;
  padding-left: 25px;
  font-size: 18px;
  letter-spacing: 0px;
  font-style: italic; }

.example {
  text-align: center; }

.example-italic {
  font-style: italic; }

.print-only {
  display: none; }

.instructions-long h2 {
  margin-top: 100px; }

[data-icon]:hover {
  color: #48948b; }
[data-icon]:before {
  font-family: 'virtualviewer-icons';
  /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none; }

table, table > tbody > tr > td > p {
  font-size: 14px; }

table, table > tbody > tr > td > ul > li > a {
  font-size: 14px; }

table.oss th:nth-child(6), table.oss td:nth-child(6) {
  display: none; }
table.oss tr:hover {
  background: #e7f4f2;
  cursor: pointer; }
table.oss tr td p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px; }
table.oss tr.expand td {
  vertical-align: top; }
  table.oss tr.expand td p {
    max-width: 300px;
    white-space: normal;
    overflow: auto; }

.post hr, .home hr {
  margin: 2rem 0;
  width: 10%;
  border: 0.5px solid #6f6f6f; }

.wf-loading {
  visibility: hidden; }

.wf-active {
  visibility: visible; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff; }

#Snowbound_Logo_blue {
  display: none; }

header.site-header {
  height: 95px;
  background: #fff;
  padding-left: 50px;
  border: none; }

img {
  padding-top: 12px; }

@media (min-width: 979px) {
  nav#site-nav {
    float: right;
    font-family: "Segoe UI", Verdana, "Arial", sans-serif; }
    nav#site-nav .mobile-search {
      display: none; }
    nav#site-nav a {
      text-decoration: none; }
    nav#site-nav ul {
      background: #fff;
      list-style: none;
      margin: 0;
      padding-left: 0; }
      nav#site-nav ul li {
        color: #2e2e2e;
        background: #E6F4F2;
        display: block;
        float: left;
        padding: 19px 10px;
        position: relative;
        text-decoration: none;
        transition-duration: 0.5s;
        font-size: 20px;
        text-align: center;
        min-width: 215px; }
        nav#site-nav ul li .mobile-search {
          display: none; }
        nav#site-nav ul li a {
          color: #2e2e2e;
          font-family: "Segoe UI", Verdana, "Arial", sans-serif; }
        nav#site-nav ul li:hover {
          background: #cdeae6;
          cursor: pointer;
          z-index: 1; }
        nav#site-nav ul li ul {
          background: #48948b;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          transition: all 0.5s ease;
          margin-top: 19px;
          left: 0;
          display: none; }
          nav#site-nav ul li ul li {
            clear: both;
            font-size: 16px;
            text-align: left;
            padding: 10px 10px; }
            nav#site-nav ul li ul li a {
              display: block;
              width: 100%;
              height: 100%; }
    nav#site-nav ul li:hover > ul,
    nav#site-nav ul li:focus-within > ul,
    nav#site-nav ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block; } }
.context-nav {
  position: absolute;
  left: 0;
  top: 125px;
  padding-left: 50px;
  margin-bottom: 25px;
  max-width: 200px;
  height: 90vh;
  overflow-y: auto; }
  .context-nav ul {
    list-style-type: none;
    margin: 0; }
    .context-nav ul li {
      margin: 14px 0;
      position: relative;
      font-size: 16px;
      padding-left: 16px;
      text-indent: -16px; }
      .context-nav ul li ul {
        display: none; }
      .context-nav ul li span {
        transform: none;
        font-size: 9px;
        display: block;
        float: left;
        margin-top: 6px;
        margin-left: -17px; }
    .context-nav ul li.expand span {
      transform: rotateZ(90deg);
      margin-left: -30px;
      margin-top: 17px; }
    .context-nav ul li.expand ul {
      display: block;
      list-style-type: square; }
      .context-nav ul li.expand ul li {
        margin: 10px 0;
        margin-left: 20px;
        padding-left: 0; }
  .context-nav .active-page {
    font-weight: bold; }

.search {
  float: right;
  margin-right: 50px; }

.sticky-context-nav {
  position: fixed;
  left: 0;
  top: 50px; }

#breadcrumbs, .banner {
  border-bottom: 1px solid #b5bcc3;
  border-top: 1px solid #b5bcc3;
  background: #fff;
  padding: 0 0 0 50px;
  font-size: 16px; }

.banner {
  text-align: center;
  color: #444;
  background: #ebebeb; }
  .banner button {
    border: 0;
    margin: 4px 4px 0 0;
    padding: 0;
    display: block;
    float: right;
    clear: both;
    font-size: 16px;
    background: #ebebeb; }

/* Turning off sticky breadcrumbs for now.
.sticky-breadcrumbs {
  position: fixed;
  top:0;
}
*/
@keyframes nav-toggle-pretty {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
#context-nav-toggle {
  position: absolute;
  margin-top: 102px;
  height: 100%;
  width: 10px;
  left: 250px;
  color: #fff; }
  #context-nav-toggle:hover {
    background: #ebebeb;
    color: #ebebeb;
    animation-name: nav-toggle-pretty;
    animation-duration: .75s; }
    #context-nav-toggle:hover #context-nav-toggle-bean {
      vertical-align: center;
      margin-top: 50px;
      margin-right: -10px;
      padding: 3px;
      height: 100px;
      width: 10px;
      border: 1px solid #ebebeb;
      background: #ebebeb;
      border-radius: 5px; }

.full-width #context-nav-toggle {
  display: none; }
.full-width.has-sidenav #context-nav-toggle {
  display: block;
  left: 0; }

.docs-pane, footer {
  padding-left: 275px;
  padding-right: 50px;
  max-width: 800px;
  margin: 0 0 0 4%;
  min-height: 70vh; }
  .docs-pane img, footer img {
    margin: 40px auto;
    max-width: 90%; }
  .docs-pane .expandable, footer .expandable {
    border: 0;
    background: #48948b;
    padding: 0; }
    .docs-pane .expandable p:first-child, footer .expandable p:first-child {
      font-family: "Segoe UI", Verdana, "Arial", sans-serif;
      cursor: pointer;
      font-size: 18px;
      font-style: normal;
      letter-spacing: .05px;
      color: #fff;
      display: block;
      border: 1px solid #48948b;
      padding: 10px; }
      .docs-pane .expandable p:first-child:hover, footer .expandable p:first-child:hover {
        background: #48948b;
        border: 1px solid #48948b; }
    .docs-pane .expandable > :not(:first-child), footer .expandable > :not(:first-child) {
      display: none; }
  .docs-pane .expanded .filepath, footer .expanded .filepath {
    color: #fff; }
  .docs-pane .expanded > :not(:first-child), footer .expanded > :not(:first-child) {
    display: block;
    padding: 10px 15px;
    font-style: normal;
    letter-spacing: .05px;
    color: #fff; }

.feedback hr {
  margin: 50px 0 20px;
  width: 20px; }

footer {
  text-align: right; }
  footer hr {
    margin: 50px 0 24px; }
  footer h2 {
    font-size: 18px;
    margin: 0 0 12px; }
  footer ul, footer li {
    font-size: 12px; }
  footer p {
    font-size: 12px;
    text-align: left;
    max-width: 80%;
    float: right;
    clear: both; }

ul {
  list-style-type: square; }

.full-width .context-nav {
  display: none; }
.full-width .docs-pane, .full-width footer {
  max-width: 92%;
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1200px; }
.full-width iframe {
  width: 100%;
  height: 70vh;
  border: 0; }

#siteSearch, #localSiteSearch {
  float: right;
  clear: both;
  margin-right: 50px;
  border-left: 1px solid #6f6f6f; }
  #siteSearch input, #localSiteSearch input {
    font-family: "Segoe UI", Verdana, "Arial", sans-serif !important;
    font-size: 16px !important;
    color: #6f6f6f;
    margin: 0;
    border: 0;
    height: 26px;
    padding: 0 5px; }
  #siteSearch button, #localSiteSearch button {
    background: #6f6f6f;
    height: 26px;
    width: 26px;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #fff; }

.searchform {
  width: 100%;
  border-bottom: 2px solid #6f6f6f; }
  .searchform label {
    color: #48948b; }
    .searchform label span {
      font-size: 25px;
      display: block;
      float: right;
      margin-top: 10px; }

.searchField {
  border: 0;
  padding: 5px 0;
  width: 80%;
  font-size: 35px;
  color: #48948b; }
  .searchField:focus {
    outline: none; }

.search-result {
  margin: 40px auto;
  padding: 0 0 20px; }

#localSiteSearch button a {
  color: #fff;
  text-decoration: none; }
  #localSiteSearch button a:visited {
    color: #fff;
    text-decoration: none; }

.search-fail {
  margin-top: 40px;
  font-size: 22px; }

@media (max-width: 979px) {
  .context-nav {
    display: none; }

  #context-nav-toggle {
    display: none; }

  #siteSearch, #localSiteSearch {
    display: none; }

  .docs-pane, footer {
    max-width: 92%;
    padding: 0 50px;
    margin: 0 auto; }

  nav#site-nav ul.mobile-menu {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 16px;
    right: 50px;
    border: 3px solid #fff;
    border-radius: 10px; }
    nav#site-nav ul.mobile-menu:hover {
      background: #fff; }
      nav#site-nav ul.mobile-menu:hover li {
        background: #48948b;
        min-height: 7px;
        margin: 9px 6px; }
    nav#site-nav ul.mobile-menu li {
      margin: 10px 7px;
      display: block;
      min-height: 5px;
      background: #fff;
      color: #fff; }
      nav#site-nav ul.mobile-menu li a {
        display: none; }
      nav#site-nav ul.mobile-menu li ul {
        display: none; }
    nav#site-nav ul.mobile-menu li.mobile-search {
      display: none; }
  nav#site-nav ul.mobile-menu-open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vh;
    margin: 0;
    padding: 25px;
    border: none;
    border-radius: 0;
    z-index: 1;
    background: #48948b;
    color: #fff; }
    nav#site-nav ul.mobile-menu-open .mobile-search {
      display: block; }
    nav#site-nav ul.mobile-menu-open:hover {
      background: #48948b; }
    nav#site-nav ul.mobile-menu-open li {
      display: block;
      background: #48948b;
      margin-bottom: 40px; }
      nav#site-nav ul.mobile-menu-open li a {
        display: block;
        color: #fff;
        margin-bottom: 16px; }
      nav#site-nav ul.mobile-menu-open li ul {
        display: block; }
        nav#site-nav ul.mobile-menu-open li ul li {
          margin-bottom: 16px; }
    nav#site-nav ul.mobile-menu-open:after {
      content: 'x';
      cursor: pointer;
      position: fixed;
      top: 6px;
      right: 24px;
      font-size: 30px;
      color: #fff; } }
@media print {
  @page {
    margin: .5in  1in  1in  .5in;
    @top-left {
      margin: .5in;
      content: 'RasterMaster Software Documentation'; }
    @bottom-left {
      margin: .5in;
      content: "For the most recent version of this page, visit accusoft.com."; }
    @bottom-right {
      margin: .5in;
      content: counter(page); } }
  body:after {
    font-family: "Segoe UI", Verdana, "Arial", sans-serif;
    font-size: 12px;
    text-align: center;
    width: 90%;
    margin: 12px auto 0;
    padding: 12px 0 0;
    border-top: 1px solid #6f6f6f;
    content: "Thank you for printing this page. For the most up-to-date version, please visit accusoft.com \a  ©Accusoft Corporation 2023. "; }

  #Snowbound_Logo_blue {
    display: block;
    width: 193px;
    height: auto;
    margin: 0;
    padding: 0; }

  header.site-header, nav, footer {
    display: none; }

  .feedback {
    display: none; }

  .docs-pane, footer, table {
    width: 90%;
    max-width: 90%;
    margin: 0;
    padding: 0;
    padding-left: .5in; }

  table {
    width: 90%;
    padding-left: 0; }

  h1, h1.post-title {
    font-size: 20px;
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 1 !important; }
    h1 code.highlighter-rouge, h1.post-title code.highlighter-rouge {
      font-size: 18px !important; }

  h2 {
    font-size: 18px !important; }
    h2 code.highlighter-rouge {
      font-size: 16px !important; }

  h3 {
    font-size: 16px !important; }

  h4 {
    font-size: 14px !important; }

  h5 {
    font-size: 14px !important; }

  p, blockquote, ul, ol, li, a, code {
    font-size: 12px; }

  table, tr, td {
    font-size: 10.5px; }

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

  p {
    orphans: 2;
    widows: 2; }

  a {
    border-bottom: 1px dotted #b5bcc3 !important; }
    a:after {
      content: " (" attr(href) ") "; } }
/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #ebebeb; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
