body {
    font-family: Publica Sans, sans-serif;
    margin: 0px;
}
#ad {
    display: block;
    overflow: hidden;
    width: 726px;
    height: 88px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
}
#banner {
    position: relative;
    display: block;
    width: 726px;
    height: 88px;
    background: url('../images/NW-logo.svg') 592px 10px no-repeat;
    background-size: 17%;
    overflow: hidden;
    border: #efefef 1px solid;
}
.headline {
    position: absolute; 
    text-align: left;
    font-weight: bold;
    top: 5px;
    left: 76px;
    line-height: 118%;
}
.blueText {
    color: #1f2e64;
    font-size: 19px;
}
#blackText {
    color: #000000;
    font-size: 23px;
}
.subheadline {
    position: absolute;
    text-align: left;
    color: #6c6b6a;
    font-size: 10px;
    top: 28px;
    left: 76px;
    line-height: 130%;
    letter-spacing: 1px;
}
#property {
    position: absolute;
    left: 4px;
    top: 15px;
    width: 9%;
}
form {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.text_input, .select_box {
    background: #FFFFFF;
    border: #1f2e64 2px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 14px Arial, Helvetica, Sans-Serif;
    line-height: 25px;
    padding: 0 5px;
    position: absolute;
    width: 498px;
    height: 33px;
    left: 75px;
    outline: none;
}
.text_input#fullAddress {
    top: 47px;
    padding-left: 8px;
}
button {
    border: none;
    color: #1f2e64;
    cursor: pointer;
    font-family: Publica Sans, sans-serif;
    font-weight: bold;
    font-size: 20px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
.buttons {
    position: absolute;
    top: 47px;
    right: 11px;
    cursor: pointer;
}
.button {
    height: 33px;
    width: 130px;
    background: #fbc917;
    cursor: pointer;
}
.button:hover,
.button:active,
.button:focus {
    background-color: #fbbd17;
}