<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media screen {
  
  /* ---------- ROOT ---------- */
  :root,
  html {
    position: relative;
    min-height: 100%;
  }
  
  body {
    background: #FFFFFF;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    
    margin: 0 0 100px;
  }
  
  
  
  
  
  /* ---------- HEADER ---------- */
  .header {
    background: #000;
    
    text-align: center;
    
    height: 117px;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 5px 5px 0px rgba(0,0,0,0.75);
  }
  
  .header-small {
    height: 95px;
  }
  
  .header i {
    color: #FFFFFF;
    font-size: 11px;
  }
  
  .header .logo {
    margin: 0 auto;
    padding-top: 13px;
    width: 209px;
  }
  
  .header .logo-small {
    display: block;
    height: 34px;
    padding-top: 5px;
  }
  
  .header a {
    text-decoration: none;
  }
  
  /* --- Back to Site --- */
  .header .backtosite {
    background: #00728a;
    color: #ffffff;
    
    float: right;
    
    font-size: 14px;
    text-decoration: none;
    line-height: 34px;
    letter-spacing: 1px;
    text-indent: 0px;
    text-align: center;
    
    height: 34px;
    width: 180px;
  }
  
  .header .backtosite:hover {
    background: #00728A;
  }
  
  .header .backtosite:active {
    position: relative;
    top: 1px;
  }
  
  
  
  
  
  /* ---------- Overwrites ---------- */
  /* --- Progress Indicator --- */
  #ipulse .navlink {
    /* font-size: 11px;
    text-transform: uppercase; */
  }
  
  /* --- Headers --- */
  #ipulse .header1,
  #ipulse .header4 {
    
  }
  
  #ipulse .header2 {
    
  }
  
  /* --- Reinforcement MDA Banner --- */
  .incentives-header {
    color:#6F6F6F;
    
    display: block;
    
    font-size: 14px;
    font-weight: 600;
    
    text-align: center;
    
    padding: 15px 0 0 0;
  }
  
  .incentives {
    color: #FFFFFF;
    background: #A99860;
    /* background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CAB367), color-stop(1, #A99860) );
    background: -moz-linear-gradient( center top, #5D6D74 5%, #404E55 100% ); */
    
    font-size: 12px;
    text-align: center;
    
    padding: 10px;
    border: 1px solid #A99860;
    margin: 15px 0 0 0;
    box-shadow: inset 0px 1px 0px 0px #D2CDBF;
    
  }
  
  .incentives li {
    font-size: 12px;
    padding: 2px 0;
    text-align: right;
  }
  
  .incentives-list {
    display: inline-block;
    *zoom: 1; /* - IE Fix - */
    *display: inline; /* - IE Fix - */
  }
  
  /* - Styling for Font Awesome Icons - */
  .incentives i {
    color: #A89368;
    background: #FFFFFF;
    
    text-align: center;
    
    width: 12px;
    padding: 4px;
    border: 1px solid #D3B77B;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 12px;
    margin: 0 4px 0px 16px;
  }
  
  .float-clear {
    clear: both;
  }
  
  
  
  
  
  /* ---------- FOOTER ---------- */
  
  .footer {
    color: #FFFFFF;
    background: #111111;
    height: 200px;
    left: 0;
    line-height: 18px;
    padding: 12px 0 0 0;
    position: absolute;
    width: 100%;
    text-align: center;
    outline: 2px solid #00738C;
    outline-offset: 4px;
  }
  
  .footer a {
    color: #00728A;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .5px;
  }
  
  .footer .address {
    display: inline-block;
    *zoom: 1; /* - IE Fix - */
    *display: inline; /* - IE Fix - */
    width: 50%;
    vertical-align: middle;
  }
  
  .footer .address-small {
    text-align: center;
  }
  
  .footer .contact {
    display: inline-block;
    *zoom: 1; /* - IE Fix - */
    *display: inline; /* - IE Fix - */
    width: 50%;
    text-align: right;
  }
  
}





@media screen and ( max-width: 499px ) {
  
  body {
    /* background: #F8F7F3; */
    /* background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8F7F3), color-stop(1, #ECEBE7) );
    background: -moz-linear-gradient( center top, #F8F7F3 5%, #ECEBE7 100% ); */
  }
  
}</pre></body></html>