<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.columns
    {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    }

.span
    {
    -webkit-column-span: all;
    column-span: all;
    }

.column
    {
    float: left;
    width: 50%;
    }

.table
    {
    font-size: small;
    }

.text
    {
    }

.center_column
    {
    margin: 0 auto;
    width:50%;
    }

a[href^=tel]:not(#nav_phone_link)
    {
    color:inherit;
    cursor: text;
    text-decoration: inherit;
    }

#data_dump
    {
    clear:both;
    display: block;
    }

.quarter_column
    {
    float:left;
    width:50%;
    }

#footer_matte
    {
    line-height:64px;
    height: 64px;
    }

#footer_container
    {
    line-height:64px;
    height: 64px;
    text-align: left;
    }

#footer_links
    {
    float:right;
    }

#footer_links a
    {
    margin:0 1em 0 0;
    }

.two_column_only
    {
    display: block;
    }

.mobile_only
    {
    display: none;
    }

.non_mobile
    {
    display: block;
    }

#feature_title
    {
    margin-top:5px;
    padding-top:0;
    line-height:64px;
    margin-left: 145px;
    }

#feature_hero
    {
    height:640px;
    }

#feature_hero #hero_text
    {
    top:50%;
    transform: translateY(-40%);
    }

#feature_hero #hero_text .hero_text_big
    {
    font-size:60px;
    }

#hero_button_matte
    {
    text-align: center;
    }

/*.split
    {
    display: inline-block;
    text-align:left;
    vertical-align: top;
    width:50%;
    }*/

.tablet_only
    {
    display:block;
    }

#bot_nav_matte
    {
    text-align: right;
    }

.name_cell
    {
    text-align: left;
    }
</pre></body></html>