@media screen and (max-width: 39.9375em){
div#top_content {
    height: auto !important;
}
}

#map {
        width: 100%;
        height: 100%;
        background-color: grey;
      }
.label {
    background: transparent;
    color: #063f60;
    float: left;
    padding-bottom: 0;
    display: inline-block;
    padding-top: 0.8rem;
    width:30%;
    padding-left:0px;
}
.green{
    background: transparent;
    color: #063f60;
    float: left;
    padding-bottom: 0;
    display: inline-block;
    padding-top: 0.7rem;
    margin-top:0.3rem;
    padding-left:0px;
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 1;
}
textarea{
    width:100%;
    border:0;
    background:#e2e2e2;
    height: 70px;
    resize:none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
input[type="text"],input[type="email"],input[type="text"]:focus,input[type="email"]:focus,input[type="tel"],input[type="tel"]:focus {
    margin-bottom: 0;
    height: 1.5rem;
    border: 0;
    border-bottom: 1px solid #878787;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;
    width: 70%;
    float: right;
    
}
input[type=submit]{
    background:#18323f;
    cursor:pointer;
    color:white;
    text-transform:uppercase;
    padding: 0.4rem;
    border: 0;
    width: 5rem;
    font-size: 0.8rem;
    margin-bottom:1rem;
}
input[type=submit]:hover{
    background:#e5e5e5;
    color:#063f60;
   
}
#template1 .page-text {
    padding-top:0px;
}