table.gsc-search-box {
	display: contents !important;
}
.cssform input[type=text],.cssform input[type="date"] {
    box-sizing: border-box;
    width: calc(93%);
    /*min-width: 100%;*/
    max-width: 100%;
	font-size:16px;
}
@media screen and (max-width: 990px) { .cssform input[type="date"] { width:100% !important;}}


.cssform p{
/*width: 565px; */
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 165px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform p.feedback{
width: 565px; 
clear: left;
margin: 0;
padding: 5px 0 0px 0;
padding-left: 0px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform p.feedbackquestion{
font-weight: bold;
width: 565px; 
clear: left;
margin: 0;
padding: 30px 0 0px 0;
padding-left: 0px; /*width of left column containing the label elements*/
height: 1%;
}


.cssform input {
	border: #CCC 1px solid;
	background: #FFF;
	height: 20px;
	line-height: 20px;

}
.cssform input,.cssform select,.cssform textarea{	padding: 15px 5px; font-size:16px; font-family: "Roboto", sans-serif;
	border-radius: 3px;}

.cssform input:focus, textarea:focus {
	border: #000 1px solid;
}
.cssform textarea {
	padding: 5px;
	line-height: 15px;
	background: #FFF;
	border: #CCC 1px solid;
}
.cssform input:hover, textarea:hover {
	border: #000 1px solid;
}
.cssform label{
float: left;
margin-left: -165px; /*width of left column*/
max-width: 155px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
font-size:15px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 95.5%;
}

.cssform textarea{
width: 93%;
height: 75px;
}



.cssform submit {
	float: right;
}

.cssform .formLeft {
	float: left;
	width: 50%;
}
.cssform .formLeft p {
	width: 100%;
}
.cssform .formLeft input[type="text"],.cssform .formRight input[type="text"], .cssform .formLeft input[type="date"], .cssform .formRight input[type="date"]   {
	/*width: 200px;*/
	width: calc( 100% - 181px);;
}
.cssform .formRight {
	float: left;
	width: 48.5%;
}
.cssform .formRight p {
	width: 100%;
}


.cssform span {
	height: 20px;
	margin-top: 0px;
	padding-left: 10px;
	float: left;
	padding-top: 10px;
}
.cssform .checkbox {
	margin-top: 10px;
	float: left;
}
	
.cssform .radio {
	margin-top: 10px;
	float: left;
	
}
.cssform .date_unknown span, .cssform .date_unknown .checkbox {
	margin: 0px;
	padding-top: 0px;
}


.cssform #submit {
	height: 30px;
	color: #fff;
	background: #FAB722;
	padding: 0 10px;
	border: none;
	margin-top: 10px;
}

.cssform select {
	height: 20px;
	padding-top: 2px;
	width:  95%;
}
.cssform #submit:hover{
	color: #333;
	cursor: pointer;
}

.cssform .formRight label{
float: left;
/*margin-left: -105px; /*width of left column*/*/
/*width: 100px; width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform .no_label { float: none !important; margin-left: 0 !important; width: auto !important; }
.cssform .no_label span { margin-left:-5px;}



.formBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.formBox form {
    color: var(--lgrey);
    display: grid;
    padding: 2px;
    border: 1px solid currentColor;
    border-radius: 5px;
    margin: 0 0 10px;
    background: currentColor;
}

.formBox input[type="search"] {
    border: none;
    background: var(--lgrey);
    margin: 0;
    padding: 7px 8px;
    font-size: 14px;
    color: #606060;
    /*border: 1px solid var(--lgrey);*/
    /*border-radius: inherit;*/
    width: 83%;
}

.formBox input[type="search"]::placeholder {
    color: #bbb;
}

.formBox button[type="submit"]:hover {
    opacity: 1;
}

.formBox button[type="submit"]:focus,
.formBox input[type="search"]:focus {
    box-shadow: 0 0 3px 0 #1183d6;
    border-color: #1183d6;
    outline: none;
}

.formBox button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 17%;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
}

/* form on mobile menu */
.formBox.inheader {display: none;}



/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info li, .success li, .warning li, .error li, .validation li {
	list-style:inside circle;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('knobs/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('knobs/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('knobs/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('knobs/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('knobs/error.png');
}