body {
    margin: 0px;
}
#ad {
    display: block;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #363636;
}
#banner {
    position: relative;
    display: block;
    width: 298px;
    height: 248px;
    background: url('../images/logo.svg') 88px 220px no-repeat;
    background-size: 40%;
    overflow: hidden;
    border: #efefef 1px solid;

}
.headline {
    text-align: center;
    font-family:Lato;
    position: absolute;
    color: #4a3b8f;
    top: 10px;
    left: 2px;
    font-size: 28px;
    font-weight: bold;
    line-height: 150%;
    padding: 5px;
}

.str{
    font-weight: 900;
}

.open {
    font-size:45px;
    position: absolute;
    font-family:Myriad Pro;
    top: 77px;
    left:2px;
    text-align: center;
    font-weight:400;
    color: #333333;
}

.close {
    font-size:45px;
    position: absolute;
    font-family:Myriad Pro;
    top: 77px;
    left:80px;
    text-align: center;
    font-weight:400;
    color: #333333;
}

.dash {
    font-size:56px;
    position: absolute;
    font-family:Myriad Pro;
    top: 70px;
    left: 168px;
    text-align: center;
    font-weight:400;
    color: #333333;
}

form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position: absolute;
    left: 15px;
    font-size: 12px;
}
label[for="areaCode"] {
    top: 70px;
}
.text_input {
    background: white;
    border: #000 2px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 25px;
    padding: 0 5px;
    position:absolute;
    width: 65px;
    height: 38px;
    left: 15px;
    text-align: center;
}
.text_input#area {
    top:88px;
}
.text_input#area.highlight {
    box-shadow: 0 0 5px rgba(108, 159, 241, 1);
    padding: 3px 0px 3px 3px;
    border: 2px solid rgba(108, 159, 241, 1);
    border-radius: 3px;
    outline-offset: -2px;
}
.text_input#firstN {
    top:88px;
    left:98px;
}
.text_input#lastN {
    width:100px;
    height:38px;
    top:88px;
    left:190px;
}
.buttons {
    position: absolute;
    top: 138px;
    left: 8px;
    cursor: pointer;
}
.button {
    height: 45px;
    width: 282px;
    border-radius: 6px;
    border: none;
    font-family: Lato;
    font-weight: normal;
    color: #FFF;
    cursor: pointer;
    background-color: #6cad45;
    font-size: 28px;
    text-transform: uppercase;
    transition: all .25s ease-out;
}

.button:hover,
.button:focus,
.button:active {
    background: #506e32;
    box-shadow: -2px -2px 4px -4px transparent, 
                0 3px 9px rgb(0 0 0 / 10%), 
                0 2px 4px rgb(0 0 0 / 14%);
}

#logo {
    font-size: 13px;
    color: #4e4d4d;
    position: absolute;
    bottom: 30px;
    left: 120px;
}
