@import url("https://fonts.googleapis.com/css?family=Merriweather:400,300,700");
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700");

form.wufoo {font-family:merriweather, serif !important; font-size:1.25em;}  

#logo, #header h2 {display:none}

.wufoo label.desc, .wufoo legend.desc {font-weight: normal; line-height:1.8; }

.wufoo .info div {
    font-family: merriweather, serif;
    line-height: 1.8;
    }
    
.wufoo .section h3 {
    font-size: 1.925rem;
    font-family: Hind, sans-serif;
    font-weight: 500;
    line-height: 1.2857;
    margin: 0 0 1em 0;
    } 
    
.wufoo .section h4 {
    color: #2f2f2f;
    font-family: Hind, sans-serif;
     margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2308;
}

.wufoo .section h5 {
    color: #2f2f2f;
    font-family: Hind, sans-serif;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.52rem;
    font-weight: 500;
    line-height: 1.3636;
}

.wufoo input.btTxt {
    display: inline-block;
    padding: 1rem 1.875rem;
    border: .0625rem solid;
    border-radius: .1875rem;
    color: #000;
    background:#FFF;
    font-family: Hind, sans-serif;
    font-size: .9rem !important;
    font-weight: 600;
    letter-spacing:.01rem;
    line-height: 1.1667;
    text-transform: uppercase;
}

.wufoo .section div {font-size:95%;}

/*  .wufoo .info h2{font-size:160%;font-family:inherit;color:#000000} */


/* .wufoo .section div{font-size:85%;font-family: whitney ssm a, whitney ssm b, sans-serif;color:#000000} */
/* .wufoo label.desc, .wufoo legend.desc{font-size:95%;font-family:inherit;color:#000000} */
/* .wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#000000} */
/* .wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{font-size:100%;font-family:inherit;color:#000000} */
/* .wufoo label.choice{color:#444444} */
/* .wufoo .instruct{font-size:80%;font-family:inherit;color:#000000 */


/* this was requiring a lot of absolute definition - explicitly stating again what had already been stated */
/* so let's try this - comment out each line and see what we dont' need to say at all, allowing inheritance */