<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  font-family: "Open Sans", sans-serif;
  color: #231f20;
  font-weight: 400;
  height: 100%; }

img {
  max-width: 100%; }

/** START - for blank dev purposes - can be removed **/
main {
  min-height: 40rem; }

.font-weight-semi-bold {
  font-weight: 600 !important; }

.btn.btn-xma {
  border-radius: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase; }
  .btn.btn-xma.blue {
    background: #0093b3;
    color: white; }
  .btn.btn-xma.white {
    background-color: white;
    color: #0093b3; }

.flex {
  display: flex; }
  .flex-col {
    flex-direction: column; }

.items-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

.modal-content {
  background-color: #444345;
  color: #fff; }

.modal-dialog .close {
  color: #fff; }

section.top-banner {
  background-color: #e5e6e7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    section.top-banner {
      background-image: url("../img/banner.jpg");
      padding-top: 110px;
      padding-bottom: 200px; } }
  section.top-banner h1 {
    margin-top: 60px;
    color: #0093b3;
    font-size: 42px;
    font-weight: bold; }
  section.top-banner h2 {
    color: #0093b3;
    font-weight: 300;
    font-size: 42px; }
  section.top-banner .mobile-banner {
    background-color: #e5e6e7;
    padding-top: 3rem;
    padding-bottom: 1rem; }
    section.top-banner .mobile-banner h1 {
      font-size: 30px; }

section.section-2 {
  padding-top: 60px;
  padding-bottom: 60px; }
  section.section-2 ul {
    padding-left: 1.5rem; }
    section.section-2 ul li {
      margin-top: 0.5rem;
      font-size: 11px; }
      section.section-2 ul li span {
        font-size: initial; }

section.section-3 h1 {
  color: #3eaec1;
  font-size: 30px;
  font-weight: bold; }

section.section-3 .content-row {
  background: #f2f3f3; }
  @media (min-width: 992px) {
    section.section-3 .content-row {
      background: none; } }

@media (min-width: 992px) {
  section.section-3 {
    background-image: url("../img/banner-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px; } }

section#instant-ink {
  background: #0096D6;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative; }
  section#instant-ink:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../img/x-rhs.png");
    background-position: right;
    background-repeat: repeat-y;
    display: none; }
    @media (min-width: 992px) {
      section#instant-ink:before {
        display: block; } }
  section#instant-ink h1 {
    font-size: 30px;
    font-weight: bold; }
  section#instant-ink ul {
    padding-left: 19px; }
    section#instant-ink ul li {
      margin-top: 0.3rem; }
      section#instant-ink ul li span {
        font-size: initial; }
  @media (min-width: 992px) {
    section#instant-ink {
      background-image: url("../img/instant-ink-bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 80px;
      padding-bottom: 80px; } }

section.section-4 {
  padding-top: 60px;
  padding-bottom: 60px; }
  section.section-4 h1 {
    color: #3eaec1;
    font-size: 30px;
    font-weight: bold; }
  section.section-4 .printer p {
    color: #0093b3;
    font-size: 18px;
    font-weight: bold; }

section.section-5 {
  background-image: url("../img/X-image.png");
  background-size: auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px; }
  section.section-5 .mobile-banner {
    background-image: url("../img/pattern-v.png");
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
    height: 120px; }
  section.section-5 h1 {
    color: #3eaec1;
    font-size: 30px;
    font-weight: bold; }
  section.section-5 .printer p {
    color: #0093b3;
    font-size: 18px;
    font-weight: bold; }

section.section-6 {
  color: white; }
  @media (min-width: 992px) {
    section.section-6 {
      background-image: url("../img/banner-3.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding-top: 100px;
      padding-bottom: 100px; } }
  section.section-6 .content-row {
    background: #0796d4; }
    @media (min-width: 992px) {
      section.section-6 .content-row {
        background: none; } }
  section.section-6 h1 {
    color: white;
    font-size: 30px;
    font-weight: bold; }

section.section-7 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px; }
  section.section-7 h1 {
    font-size: 30px;
    font-weight: bold;
    color: #3eaec1; }
  section.section-7 .tip p {
    color: #0093b3;
    font-weight: bold;
    font-size: 18px; }

section.section-8 {
  background-image: url("../img/footer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white; }
  section.section-8 h1 {
    font-size: 30px;
    font-weight: bold;
    color: white; }

section.section-9 h1 {
  font-size: 30px;
  font-weight: bold;
  color: #3eaec1; }

/** END **/
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1160px; } }

.header__logo {
  display: block;
  height: 100px;
  width: auto; }

.footer {
  border-top: 4px solid #0093b3;
  margin-top: 10px; }
  .footer a {
    color: #0093b3; }

.main_footer {
  padding-bottom: 20px;
  margin-top: -1px; }

.main_footer a.footer-link {
  display: block;
  line-height: 1.4 !important;
  font-weight: 300;
  color: #333333;
  font: 22px/22px "Open Sans", Arial, sans-serif; }

.main_footer .flex {
  justify-content: space-between; }

.main_footer .footer-social {
  margin: 4px 15px 0;
  color: #666;
  display: inline-block; }

.main_footer .footer-social:hover {
  color: #0093b3; }

.sub_footer {
  margin-bottom: 30px; }

.sub_footer .legal-links {
  display: flex;
  justify-content: space-between; }

.sub_footer .legal-links ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.sub_footer .legal-links ul li {
  display: inline-block;
  margin-right: 20px; }

.cc_banner-wrapper {
  z-index: 9001;
  position: relative; }

.cc_container .cc_message {
  font-size: .6em;
  -webkit-transition: font-size .2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: #fff; }

.cc_container .cc_logo {
  display: none; }

.cc_container .cc_logo:active,
.cc_container .cc_logo:hover {
  opacity: 1; }

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: .8em; }
  .cc_container .cc_message {
    font-size: .8em; } }

@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em; }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em; } }

@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em; } }

@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none; } }

.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px; }

.cc_container .cc_btn {
  padding: 8px 10px;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
  cursor: pointer;
  text-align: left;
  color: #fff;
  text-decoration: none;
  background-color: #0093b3;
  font-size: 14px; }

.cc_container .fa-check {
  font-size: 14px;
  float: right;
  margin-top: 3px; }

.cc_container .cc_message {
  -webkit-transition: font-size .2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  display: block;
  font-size: 16px; }

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: .8em; }
  .cc_container .cc_message {
    margin-top: .5em;
    font-size: .8em; } }

@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px; }
  .cc_container .cc_btn {
    padding: 8px 15px; }
  .cc_container .cc_message {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .cc_container {
    padding: 15px 30px 15px; }
  .cc_container .cc_btn {
    padding: 8px 15px;
    max-width: 100%;
    width: 100%;
    text-align: center; }
  .cc_container .fa-check {
    float: none;
    padding-left: 3px; }
  .cc_container .cc_message {
    font-size: 16px;
    text-align: center; } }

.cc_container {
  background: #222;
  color: #fff !important;
  font-size: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cc_container .cc_btn:active,
.cc_container .cc_btn:hover {
  background-color: #007e9a;
  color: #fff; }

.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  -webkit-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color; }

.cc_container a:active,
.cc_container a:hover {
  color: #b2f7ff; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.cc_btn,
.cc_container,
.cc_message {
  animation-duration: .8s;
  -webkit-animation-duration: .8s;
  -moz-animation-duration: .8s;
  -o-animation-duration: .8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }
</pre></body></html>