body {
    font-family: Publica Sans, sans-serif;
    margin: 0px;
}
#ad {
    display: block;
    overflow: hidden;
    width: 158px;
    height: 598px;
    -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: 158px;
    height: 598px;
    background: url('../images/NW-logo.svg') 15px 530px no-repeat;
    background-size: 80%;
    overflow: hidden;
    border: #efefef 1px solid;
}
.headline {
    text-align: center;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 110px;
    line-height: 180%;
}
.blueText {
    color: #1f2e64;
    font-size: 20px;
}
#blackText {
    color: #000000;
    font-size: 22px;
}
.subheadline {
    text-align: center;
    color: #6c6b6a;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    line-height: 170%;
    letter-spacing: 1px;
}
#property {
    position: absolute;
    left: 40px;
    top: 20px;
    width: 50%;
}
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: 12px Arial, Helvetica, Sans-Serif;
    line-height: 25px;
    padding: 0 5px;
    position: absolute;
    width: 130px;
    height: 50px;
    left: 13px;
    outline: none;
}
.text_input#fullAddress {
    top: 370px;
    text-align: center;
}
button {
    border: none;
    color: #1f2e64;
    cursor: pointer;
    font-family: Publica Sans, sans-serif;
    font-weight: bold;
    font-size: 24px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
.buttons {
    position: absolute;
    top: 440px;
    left: 13px;
    cursor: pointer;
}
.button {
    height: 60px;
    width: 130px;
    background: #fbc917;
    cursor: pointer;
}
.button:hover,
.button:active,
.button:focus {
    background-color: #fbbd17;
}