<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* === Red Barn Media Group - Global Styles - Hansen Heating Plumbing &amp; Air Conditioning === */

body {
  width: 100%;
  height: 100%;
  color: #000000;
  font-family: figtree, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
}

html {
  width: 100%;
  height: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
}
.figtree-400 {
    font-family: figtree, sans-serif;
    font-weight: 400;
}
.figtree-600 {
    font-family: figtree, sans-serif;
    font-weight: 600;
}
.figtree-700 {
    font-family: figtree, sans-serif;
    font-weight: 700;
}
.montserrat-700 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
}
.montserrat-800 {
    font-family: montserrat, sans-serif;
    font-weight: 800;
}

.fs-7 {font-size: 0.85rem;}
.fs-8 {font-size: 0.65rem;}
/* === Menu Styles :: BEGIN === */
.menu-container {
  background: #fff;
  margin-top: 0rem !important;
  border-bottom:1px solid transparent;
}
.menu-container.shrink-menu {
  background: #fff;
  margin-top: 0rem !important;
  border-bottom:1px solid #4479d3;
}
.menu-container .container .row .col-12 nav.navbar-light {
  background: transparent !important;
  padding: 1rem;
}
.navbar-nav {
    width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  font-family: figtree, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #389a3b !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #eee!important;
    border-radius: 0.25rem;
}
.dropdown-item:hover,.dropdown-item:active {
    color: #389a3b!important;
    background-color: #eef6ff!important;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
    top: 2rem;
    background: #fff;
    padding-top:1rem;
    padding-left:0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.175);
    transition-duration: 0.25s;
}
.shrink-menu .navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
    top: 2rem;
    transition-duration: 0.25s;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.sub-dropdown {
    background: #fff;
    padding:0.5rem;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.175);
}
.menu-container .container-fluid.hansen-logo-row {
  transition-duration: 0.25s;
}
.menu-container.shrink-menu .container-fluid.hansen-logo-row {
  transition-duration: 0.25s;
}
.menu-container .container-fluid .row .hansen-logo-place {
  position: relative;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 7rem;
    transition-duration: 0.25s;
}
.shrink-menu .navbar-nav {
    height: 5.5rem;
    transition-duration: 0.25s;
}

.hansen-logo-desktop {
    position: absolute;
    background: url(../img/hansen-logo-250-65.webp);
    width: 250px;
    height: 65px;
    top: -2rem;
    left: 0;
    margin-left: auto;
    right: 0;
    margin-right: auto;
    transition-duration: 0.25s;
}
.shrink-menu .hansen-logo-desktop {
    background: url(../img/hansen-logo-200-50.webp);
    width: 200px;
    height: 50px;
    top: -1.5rem;
    transition-duration: 0.25s;
}
.hansen-menu-top-row .hansen-menu-top-col{
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  transition-duration: 0.25s;
}
.shrink-menu .hansen-menu-top-row  .hansen-menu-top-col{
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  transition-duration: 0.25s;
}
.hansen-menu-top-row .hansen-menu-top-col p {
    font-size: 0.85rem;
    margin-bottom: 0;
}
.dropend .dropdown-item::after {
  display: none;
}
.nav-fill .nav-item .dropdown-item {
  text-align: left!important;
  color: #1c202d;
}
.dropstart .dropdown-toggle::before {
  display: none!important;
}
/* === Menu Styles :: END === */
/* === Button Styles :: BEGIN === */
.btn {
  padding: 0.75rem 0.85rem !important;
  font-family: figtree, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 0.275rem;
}
.btn.btn-menu {
  padding: 0.75rem 0.85rem !important;
  font-size: 0.85rem !important;
}
.btn.btn-lg {
  padding: .75rem 1.5rem !important;
  font-size: 1rem !important;
}
.btn.btn-xl {
  padding: 1.25rem 1.75rem !important;
  font-size: 1.5rem !important;
}
.btn-primary {
  color: #fff;
  background: #0840a1;
  border-color: #0840a1;
}
.btn-primary:hover {
  color: #fff;
  background: #185bcf;
  border-color: #0840a1;
}
.btn-rollover {
  color: #4479d3;
  background: #eef6ff;
  border: 2px solid #eef6ff;
  text-transform: uppercase;
  border-radius: 1rem !important;
  margin-bottom: 0.75rem;
  transition-duration: 0.25s;
}
.btn-rollover:hover {
  color: #fff !important;
  background: #0840a1 !important;
  border: 2px solid #0840a1;
  transition-duration: 0.25s;
}
.btn-rollover.active {
  color: #fff !important;
  background: #0840a1 !important;
  border: 2px solid #0840a1;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  transform: translateY(0.75rem);
  transition-duration: 0.25s;
}
.btn-info {
  color: #4479d3;
  background: #eef6ff;
  border-color: #eef6ff;
}
.btn-info:hover {
  color: #4479d3;
  background: #aecaea;
  border-color: #aecaea;
}
.btn-success {
  color: #fff;
  background: #389a3b;
  border-color: #389a3b;
}
.btn-success:hover {
  color: #fff;
  background: #46c74a;
  border-color: #389a3b;
}
.btn-anti-flex {
    align-self: flex-start;
}
/* === Button Styles :: END === */
/* === Color Styles :: BEGIN === */
.text-primary {color:#0840a1!important}
.text-primary.subtle {color: #4479d3!important}
.bg-primary {background: #0840a1!important}
.bg-primary.dark {background: #062966!important}
.bg-primary.subtle {background: #4479d3!important}
.border-primary {border-color:#0840a1!important}

.bg-primary-to-subtle {
    background: #EEF6FF;
    background: linear-gradient(0deg, rgba(238, 246, 255, 1) 75%, rgba(8, 64, 161, 1) 74%);
}

.text-info {color:#eef6ff!important}
.bg-info {background: #eef6ff!important}
.border-info {border-color:#eef6ff!important}

.text-success {color:#389a3b!important}
.bg-success {background: #389a3b!important}
.bg-success.gradient {background: #7CE494;background: linear-gradient(90deg, rgba(124, 228, 148, 1) 0%, rgba(56, 154, 59, 1) 100%)!important;}
.border-success {border-color:#389a3b!important}

.text-light {color:#e6e7e8!important}
.bg-light {background: #e6e7e8!important}
.bg-light.subtle {background: #f6f6f6!important}
.border-light {border-color:#e6e7e8!important}

.text-666 {color:#666!important}
/* === Color Styles :: END === */
/* === Footer Styles :: BEGIN === */
footer {
    background: #061b35;
}
/* === Footer Styles :: END === */
/* === Utility Styles :: BEGIN === */
strong, em, u {
    font-weight: inherit !important;
    text-decoration: inherit !important;
    font-style: inherit !important;
}
a {
  text-decoration: none;
}
.dashed {
    border-style: dashed;
}
/* === Utility Styles :: END === */
@media (max-width:1400px) {
  .hansen-logo-desktop {
      position: absolute;
      background: url(../img/hansen-logo-200-50.webp);
        width: 200px;
        height: 50px;
      top: -1.5rem;
      left: 0;
      margin-left: auto;
      right: 0;
      margin-right: auto;
      transition-duration: 0.25s;
  }
  .shrink-menu .hansen-logo-desktop {
      background: url(../img/hansen-logo-150-40.webp);
      width: 150px;
      height: 40px;
      top: -1rem;
      transition-duration: 0.25s;
  }
  .navbar-light .navbar-nav .nav-link {
      font-size: 0.85rem;
  }
  
}
@media (max-width:1200px) {
    
  .hansen-menu-top-row .hansen-menu-top-col {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      transition-duration: 0.25s;
  }
  .shrink-menu .hansen-menu-top-row .hansen-menu-top-col {
      padding-top: 0.35rem;
      padding-bottom: 0.35rem;
      transition-duration: 0.25s;
  }
  
  .navbar-nav {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: fit-content;
      transition-duration: 0.25s;
      width: auto;
  }
  .shrink-menu .navbar-nav {
      height: fit-content;
      transition-duration: 0.25s;
  }
  .navbar {
        display: flex;
        height: 80px;
        transition-duration: 0.25s;
    }
    .shrink-menu .navbar {
        height: 65px;
        transition-duration: 0.25s;
    }
  .menu-container .container-fluid .row .hansen-logo-place a.hansen-logo {
    position: absolute;
    background: url(../img/hansen-logo-250-65.webp);
    width: 250px;
    height: 65px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0.5rem;
    transition-duration: 0.25s;
    z-index: 10;
  }
  .menu-container.shrink-menu .container-fluid .row .hansen-logo-place a.hansen-logo {
    background: url(../img/hansen-logo-200-50.webp);
    width: 200px;
    height: 50px;
    top: 0.5rem;
    transition-duration: 0.25s;
  }
  .nav-fill .nav-item, .nav-fill&gt;.nav-link {
      flex: 1 1 auto;
      text-align: left;
  }
  .rotate-at-mobile {
      transform: rotate(90deg);
  }
  .navbar-light .navbar-nav .nav-link {
      font-size: 1.25rem;
  }
}

@media (max-width:991px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.35rem;
    }
}

@media (max-width:767px) {
    
}

@media (max-width:576px) {
    .menu-container .container-fluid .row .hansen-logo-place a.hansen-logo {
      position: absolute;
      background: url(../img/hansen-logo-200-50.webp);
      width: 200px;
      height: 50px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: 1rem;
      transition-duration: 0.25s;
    }
    .menu-container.shrink-menu .container-fluid .row .hansen-logo-place a.hansen-logo {
        background: url(../img/hansen-logo-150-40.webp);
      width: 150px;
      height: 40px;
      top: 1rem;
      transition-duration: 0.25s;
    }
}

@media (max-width:450px) {
    
}</pre></body></html>