body {
    font-family: Publica Sans, sans-serif;
    margin: 0px;
}

button {
    border: none;
    color: #1f2e64;
    cursor: pointer;
    font-family: Publica Sans, sans-serif;
    font-weight: bold;
    font-size: 16px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
#ad {
    display: block;
    overflow: hidden;
    width: 298px;
    height: 248px;
    -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: 298px;
    height: 248px;
    background: url('../images/nw-logo.png') 50% 97% no-repeat;
    background: url('../images/NeighborWho-Blue.svg') 50% 97% no-repeat;
    background-size: 30%;
    overflow: hidden;
    border: #efefef 1px solid;

}
.headline {
    text-align: center;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 50px;
    line-height: 130%;
}

.blueText {
    color: #1f2e64;
    font-size: 16px;
}
#blackText {
    color: #000000;
    font-size: 23px;
}

.subheadline {
    text-align: center;
    color: #6c6b6a;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    line-height: 130%;
    letter-spacing: 1px;
}

#owner {
    position: absolute;
    left: 50%;
    top: 11%;
    transform: translate(-50%, -50%);
    width: 12%;
}

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: 272px;
    height: 25px;
    left: 13px;
    outline: none;
}

.text_input#fullAddress {
    top: 153px;
    padding-left: 8px;
}

.buttons {
    position: absolute;
    top: 185px;
    left: 13px;
    cursor: pointer;
}
.button {
    height: 25px;
    width: 272px;
    background: #fbc917;
    cursor: pointer;
}

.button:hover,
.button:active,
.button:focus {
    background-color: #fbbd17;
}