
/* Location */
#location p { margin: 0; }
#location ul { display: table;  margin-bottom: 0; }
#location ul > li { display: table-cell; vertical-align: middle; width: 50%;}
#location ul > li:last-child { margin-bottom: 50px; }

#location .quote {
    height: auto;
    width: 100%;
    max-width: 100%;

    /*font-weight: lighter;*/
    margin-top: 0;
}
#location .quote h3 { margin-top: 0; /*font-size: 38px;*/ }
/*#location .quote-author {  font-size: 1em; }*/

/*#location .gmap-iframe-container { padding-top: 10px; }*/
#location .gmap-iframe-container { padding: 0; }
