.ffl-wrapper {
	position: relative;
	display: block;
	padding-top: 1rem;
}

.ffl-wrapper .ffl-label {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    pointer-events: none;
    top: 1.75rem;
    left: 1em;
}

.ffl-wrapper.ffl-floated .ffl-label {
	top: 0;
}

.ffl-label {
	font-size: 13pt;
	color: #7F7F7F;
	line-height: 1.2;
}

.ffl-floated .ffl-label {
	color: #254E70;
	font-size: 0.90rem;
	padding-left: 1em;
}

.ffl-input, .ffl-area, .ffl-select {
	transition: border-bottom 100ms ease;
	display: block;
	width: 92%;
	margin-bottom: 1rem;
	box-shadow: none;
	appearance: none;
	outline: none;
	/* background-color: transparent; */
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.2); */
	height: 1.875rem;
	font-size: 13pt;
	padding: 0.5em 1em;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.ffl-input:hover, .ffl-area:hover, .ffl-select:hover {
	border-bottom-width: 1px;
	border-bottom-color: #7F7F7F;
}

.ffl-input:focus, .ffl-area:focus, .ffl-select:focus {
	border-bottom-width: 1px;
	border-bottom-color: #182132;
}
