<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #213159;
  background-color: #f1f1e4;
  overflow-y: scroll;
}

.container {
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-header {
  border: 0px;
  margin: 30px 0 10px;
  padding-bottom: 0;

}

div.logo-text {
  overflow: auto;
}

div.logo {
}

img.logo {
  font-size: 0;
  height: 48px;
  width: auto;
  float: left;
  margin-top: 4px;
}

div.space {
  width: 100%;
  height: 90px;
}

div.logo-small {
  display: block;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #666;
  margin-left: 64px;
}

div.logo-large {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 50px;
  font-variant: small-caps;
  color: #213159;
}

.navbar {
   margin-bottom: 0px;
}

.navbar, .dropdown-menu {
  border: 0px;
  border-radius: 0px;
}

.navbar-default, .navbar-header, .dropdown-menu {
  background-color: #3d6098;
}

.navbar-default .navbar-nav &gt; li &gt; a, .dropdown-menu &gt; li &gt; a, .navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:hover {
  color: #fff;
  background-color: #f04b4c;
}

.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  color: #fff;
  background-color: #213159;
}

.navbar, section, .dropdown-menu, .label, .footer {
  -webkit-box-shadow: 3px 3px 6px 0px rgba(144, 144, 144, 1);
  -moz-box-shadow: 3px 3px 6px 0px rgba(144, 144, 144, 1);
  box-shadow: 3px 3px 6px 0px rgba(144, 144, 144, 1);
}

.label {
   padding: 8px 10px 5px 10px;
   margin: 0px;
}

.label-default, .badge {
  color: #fff;
  background-color: #6b993d;
  margin-left:4px;
}

.new {
  display: none;
}

.telephone {
  font-size: 1.6em;
  text-align: right;
  margin-top: 4px;
}

.col-md-9, .col-md-3 {
  padding-bottom: 20px;
}

.col-md-3 {
  padding-top: 28px;
  padding-left: 40px;
  padding-right: 40px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h5, h6 {
  color: #777;
}

h2 {
  margin-top: 0;
}

h3 {
  margin-bottom: 15px;
}

h3, h4 {
  margin-top: 30px;
  color: #f04b4c;
}

section {
  background-color: #f7f7f7;
  padding: 20px;
  margin-top: 20px;
}

section h3, h4 {
  margin-top: 0px;
}

 a, a:hover {
  color: #739cd4;
}

.bold {
  font-weight: bold;
}

.line-through {
  text-decoration: line-through;
}

a.icon:hover {
  text-decoration: none;
}

img.icon {
 height: 24px;
 width: 24px;
}

.date {
  color: #777;
}

tr .date {
  text-align: right;
}

.banner-first {
  margin-top: 0;
}

.banner {
  margin-top: 25px;
}

img.banner {
  width: 125px;
  height: 65px;
}

.carousel {
  margin-top: 20px;
}

.banner-desc {
  margin-top: 5px;
}

.footer {
  padding: 15px 10px;
  display: block;
  background-color: #666;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  img.logo {
    height: 40px;
  }
  div.logo-small {
    font-size: 16px;
    margin-left: 48px;
    margin-top: 2px;
  }
  div.logo-large {
    font-size: 38px;
  }
  h2 {
    margin-top: 15px;
  }
}

.modal-image {
  height: 100%;
  width: 100%;
}
</pre></body></html>