div.agency-listing_contact-content li{
    margin-bottom: 0px !important;
}

.containerFadeDownBackground {
	background-image: linear-gradient(to top, rgba(0,31,63,0), rgba(0,31,63,.65));
}

.btnIAmA {
	width: 80%;
	color: #075281 !important;
	background-color: #ffffff !important;
	padding: 10px 30px;
	border: solid #075281 2px;
	box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
	border-radius: 50px;
	transition : 1644ms;
	transform: translateY(0);
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	text-transform: uppercase;
}

.btnIAmA:hover {
	width: 80%;
	background-color: #075281 !important;
	color: #ffffff !important;
	padding: 10px 30px;
	border: solid #075281 2px;
	box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
	border-radius: 50px;
	transition : 1644ms;
	transform: translateY(0);
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	text-transform: uppercase;
}

.btnIAmA-active {
	width: 80%;
	color: #ffffff !important;
	background-color: #118107e4 !important;
	padding: 10px 30px;
	border: solid #118107e4 2px;
	box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
	border-radius: 50px;
	transition : 1644ms;
	transform: translateY(0);
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	text-transform: uppercase;
}