/* Module Specific CSS Declarations */

.easement-keys {
	text-align: right;
	font-weight: bold;
}
.lookup-easement .input {
	display: inline-block;
	margin:1em 0;
	max-width: 100%;
	vertical-align: middle;
}
.lookup-easement .hidden {
	display: none;
}
.lookup-easement button {
	border:0;
}
.lookup-easement .text label {
	display: block;
	font-weight: bold;
}
.lookup-easement .hint {
	font-style: italic;
	display: block;
}
.lookup-easement .text input {
	font-size:16px;
	width: 400px;
	max-width: 80%;
	border:0;
	padding: 0 .25em;
	margin:.5em 0;
	height:30px;
}
.lookup-easement button {
	display: inline-block;
	margin: 0 2em;
}
.img-wrap {
    position: relative;
    padding-top: 100%;
}
.img-cover {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.img-cover-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 736px) {
	.easement-keys, .easement-values {
		text-align: center;
	}
}
