#location img {
    vertical-align:bottom;
}

#location div.frame {
    float: right;
    display: inline-block;
    width: 325px;
    position: relative;
    height: 280px;
}

#location iframe {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#location section:first-of-type {
    border-bottom: 1px #dcdcdc solid;
    height: 370px;
}
#location section:last-of-type {
    border-bottom:1px solid #cd9700;
    margin-bottom:24px;
}
#location section:last-of-type div{
    display:inline-block;
    box-sizing:border-box;
    width:90%;
    vertical-align:top;
}
#location section:last-of-type div:last-of-type{
    display:inline-block;
    box-sizing:border-box;
    width:9.4%;
    vertical-align:top;
}