.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%;
    }

.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;*/
    float:left;
    display: block;
    text-align: left;
    vertical-align: top;
    width:50%;
    }

#top_bar
    {
    text-align: left;
    }

#top_help
    {
    right:32px;
    left: auto;
    }

#top_menu
    {
    display:none;
    }

#nav_bar, #nav_bar_under
    {
    border-right:1px solid #ccc;
    bottom:0;
    display: block;
    position:absolute;
    top:0;
    width: 200px;
    left: 0;
    }

#nav_bar.hidden, #nav_bar_under.hidden
    {
    left: 0;
    }

#nav_bar_under
    {
    box-shadow: 0;
    }

#content_matte
    {
    margin-left:232px;
    }

#page_title
    {
    padding: 1em 5px 1em 237px;
    }

#navicon, #search_icon
    {
    display: none;
    }

#logo
    {
    left: 32px;
    transform: none;
    transform: translateY(-50%);
    max-width: none;
    max-height: 32px;
    }

#nav_search_form
    {
    display: block;
    }

#search_box
    {
    display: block;
    }

.unit_matte
    {
    border: none;
    background-color: #fff;
    }

#unit_lineup > .unit_matte:nth-child(odd)
    {
    background-color:#efefef;
    }

.like_matte
    {
    font-size: inherit;
    }

    
