.webentry-it--question:not(.active-query) {
	display:none;
}

/************* New Official Web form ************AT**/

form.node-official-webentry-form {
	font-family: "Poppins", Helvetica,Arial,sans-serif !important;
}
/* added from devcss KM 8/28/24 */
/*.node-official-webentry-form fieldset.form-item {
 *   border: 1px solid rgb(223,223,223);
 *     padding: 0.35em 0.625em 0.75em;
 *       border-radius: 0;
 *       }*/

.node-official-webentry-form fieldset.form-item>legend {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color rgb(229,229,229);
	border-style: none none solid;
	border-width: 0;
	color: rgb(51,51,51);
	display: block;
	font-size: 21px;
	line-height: 1;
	padding: 0;
	width: auto;
	text-transform: uppercase;
	margin-bottom: 0;
}
/* added from devcss KM 8/28/24 */
/*.node-official-webentry-form fieldset.form-item>legend>span.fieldset-legend {
 *   background: url(/misc/menu-expanded.png) 5px 65% no-repeat;
 *     padding-left: 15px;
 *       font-size: 15px;
 *         color: #005295;
 *           margin-right: 0.5em;
 *           }*/
.node-official-webentry-form .form-item {
	margin-top: 1em;
	margin-bottom: 1em;
}
.node-official-webentry-form .form-item .description {
	font-size: 0.85em;
	color: #1a1a1a;
}
/* added from devcss KM 8/28/24 */
/*.node-official-webentry-form .form-item label {
 *   font-size: 14px;
 *     color: #1a1a1a;
 *       font-weight: normal;
 *         flex: 0 0 25%;
 *           max-width: 100%;
 *             width: 100%;
 *             }*/
.node-official-webentry-form input.form-text,
.node-official-webentry-form input.form-tel,
.node-official-webentry-form input.form-email,
.node-official-webentry-form input.form-url,
.node-official-webentry-form input.form-search,
.node-official-webentry-form input.form-file,
.node-official-webentry-form input.form-number,
.node-official-webentry-form input.form-color,
.node-official-webentry-form textarea.form-textarea,
.node-official-webentry-form select{
	color: #3b3b3b;
	border: 1px solid #ccc;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.node-official-webentry-form textarea.form-textarea {  height: auto;}
.node-official-webentry-form input.form-text:focus,
.node-official-webentry-form input.form-tel:focus,
.node-official-webentry-form input.form-email:focus,
.node-official-webentry-form input.form-url:focus,
.node-official-webentry-form input.form-search:focus,
.node-official-webentry-form input.form-file:focus,
.node-official-webentry-form input.form-number:focus,
.node-official-webentry-form input.form-color:focus,
.node-official-webentry-form textarea.form-textarea:focus{
	outline: 2px solid #101010;
}
.node-official-webentry-form .form-item {
	margin-top: 1em;
	margin-bottom: 1em;
}
.node-official-webentry-form .form-item.form-item-field-associated-city select {  width: auto;}
.node-official-webentry-form .form-item.form-item-field-namenew-0 {
	display: inline-block;
	width: 100%;
}
/* added from devcss KM 8/28/24 */
/*
 * .node-official-webentry-form .form-item .name-widget-wrapper .name-component-wrapper {
 *   float: left;
 *     margin-right: 1em;
 *     }
 *       */
.node-official-webentry-form .form-item .name-component-wrapper .form-item-field-namenew-0-given,
.node-official-webentry-form .form-item .name-component-wrapper .form-item-field-namenew-0-middle,
.node-official-webentry-form .form-item .name-component-wrapper .form-item-field-namenew-0-family{
	max-width: 100%;
	width: 100%;
}
/* added from devcss KM 8/28/24 */
/*
 * .node-official-webentry-form .form-item .name-component-wrapper .form-item-field-namenew-0-given input.form-text,
 * .node-official-webentry-form .form-item .name-component-wrapper .form-item-field-namenew-0-middle input.form-text,
 * .node-official-webentry-form .form-item .name-component-wrapper .form-item-field-namenew-0-family input.form-text{
 *   max-width: 100%;
 *   }
 *     */
.node-official-webentry-form .form-item .name-widget-wrapper .name-component-wrapper:last-child {
	margin-right: 0;
}
.node-official-webentry-form .form-item .name-widget-wrapper .name-component-wrapper .description,
.node-official-webentry-form .form-item .name-widget-wrapper .name-component-wrapper .description label {
	font-size: 0.85em;
}
.node-official-webentry-form .form-item.form-item-field-populate-address select {  width: auto;}
.node-official-webentry-form .form-item .description ul {
	list-style: none;
	padding-left: 0;
	margin-top: 1em;
}
.node-official-webentry-form .form-item .description ul>li {
	color: #1a1a1a;
	font-size: 0.85em;
}
.node-official-webentry-form .vertical-tabs {  position: relative;}
.node-official-webentry-form .vertical-tabs__panes {
	margin: 0 !important;
	padding: 0 1em;
	border: 0;
}
.node-official-webentry-form .multiselect-wrapper {
	display: flex;
	flex-direction: row;
}
.node-official-webentry-form .form-item .multiselect-available label, .node-official-webentry-form .form-item .multiselect-selected label {
	font-weight: bold;
	color: #999;
}
.node-official-webentry-form .multiselect-available select.multiselect-available.form-multiselect,
.node-official-webentry-form .multiselect-wrapper select.form-multiselect {
	height: auto;
	width: 100% !important;
	overflow: auto !important; 
}
.node-official-webentry-form div.multiselect-available,.node-official-webentry-form div.multiselect-selected {
	float: left;
	width: 100% !important;
	max-width: 390px;
	margin-bottom: 1em;
}
.multiselect-btns {
	flex-basis: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.node-official-webentry-form .vertical-tabs ul.vertical-tabs__menu>li>a:hover {
	color: #e65933 !important;
	text-decoration: underline;
}
.node-official-webentry-form .vertical-tabs ul.vertical-tabs__menu>.vertical-tabs__menu-item.is-selected>a:hover {
	color: #000000 !important;
	text-decoration: underline;
}
.node-official-webentry-form .form-actions, .node-official-webentry-form #edit-actions.form-actions.js-form-wrapper.form-wrapper {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
.node-official-webentry-form .form-actions #edit-preview, .node-official-webentry-form .form-actions #edit-submit, .node-official-webentry-form .form-actions .button--primary {
	border: 0 none;
	border-radius: 100px;
	box-shadow: 1px 2px 4px 1px #999999;
	padding: 9px 20px;
	background-color: #FF8200 !important;
	color: #fff !important;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: aliceblue;
	text-transform: none;
}
.node-official-webentry-form .form-actions #edit-preview:focus, .node-official-webentry-form .form-actions #edit-submit:focus, .node-official-webentry-form .form-actions .button--primary:focus {
	outline: 2px solid #101010;
}




.node-official-webentry-form ul {
	list-style-type: none;
}


.node-official-webentry-form {
	margin-bottom: 30px;
	margin-left: 40px;
}

.node-official-webentry-form .form-item {
	margin-top: .5em;
	margin-bottom: .5em;
	display: block;
	padding-left: 0;
	padding-right: 0;
	max-width: 688px;
}

.node-official-webentry-form .form-item label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	max-width: 100%;
	margin-bottom: 5px;
	color: #005194;
}

.node-official-webentry-form fieldset.form-item>legend>span.fieldset-legend{

	font-weight: 400;
	color: #005194;
	font-size: 16px;
	max-width: 688px;
	margin-bottom: 30px;
}


.node-official-webentry-form li.webentry-it--question-2 .form-text,
.node-official-webentry-form li.webentry-it--question-2 .form-textarea,
.node-official-webentry-form li.webentry-it--question-2 .form-item input[type="text"],
.node-official-webentry-form li.webentry-it--question-2 .form-item input[type="password"],
.node-official-webentry-form li.webentry-it--question-2 .form-item input[type="tel"],
.node-official-webentry-form li.webentry-it--question-2 .form-item input[type="email"],
.node-official-webentry-form li.webentry-it--question-2 .form-item textarea,
.node-official-webentry-form li.webentry-it--question-2 .form-item input[type="search"],
.node-official-webentry-form li.webentry-it--question-2 .form-item select {
	width: 100%;
	display: inline-block;
	max-width: 62%;
	font-size: 16px;
	padding: 2px 12px;
	font-weight: 500;
	color: #808080;
}
.node-official-webentry-form li.webentry-it--question-2 .form-item select { min-height: 150px; }

.node-official-webentry-form li.webentry-it--question-2 label {
	display: inline-block;
	width: 100%;
	max-width: 36%;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}






.node-official-webentry-form .form-text,
.node-official-webentry-form .form-textarea,
.node-official-webentry-form .form-item input[type="text"],
.node-official-webentry-form .form-item input[type="password"],
.node-official-webentry-form .form-item input[type="tel"],
.node-official-webentry-form .form-item input[type="email"],
.node-official-webentry-form .form-item input[type="number"],
.node-official-webentry-form .form-item textarea,
.node-official-webentry-form .form-item input[type="search"],
.node-official-webentry-form .form-item select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 4px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #808080;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.node-official-webentry-form .form-item textarea {
	height: auto;
}

.node-official-webentry-form span.user-feedback, .node-official-webentry-form span.user-back, .node-official-webentry-form .user-cancel {
	border: 3px solid #FF8200 !important;
	border-radius: 0;
	box-shadow: none;
	padding: 9px 20px;
	background-color: transparent !important;
	color: #005194;
	display: inline-block;
	font-size: 16px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	text-transform: none;
	margin-bottom: 1em;
	font-weight: 500 !important;
	margin-right: 18px;
}

.node-official-webentry-form li.webentry-it--question.move-off {
	display: none;
}

#node-official-webentry-form ul~.form-actions {
	text-align: left;
	padding-left: 30px;
	position: relative;
}
#node-official-webentry-form ul~.form-actions:before {
	content: "";
	display: block;
	border-top: 1px solid #808080;
	position: absolute;
	top: 0;
	width: calc(100% - 30px);
	left: 30px;
}
#node-official-webentry-form ul~.form-actions input[type="submit"] {
	border: 3px solid #FF8200 !important;
	border-radius: 0;
	box-shadow: none;
	padding: 9px 20px;
	background-color: transparent !important;
	color: #005194 !important;
	display: inline-block;
	font-size: 16px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	text-transform: none;
	margin-bottom: 1em;
	font-weight: 500 !important;
	margin-right: 18px;
}
.node-official-webentry-form li.webentry-it--question-2 .form-item #edit-field-populate-address { 
   min-height: 50px; 
   -webkit-appearance: auto;
   -moz-appearance: auto;
   appearance: auto;
   width: auto; }