/**
 * Gravity Forms theme framework positions select arrows at right -1rem (off-screen).
 * Restore a visible chevron on estimate form frequency (and other styled) selects.
 */
.request-fast-estimate .gfield.frequency-form-field select.gfield_select,
.page-request-an-estimate .gfield.frequency-form-field select.gfield_select,
.hero-request-form .gfield.frequency-form-field select.gfield_select,
.request-fast-estimate .gfield.frequency-form-field .ginput_container_select select,
.page-request-an-estimate .gfield.frequency-form-field .ginput_container_select select,
.hero-request-form .gfield.frequency-form-field .ginput_container_select select,
#field_2_12 select.gfield_select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding-right: 2.5rem !important;
	background-color: #f2f2f2 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10'%3E%3Cpath fill='%231c3333' d='M9 10L0 0h18z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.75rem center !important;
	background-size: 14px !important;
	background-origin: padding-box !important;
}

.commercial-estimate-form .ginput_container_select select.gfield_select,
.commercial-estimate-form .ginput_container_select select {
	background-position: right 0.75rem center !important;
	background-origin: padding-box !important;
}
