.columns
    {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    }

.column
    {
    width: 33.33%;
    }

.double-wide.column
    {
    width: 66.66%;
    }

.text
    {
    font-size: larger;
    height: auto;
    }

.center_column
    {
    width: 33%;
    }

.mobile_only
    {
    display: none;
    }

.desktop_only
    {
    display: block;
    }

#tour_nav
    {
    margin-right: 1%;
    width: 32.3%;
    }

.quarter_column
    {
    width: 25%;
    }

.two_column_only
    {
    display: none;
    }

#top_nav
    {
    height: 92px;
    line-height:92px;
    text-align:left;
    }

#top_nav img
    {
    height: 92px;
    }

#top_nav a
    {
    display: inline;
    font-size: inherit;
    margin-left: 1em;
    text-align:left;
    width: auto;
    }

.shrunken
    {
    height: 45px !important;
    line-height: 45px !important;
    
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    }

#nav_links
    {
    float:right;
    }

#nav_phone
    {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    line-height: inherit;
    }

#nav_phone a
    {
    margin:0;
    }

.create_buttons
    {
    float:right;
    }
