<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* The Print Stylesheet for Platinum Fire Productions 
*          www.PlatinumFireProductions.com
*                   (c) 2015
*/
/*#region Fonts*/
@font-face {
  font-family: 'Castellar';
  src: url(/content/fonts/CASTELAR.TTF) format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Century Gothic';
  src: url(/content/fonts/GOTHIC.TTF) format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Century Gothic Bold';
  src: url(/content/fonts/GOTHICB.TTF) format('truetype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Century Gothic Italic';
  src: url(/content/fonts/GOTHICI.TTF) format('truetype');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Century Gothic Bold Italic';
  src: url(/content/fonts/GOTHICBI.TTF) format('truetype');
  font-style: italic;
  font-weight: 700;
}
/*#endregion*/
/*#region Variables*/
/*#endregion*/
/*#region Mixins*/
.mixins .centerBody {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.mixins .page {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.mixins .social-media-button .small {
  height: 30px;
  width: 30px;
}
.mixins .social-media-button .big {
  height: 50px;
  width: 50px;
  margin: 0 10px;
}
.mixins .borderRadius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.mixins .pageBorderRadius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media all and (max-width: 920px) {
  .mixins .pageBorderRadius {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.mixins .navBorderRadius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  overflow: visible;
}
@media all and (max-width: 990px) {
  .mixins .navBorderRadius {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.mixins .font .CenturyGothic {
  font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mixins .font .CenturyGothic-Bold {
  font-family: 'Century Gothic Bold', 'Century Gothic', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mixins .font .CenturyGothic-Italic {
  font-family: 'Century Gothic Italic', 'Century Gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.mixins .font .CenturyGothic-BoldItalic {
  font-family: 'Century Gothic Bold Italic', 'Century Gothic Bold', 'Century Gothic', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.mixins .font .Castellar {
  font-family: 'Castellar', 'Times-New-Roman', serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 1.5px;
}
.mixins .fitMe {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*#endregion*/
* {
  background: #ffffff !important;
  color: #000000 !important;
}
footer,
.no-print,
.no-print * {
  display: none !important;
}
h1,
h2 {
  background: none !important;
  font-family: 'Century Gothic Bold', 'Century Gothic', Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #000000 !important;
  height: auto !important;
  margin-top: 50px !important;
  text-align: left !important;
}
.print,
.print-only {
  display: block;
}
/*# sourceMappingURL=Print.css.map */</pre></body></html>