@import url('https://fonts.googleapis.com/css?family=Archivo:400, 700&display=swap');
form span.req {
    display: none !important;
}
input.btTxt {
    border: 0;
    font-family: 'Archivo', sans-serif !important;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 7px 14px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition:all 0.3s ease; 
	background-color: #702d3d !important;
	color: white !important;
	text-decoration: none !important;
}
input.btTxt:hover {
    cursor: pointer;
    white-space: nowrap;
       	background-color: #747574 !important;
	color: white !important;
	text-decoration: none !important;
    font-family: 'Archivo', sans-serif !important;

}
input.text, input.search, input.file, textarea.textarea, select.select {
    font-family: 'Archivo', sans-serif !important;
    font-size: 100%;
    color: #333;
    margin: 0;
    padding: 2px 0 2px 3px;
    color: #292a29 !important;
}
#saveForm {
	text-transform: uppercase;
}
.desc, #title1, #title2, #title106 {
	font-family: 'Archivo', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #292a29 !important;
}
.wufoo label.desc, .wufoo legend.desc, .likert caption {
    font-size: 16px !important;
    font-family: 'Archivo', sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
color: #292a29 !important;
}
.wufoo label.choice {
    font-size: 16px !important;
    font-family: 'Archivo', sans-serif !important;
    font-style: normal;
    font-weight: normal;
color: #292a29 !important;
}
.wufoo .info h2 {
    display: none !important;
}
.wufoo .info, .wufoo .paging-context {
    display: none !important;
}