/* Custom CSS (ADDED) */

#hours-location-text {
    font-weight: bold;
    font-size: .9em;
    display: inline-block;
    margin-top: .5em;
    text-transform: uppercase;
    line-height: 1.35em;
}

#hours-location-text a {
    color: #434343;
    font-size: .95em;
}

#hours-location-text span {
    white-space: nowrap;
}

#SearchForm .Button, #SearchForm input.Textbox, #SearchForm {
    border: 0;
    background: inherit;
}

#search-box-wrapper {
    border: 1px solid #d6d6d6;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}

.PageMenu li ul li a {
    color: #ddd;
}

@media screen and (max-width: 480px) {

    #hours-location-text {
        padding-left: .5em;
        padding-bottom: .5em;
    }
    
    .header {
        border: none;
        padding-top: 150px;
    }

    #Header > .inner {
        padding-top: 85px;
    }

}

/* Make the scroller on the front page shorter */

div.flex-viewport {
    /*max-height: 350px;*/
}

div.flex-viewport img.slide-image {
    /*height: 350px;*/
}



