<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

body {
  background-image: url("../../img/background.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

html.print,
html.print body {
  background: none;
}

*[data-href] {
  cursor: pointer;
}

/* COLORS */

hr {
  border-color: #00a69c;
}

.text-custom,
a.text-custom {
  color: #00a69c;
}

a.text-custom:hover,
a.text-custom:focus {
  color: #000;
}

.text-white a.text-custom:hover,
.text-white a.text-custom:focus {
  color: #fff;
}

.btn-success {
  background-color: #00a69c;
  border-color: #00a69c;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #006762;
  border-color: #006762;
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #7fcfc9;
  border-color: #7fcfc9;
}

.btn-inverse {
  background-color: #59595c;
  border-color: #59595c;
  cursor: pointer;
  color: #fff;
}

.btn-inverse:hover,
.btn-inverse:focus {
  background-color: #38383a;
  border-color: #38383a;
  color: #fff;
}

.bg-dark-custom {
  background-color: #59595c;
}

.bg-light-transparent {
  background-color: rgba(255, 255, 255, 0.9);
}

/* UTILITIES */

.rounded-top-left {
  border-top-left-radius: 2rem;
}

.rounded-bottom-right {
  border-bottom-right-radius: 2rem;
}

p.signature_line {
  border-bottom: 1px solid #000;
}

p.signature_line span {
  border-bottom: 5px solid #fff;
}

.address_block {
  border: 2px dashed #000;
}

/* FOOTER */

footer img {
  max-height: 5rem;
}

@media (min-width: 992px) {
  #navbar_menu ul li a {
    display: block;
    position: relative;
    float: left;
    height: 2.5rem;
    margin: 0 0.125rem 0 0;
    padding: 0.5rem 1rem 0 2rem;
    color: #fff;
    text-decoration: none;
  }

  #navbar_menu ul li a:after {
    content: "";
    border-top: 1.25rem solid transparent;
    border-bottom: 1.25rem solid transparent;
    border-left: 1.25rem solid #59595c;
    position: absolute;
    right: -1.25rem;
    top: 0;
    z-index: 1;
  }

  #navbar_menu ul li a:before {
    content: "";
    border-top: 1.25rem solid transparent;
    border-bottom: 1.25rem solid transparent;
    border-left: 1.25rem solid #fff;
    position: absolute;
    left: 0;
    top: 0;
  }

  #navbar_menu ul li:first-child a {
    padding-left: 1rem;
  }

  #navbar_menu ul li:first-child a:before {
    display: none;
  }

  #navbar_menu ul li:last-child a:after {
    display: none;
  }

  #navbar_menu ul li a:hover,
  #navbar_menu ul li a.active {
    background: #00a69c;
  }

  #navbar_menu ul li a:hover:after,
  #navbar_menu ul li a.active:after {
    border-left-color: #00a69c;
  }
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item a {
  color: #000;
}

.list-group-item a:hover,
.list-group-item a:focus {
  color: #00a69c;
}

@media print {
  .page_break {
    clear: both;
    page-break-after: always;
  }
}
</pre></body></html>