<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Vars */
/* @import url(https://db.onlinewebfonts.com/c/a89cf050c859a23e4b6d9cf5989acf9e?family=Myriad+Pro); */
* {
  margin: 0;
  padding: 0; }

/** General Style Info **/
body {
  font-size: 16px;
  margin: 0;
  font-family: "Open Sans",sans-serif;
  /*font-weight: bold;*/
  margin-top: 90px;
  background: #ffffff; }

a {
  color: #005395;
  /*font-weight: bold;*/
  text-decoration: none; }

a:hover {
  color: #367889;
  text-decoration: none; }

a img {
  border: none; }

h1, h2, h3, h4 {
  font-weight: normal;
  margin-bottom: 0.5em;
  text-transform: capitalize;
  color: #ffffff !important; }

h1 {
  /*background:#fff;*/
  color: #ffffff;
  font-size: 18px; }

h2 {
  background: #fff;
  color: #005395; }

h2 {
  background: transparent;
  border-bottom: 1px solid #d0d0d0;
  position: relative; }

h2:after {
  content: '';
  width: 70%;
  height: 1px;
  background: #005395;
  position: absolute;
  bottom: 0px;
  left: 0px; }

h3 {
  color: #2c6877; }

h4 {
  font-weight: normal; }

ul, li {
  margin: 0 12px; }

p {
  margin: 0 0 1em 0; }

.third-color {
  background: #006FC5; }

.btn-rounded {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase; }

.btn-rounded:hover, .btn-rounded:active {
  border: 1px solid #005395 !important;
  background: #ffffff !important;
  color: #005395 !important;
  text-transform: uppercase; }

.error {
  color: #FF9200; }

.text-dark {
  color: #005395 !important; }

#footer {
  clear: both;
  padding: 10px; }

#footer_new {
  clear: both;
  padding: 20px;
  background: #d0d0d0;
  text-transform: uppercase;
  text-align: center; }

#footer_new a {
  color: #00abc7; }

#footer_new a:active {
  text-decoration: none; }

a.text-blue {
  color: #00abc7 !important; }

.postPhotos {
  height: auto;
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
  border: 1px solid #d0d0d0;
  border-bottom: 0px;
  border-top: 0px; }

.postPhotos .img-container {
  min-height: 300px; }

.input label {
  font-size: 13px !important; }

.clearFix {
  clear: both; }

.text-capitialized {
  text-transform: uppercase; }

#content {
  margin: 0px !important;
  padding: 0px !important; }

.top-nav {
  /*padding-top: 5px;*/
  border-bottom: 1px solid #005395;
  text-transform: uppercase;
  font-size: 14px;
  background: #ffffff;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0px; }

.top-nav .bar {
  height: 2px;
  background: #0b6baa; }

.top-nav a {
  color: #ffffff; }

.top-nav a.active {
  background: #0b6baa;
  color: #ffffff;
  border-radius: 4px; }

.title, .phone {
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  font-size: 18px; }

.title {
  color: #005395;
  margin-top: 15px;
  font-variant: bold; }

.text-blue {
  color: #005395; }

.text-size-24 {
  font-size: 24px; }

.info {
  padding-left: 60px; }

.navi {
  float: left; }

.navi a {
  color: #000000;
  font-weight: normal; }

.whiteBG {
  background: #ffffff; }

.fluid-container {
  padding: 15px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  background: #ffffff;
  height: auto;
  border-top: 0px; }

.boxed-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  background: #ffffff;
  height: auto;
  border-top: 0px; }

#flash {
  padding: 10px; }

.main-container {
  border-top: 5px solid #000000;
  padding-top: 25px; }

.text-size-24 {
  font-size: 24px; }

.remove-padding {
  padding: 0px !important;
  margin: 0px !important; }

.mobile-menu {
  display: none; }

.mapHolder, #gmap_canvas {
  height: 500px; }

.navi {
  margin-top: 15px; }

.navi ul {
  padding: 0px !important; }

.navi ul a {
  padding: 6px 15px !important; }

.navi .dropdown-menu {
  top: 50px;
  border-radius: 0px; }

.navi a:hover {
  background: #1296d3 !important;
  color: #ffffff;
  border-radius: 4px; }

.navi .dropdown-menu li {
  width: 100%;
  margin: 0px;
  font-size: 14px !important; }

.navi .dropdown-menu a {
  padding: 10px;
  display: inline-block; }

.navi .dropdown-menu a:hover {
  background: transparent !important;
  color: #0b6baa; }

.navi .dropdown-menu li:hover {
  background: #ffffff;
  color: #ffffff !important; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu &gt; .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover &gt; .dropdown-menu {
  display: block; }

.dropdown-submenu &gt; a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover &gt; a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left &gt; .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/* Footer */
.site-footer {
  background: #efefef;
  padding: 35px 0px; }

.site-footer h2 {
  background: transparent;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
  color: #000000 !important; }

.site-footer h2:after {
  content: '';
  width: 70%;
  height: 1px;
  background: #005395;
  position: absolute;
  bottom: 0px;
  left: 0px; }

.footer-nav {
  background: #262626;
  padding: 12px 0;
  font-size: 13px;
  color: gray;
  text-transform: uppercase; }

.footer-nav .ul-container {
  float: right;
  position: relative;
  left: -50%;
  text-align: left; }

.footer-nav ul {
  list-style: none;
  position: relative;
  left: 50%; }

.footer-nav ul li {
  float: left;
  margin-left: 25px; }

.footer-nav ul li a {
  color: gray;
  text-decoration: none;
  transition: color .3s ease; }

.footer-nav ul li a:hover {
  color: #005395; }

.block-primary-color {
  background: #005395;
  min-height: 200px;
  border-bottom: 1px solid #d0d0d0; }

.block-secondary-color {
  background: #015ebc; }

.section {
  color: #ffffff; }

.section.page-header {
  height: 400px;
  width: 100%;
  margin-bottom: 0px; }

.sub-content {
  padding: 75px 0px; }

.middle-content {
  padding: 75px 0px;
  color: #ffffff;
  background: #1296d3; }

.middle-content a {
  color: #ffffff; }

.main-content {
  padding: 75px 0px; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #000000; }

.remove-top-padding {
  padding-top: 0px !important; }

.remove-bottom-padding {
  padding-bottom: 0px !important; }

.bread-crumbs {
  padding-top: 75px; }

.slide-show {
  background: #005395;
  max-height: 650px;
  color: #ffffff; }

#sequence {
  border-bottom: 1px solid #0b6baa; }

.slide-show h2 {
  color: #ffffff;
  background: rgba(0, 84, 149, 0.4);
  padding: 10px;
  text-transform: uppercase; }

.slide-show h3 {
  color: #000000; }

.slide-show .seq-content a {
  color: #005395 !important;
  border: 1px solid #000000 !important;
  background: #ffffff !important; }

.slide-show .seq-content a:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background: #000000 !important; }

.seq .seq-pagination &gt; *:focus,
.seq .seq-pagination &gt; *:hover {
  background-color: #8dd2ed !important; }

.seq .seq-pagination .seq-current {
  background: #8dd2ed !important; }

/* Contacts &amp; Maps */
.contact-form {
  background: #0b6baa;
  border-radius: 4px;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px; }

.contact-form h1 {
  color: #ffffff !important; }

.contact-form .header {
  font-weight: 500;
  font-size: 24px;
  /*font-size: 1.5rem;*/
  margin-bottom: 20px;
  color: #ffffff; }

.contact-form .form-control {
  margin-bottom: 10px; }

#contact_map {
  height: 400px; }

#gmap_canvas {
  width: 100%;
  height: 200px; }

/* Responsives */
@media (min-width: 600px) {
  .top-nav a:hover {
    text-decoration: none; }

  .top-nav .inner-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 90px; }

  .top-nav .inner-container .logo {
    margin-right: 10px;
    height: 80px;
    width: 219px;
    margin-top: -5px;
    margin-left: 15px;
    background: #ffffff; }

  .top-nav .inner-container ul {
    list-style: none;
    color: #ffffff;
    padding: 5px;
    padding-left: 0px;
    margin-top: 15px; }

  .top-nav .inner-container ul li {
    float: left; } }
@media (width: 768px) {
  .title {
    font-size: 13px;
    margin-top: 18px !important; }

  .logo {
    margin-left: 5px;
    			/*width: 65px !important;
    			height: 66px;
    			width: 181px;
    
    			height: auto !important;*/
    margin-top: 3px !important; } }
@media (max-width: 600px) {
  .top-nav {
    height: 115px; }

  .navi {
    float: none;
    position: absolute;
    top: 45px; }

  .navi {
    display: none; }

  .logo {
    margin-top: -8px;
    margin-left: 15px; }

  .mobile-menu {
    float: right;
    display: block;
    width: 100%; }

  .title {
    font-size: 14px;
    margin-top: 8px;
    margin-left: -5px;
    display: inline-block; }

  .top-nav {
    height: 52px; } }
@media (max-width: 600px) {
  body {
    margin-top: 53px; }

  #contact_map {
    height: 300px; }

  .slide-show {
    max-height: 300px; }

  .title {
    font-size: 13px;
    margin-top: 16px !important; }

  .logo {
    margin-left: 15px;
    margin-top: -9px !important;
    width: 103px !important; }

  .non-mobile-logo {
    display: none; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>