.columns
    {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    }

.column
    {
    width: 33.33%;
    }

.double-wide.column
    {
    width: 66.66%;
    }

.table
    {
    font-size: medium;
    }

.text
    {
    font-size: larger;
    height: auto;
    }

.center_column
    {
    width: 33%;
    }

.mobile_only
    {
    display: none;
    }

.desktop_only
    {
    display: block;
    }

.non_desktop
    {
    display: none;
    }

#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;
    }

#target_controls, #personalization_controls
    {
    left:0;
    }

#instructions_matte
    {
    right:0;
    }

#side_nav
    {
    background-color: transparent;
    box-shadow: none;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    /*left:2%;*/
    left:0;
    width:14%;
    height:60%;
    text-transform: uppercase;
    font-size:2vw;
    line-height:0.9em;
    display:block;
    }

#side_highlighting
    {
    width:25%;
    height:100vh;
    top:0;
    left:0;
    position: absolute;
    position: fixed;
    z-index: -1;
    background: linear-gradient(to right, white, transparent);
    display:block;
    }

#top_highlighting
    {
    display:none;
    }

#home_text
    {
    position:absolute;
    width:75%;
    left:18%;
    transform: translateY(-45%);
    }

#main_text
    {
    width:50%;
    }

#navicon, #search_icon
    {
    display: none;
    }

